summaryrefslogtreecommitdiff
path: root/vis.3
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2012-12-14 22:45:03 +0000
committerBrooks Davis <brooks@FreeBSD.org>2012-12-14 22:45:03 +0000
commit2efa758bee95f1e8733ead68c8d1dff618929894 (patch)
tree79ff76cf7a28b87ab68e35585f6720a3e936e33d /vis.3
parent5f6a0f033f2c9871dcb86ce93de2b8e90d682b8e (diff)
Vendor import of NetBSD's (un)vis(3) at 2012-12-14vendor/NetBSD/libc-vis/20121214
Notes
svn path=/vendor/NetBSD/libc-vis/dist/; revision=244230 svn path=/vendor/NetBSD/libc-vis/20121412/; revision=244231; tag=vendor/NetBSD/libc-vis/20121214
Diffstat (limited to 'vis.3')
-rw-r--r--vis.314
1 files changed, 12 insertions, 2 deletions
diff --git a/vis.3 b/vis.3
index 6f1e9d5fa847..957ee3266542 100644
--- a/vis.3
+++ b/vis.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: vis.3,v 1.27 2011/05/17 07:10:39 joerg Exp $
+.\" $NetBSD: vis.3,v 1.28 2012/12/14 21:38:18 christos Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)vis.3 8.1 (Berkeley) 6/9/93
.\"
-.Dd March 12, 2011
+.Dd December 14, 2012
.Dt VIS 3
.Os
.Sh NAME
@@ -219,6 +219,15 @@ except space, tab, and newline are encoded.
The following flags
alter this:
.Bl -tag -width VIS_WHITEX
++.It Dv VIS_GLOB
+Also encode magic characters
+.Ql ( * ,
+.Ql \&? ,
+.Ql \&[
+and
+.Ql # )
+recognized by
+.Xr glob 3 .
.It Dv VIS_SP
Also encode space.
.It Dv VIS_TAB
@@ -408,6 +417,7 @@ The destination buffer size is not large enough to perform the conversion.
.Sh SEE ALSO
.Xr unvis 1 ,
.Xr vis 1 ,
+.Xr glob 3 ,
.Xr unvis 3
.Rs
.%A T. Berners-Lee