Source-Changes-HG archive

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

[src/trunk]: src/share/man/man7 Fix PostScript formatting of the character cl...



details:   https://anonhg.NetBSD.org/src/rev/1cfd0ba0e080
branches:  trunk
changeset: 761030:1cfd0ba0e080
user:      uwe <uwe%NetBSD.org@localhost>
date:      Wed Jan 19 00:21:19 2011 +0000

description:
Fix PostScript formatting of the character classes table.

diffstat:

 share/man/man7/glob.7 |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r 453d3f096832 -r 1cfd0ba0e080 share/man/man7/glob.7
--- a/share/man/man7/glob.7     Wed Jan 19 00:10:10 2011 +0000
+++ b/share/man/man7/glob.7     Wed Jan 19 00:21:19 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: glob.7,v 1.1 2010/11/30 20:59:10 jruoho Exp $
+.\" $NetBSD: glob.7,v 1.2 2011/01/19 00:21:19 uwe Exp $
 .\"
 .\"    $OpenBSD: glob.7,v 1.3 2009/12/26 15:24:54 schwarze Exp $
 .\"
@@ -85,10 +85,10 @@
 .Sq :]
 stands for the list of all characters belonging to that class.
 Supported character classes:
-.Bl -column "xdigit" "xdigit" "xdigit" -offset indent
-.It Li "alnum" Ta "cntrl" Ta "lower" Ta "space"
-.It Li "alpha" Ta "digit" Ta "print" Ta "upper"
-.It Li "blank" Ta "graph" Ta "punct" Ta "xdigit"
+.Bl -column ".Li xdigit" ".Li xdigit" ".Li xdigit" -offset indent
+.It Li "alnum" Ta Li "cntrl" Ta Li "lower" Ta Li "space"
+.It Li "alpha" Ta Li "digit" Ta Li "print" Ta Li "upper"
+.It Li "blank" Ta Li "graph" Ta Li "punct" Ta Li "xdigit"
 .El
 .Pp
 These match characters using the macros specified in



Home | Main Index | Thread Index | Old Index