Module Name:    src
Committed By:   joerg
Date:           Sat Aug 22 00:23:02 UTC 2009

Modified Files:
        src/usr.bin/tr: tr.1

Log Message:
Fix markup.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/usr.bin/tr/tr.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/tr/tr.1
diff -u src/usr.bin/tr/tr.1:1.16 src/usr.bin/tr/tr.1:1.17
--- src/usr.bin/tr/tr.1:1.16	Sun Sep 17 12:19:01 2006
+++ src/usr.bin/tr/tr.1	Sat Aug 22 00:23:02 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: tr.1,v 1.16 2006/09/17 12:19:01 wiz Exp $
+.\"	$NetBSD: tr.1,v 1.17 2009/08/22 00:23:02 joerg Exp $
 .\"
 .\" Copyright (c) 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -142,7 +142,7 @@
 A backslash followed by certain special characters maps to special
 values.
 .sp
-.Bl -column
+.Bl -column cc
 .It \ea	\*[Lt]alert character\*[Gt]
 .It \eb	\*[Lt]backspace\*[Gt]
 .It \ef	\*[Lt]form-feed\*[Gt]
@@ -159,7 +159,7 @@
 Represents all characters belonging to the defined character class.
 Class names are:
 .sp
-.Bl -column
+.Bl -column xdigit
 .It alnum	\*[Lt]alphanumeric characters\*[Gt]
 .It alpha	\*[Lt]alphabetic characters\*[Gt]
 .It blank	\*[Lt]blank characters\*[Gt]

Reply via email to