commit | 8694cc42abe00e3f0f6fc8959c92b2dd5952ee64 | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Tue Dec 26 16:09:37 2000 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Tue Dec 26 16:09:37 2000 +0000 |
tree | e98ebd28166e8827ff15312ca106f2737bf43dfd | |
parent | 0cc87f37b3d3f5ad7250de5b828ca60e981eab2f [diff] |
Remove redundant reference to tab (since it = 'horizontal tab')
diff --git a/Doc/lib/libascii.tex b/Doc/lib/libascii.tex index 76db526..f3a1655 100644 --- a/Doc/lib/libascii.tex +++ b/Doc/lib/libascii.tex
@@ -104,7 +104,7 @@ \end{funcdesc} \begin{funcdesc}{isspace}{c} -Checks for \ASCII{} white-space characters; space, tab, line feed, +Checks for \ASCII{} white-space characters; space, line feed, carriage return, form feed, horizontal tab, vertical tab. \end{funcdesc}