diff options
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 ) . |