diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-04 11:53:56 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-04 11:53:56 +0000 |
commit | f5558a2c81394fbddd25d59efa1c36d1e4c4e0e0 (patch) | |
tree | c23144785810bbeda4c01b8a385873bfa83c8032 /usr.bin/cut/cut.1 | |
parent | 8e68b36a929e0ad1721fd7f9eee6d57ade5db145 (diff) |
correct use of .Nm; some other formatting nits
Diffstat (limited to 'usr.bin/cut/cut.1')
-rw-r--r-- | usr.bin/cut/cut.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/cut/cut.1 b/usr.bin/cut/cut.1 index 586dd2632bb..ff5ec4f12b7 100644 --- a/usr.bin/cut/cut.1 +++ b/usr.bin/cut/cut.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cut.1,v 1.4 1999/06/05 01:21:22 aaron Exp $ +.\" $OpenBSD: cut.1,v 1.5 1999/07/04 11:53:52 aaron Exp $ .\" $NetBSD: cut.1,v 1.6 1995/10/02 20:19:26 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -58,7 +58,7 @@ .Op Ar .Sh DESCRIPTION The -.Nm cut +.Nm utility selects portions of each line (as specified by .Ar list ) from each @@ -113,12 +113,12 @@ Unless specified, lines with no delimiters are passed through unmodified. .El .Pp The -.Nm cut +.Nm utility exits 0 on success or 1 if an error occurred. .Sh SEE ALSO .Xr paste 1 .Sh STANDARDS The -.Nm cut +.Nm utility conforms to .St -p1003.2-92 . |