svn commit: r240711 - projects/mtree/lib/libc/gen

Brooks Davis brooks at FreeBSD.org
Wed Sep 19 21:50:18 UTC 2012


Author: brooks
Date: Wed Sep 19 21:50:18 2012
New Revision: 240711
URL: http://svn.freebsd.org/changeset/base/240711

Log:
  Document VIS_GLOB
  
  Obtained from:	FreeBSD

Modified:
  projects/mtree/lib/libc/gen/vis.3

Modified: projects/mtree/lib/libc/gen/vis.3
==============================================================================
--- projects/mtree/lib/libc/gen/vis.3	Wed Sep 19 21:44:39 2012	(r240710)
+++ projects/mtree/lib/libc/gen/vis.3	Wed Sep 19 21:50:18 2012	(r240711)
@@ -219,6 +219,14 @@ except space, tab, and newline are encod
 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 glob(3).
 .It Dv VIS_SP
 Also encode space.
 .It Dv VIS_TAB
@@ -408,6 +416,7 @@ The destination buffer size is not large
 .Sh SEE ALSO
 .Xr unvis 1 ,
 .Xr vis 1 ,
+.Xr glob 3 ,
 .Xr unvis 3
 .Rs
 .%A T. Berners-Lee


More information about the svn-src-projects mailing list