diff options
author | Philip Guenthe <guenther@cvs.openbsd.org> | 2012-01-16 04:10:37 +0000 |
---|---|---|
committer | Philip Guenthe <guenther@cvs.openbsd.org> | 2012-01-16 04:10:37 +0000 |
commit | 5270f43905eccaf9a16ef3af06dee48d2a79bbd6 (patch) | |
tree | 391e137de437eb5434e2d27e5b0e14d75e69bf82 /lib | |
parent | 763da0b9d849c256a625207cb1d8de211e384f5a (diff) |
Document the \-C output format generated by VIS_ALL
ok deraadt@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/vis.3 | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/lib/libc/gen/vis.3 b/lib/libc/gen/vis.3 index c031274437c..ca87c8f968b 100644 --- a/lib/libc/gen/vis.3 +++ b/lib/libc/gen/vis.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vis.3,v 1.28 2011/05/02 11:14:11 jmc Exp $ +.\" $OpenBSD: vis.3,v 1.29 2012/01/16 04:10:36 guenther Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: May 2 2011 $ +.Dd $Mdocdate: January 16 2012 $ .Dt VIS 3 .Os .Sh NAME @@ -246,6 +246,11 @@ Represents space. .It Dv \e240 Represents Meta-space. +.It Dv \e-C +Represents character +.Ql C . +Only used with +.Dv VIS_ALL . .El .Pp .It Dv VIS_CSTYLE @@ -313,3 +318,7 @@ The .Fn strnvis function first appeared in .Ox 2.9 . +The +.Dv VIS_ALL +flag first appeared in +.Ox 4.9 . |