diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-09-14 17:47:10 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-09-14 17:47:10 +0000 |
commit | bd4018fe4c3c1e51cb27ed6f6711a009f8203854 (patch) | |
tree | 66695416cb3f77850aef5753c950fbfbc2d7f22c /lib/libc | |
parent | 8ce033673d33e920011b569e6480ed55c1198664 (diff) |
Remove spurious period.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/vis.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/vis.3 b/lib/libc/gen/vis.3 index c73f641d409..6ca6afd7c1d 100644 --- a/lib/libc/gen/vis.3 +++ b/lib/libc/gen/vis.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vis.3,v 1.11 2000/08/09 12:57:53 aaron Exp $ +.\" $OpenBSD: vis.3,v 1.12 2000/09/14 17:47:09 aaron Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -123,7 +123,7 @@ functions. There are two parameters that can be controlled: the range of characters that are encoded, and the type of representation used. -By default, all non-graphic characters. +By default, all non-graphic characters except space, tab, and newline are encoded (see .Xr isgraph 3 ) . |