Module Name: src
Committed By: wiz
Date: Fri Sep 26 02:30:27 UTC 2014
Modified Files:
src/lib/libc/gen: vis.3
Log Message:
Simplify even more.
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/lib/libc/gen/vis.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/gen/vis.3
diff -u src/lib/libc/gen/vis.3:1.41 src/lib/libc/gen/vis.3:1.42
--- src/lib/libc/gen/vis.3:1.41 Fri Sep 26 02:18:57 2014
+++ src/lib/libc/gen/vis.3 Fri Sep 26 02:30:27 2014
@@ -1,4 +1,4 @@
-.\" $NetBSD: vis.3,v 1.41 2014/09/26 02:18:57 wiz Exp $
+.\" $NetBSD: vis.3,v 1.42 2014/09/26 02:30:27 wiz Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -237,7 +237,7 @@ alter this:
.Bl -tag -width VIS_WHITEX
.It Dv VIS_GLOB
Also encode the magic characters
-.Pf ( Ql * ,
+.Ql ( * ,
.Ql \&? ,
.Ql \&[ ,
and
@@ -247,7 +247,7 @@ recognized by
.It Dv VIS_SHELL
Also encode the meta characters used by shells (in addition to the glob
characters):
-.Pf ( Ql ' ,
+.Ql ( ' ,
.Ql ` ,
.Ql \&" ,
.Ql \&; ,