Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/chrtbl Whitespace and punctuation nits.
details: https://anonhg.NetBSD.org/src/rev/8c5f6d26fd50
branches: trunk
changeset: 520867:8c5f6d26fd50
user: wiz <wiz%NetBSD.org@localhost>
date: Sat Jan 19 03:08:12 2002 +0000
description:
Whitespace and punctuation nits.
diffstat:
usr.sbin/chrtbl/chrtbl.8 | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (39 lines):
diff -r dad19587f35b -r 8c5f6d26fd50 usr.sbin/chrtbl/chrtbl.8
--- a/usr.sbin/chrtbl/chrtbl.8 Sat Jan 19 03:07:54 2002 +0000
+++ b/usr.sbin/chrtbl/chrtbl.8 Sat Jan 19 03:08:12 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: chrtbl.8,v 1.4 1999/03/10 08:15:28 erh Exp $
+.\" $NetBSD: chrtbl.8,v 1.5 2002/01/19 03:08:12 wiz Exp $
.\"
.\" Copyright (c) 1997 Christos Zoulas
.\" All rights reserved.
@@ -37,9 +37,9 @@
.Sh SYNOPSIS
.Nm
.Op Fl o Ar ofile
-.Ar ifile
+.Ar ifile
.Sh DESCRIPTION
-.Nm
+.Nm
creates character classification and upper <-> lower conversion tables for
single byte files. The
.Nm
@@ -51,7 +51,7 @@
Set the filename for the character classification output.
.It Nm LC_NUMERIC Ar filename
Set the filename for the numeric formatting output.
-.It Nm isupper Ar begin-char Op - Ar end-char
+.It Nm isupper Ar begin-char Op - Ar end-char
Set the attribute of the specified characters range(s) to be upper case.
.It Nm islower Ar begin-char Op - Ar end-char
Set the attribute of the specified characters range(s) to be lower case.
@@ -77,7 +77,7 @@
.It Nm thousands_sep Ar char
Specify the thousands separator numeric formatting character.
.El
-.Ss Available options:
+.Ss Available options
.Bl -tag -width indent
.It Fl o Ar ofile
Print the convertion tables in a human readable (C source) form.
Home |
Main Index |
Thread Index |
Old Index