Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/gen Simplify even more.



details:   https://anonhg.NetBSD.org/src/rev/e7543bd53af7
branches:  trunk
changeset: 802657:e7543bd53af7
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Sep 26 02:30:27 2014 +0000

description:
Simplify even more.

diffstat:

 lib/libc/gen/vis.3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 730d1f185e25 -r e7543bd53af7 lib/libc/gen/vis.3
--- a/lib/libc/gen/vis.3        Fri Sep 26 02:20:39 2014 +0000
+++ b/lib/libc/gen/vis.3        Fri Sep 26 02:30:27 2014 +0000
@@ -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 @@
 .Bl -tag -width VIS_WHITEX
 .It Dv VIS_GLOB
 Also encode the magic characters
-.Pf ( Ql * ,
+.Ql ( * ,
 .Ql \&? ,
 .Ql \&[ ,
 and
@@ -247,7 +247,7 @@
 .It Dv VIS_SHELL
 Also encode the meta characters used by shells (in addition to the glob
 characters):
-.Pf ( Ql ' ,
+.Ql ( ' ,
 .Ql ` ,
 .Ql \&" ,
 .Ql \&; ,



Home | Main Index | Thread Index | Old Index