summaryrefslogtreecommitdiff
path: root/usr.bin/colrm
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-07-04 11:53:56 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-07-04 11:53:56 +0000
commitf5558a2c81394fbddd25d59efa1c36d1e4c4e0e0 (patch)
treec23144785810bbeda4c01b8a385873bfa83c8032 /usr.bin/colrm
parent8e68b36a929e0ad1721fd7f9eee6d57ade5db145 (diff)
correct use of .Nm; some other formatting nits
Diffstat (limited to 'usr.bin/colrm')
-rw-r--r--usr.bin/colrm/colrm.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/colrm/colrm.1 b/usr.bin/colrm/colrm.1
index 9d56dc4768b..3b44a3cc216 100644
--- a/usr.bin/colrm/colrm.1
+++ b/usr.bin/colrm/colrm.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: colrm.1,v 1.4 1999/06/05 01:21:21 aaron Exp $
+.\" $OpenBSD: colrm.1,v 1.5 1999/07/04 11:53:52 aaron Exp $
.\" $NetBSD: colrm.1,v 1.3 1995/03/26 09:04:01 glass Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -44,7 +44,7 @@
.Nm colrm
.Op Ar start Op Ar stop
.Sh DESCRIPTION
-.Nm colrm
+.Nm
removes selected columns from the lines of a file.
A column is defined as a single character in a line.
Input is read from the standard input.
@@ -76,6 +76,6 @@ Backspace characters decrement the column count by one.
.Xr paste 1
.Sh HISTORY
The
-.Nm colrm
+.Nm
command appeared in
.Bx 3.0 .