summaryrefslogtreecommitdiff
path: root/usr.bin/strip/strip.1
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1998-09-27 16:57:55 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1998-09-27 16:57:55 +0000
commit67d4a6033bddb7d54e3ef944dae899133e293901 (patch)
treee9fa8b31d399fbf78eb212bff674a4eb212767b0 /usr.bin/strip/strip.1
parentef3f0c32a94fffe5f70dc86aaca4e234fe407c4b (diff)
usr.bin/ man page cleanups, n-s
Diffstat (limited to 'usr.bin/strip/strip.1')
-rw-r--r--usr.bin/strip/strip.18
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/strip/strip.1 b/usr.bin/strip/strip.1
index 6ecaf5ec0e1..135ba30ff2c 100644
--- a/usr.bin/strip/strip.1
+++ b/usr.bin/strip/strip.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: strip.1,v 1.2 1996/06/26 05:39:32 deraadt Exp $
+.\" $OpenBSD: strip.1,v 1.3 1998/09/27 16:57:54 aaron Exp $
.\" Copyright (c) 1989, 1990 The Regents of the University of California.
.\" All rights reserved.
.\"
@@ -42,7 +42,7 @@
.Nm strip
.Op Fl d
.Op Fl x
-.Ar file ...
+.Ar file Op Ar ...
.Sh DESCRIPTION
The
.Nm strip
@@ -60,8 +60,8 @@ Delete only debugging and empty symbols.
Delete only debugging, compiler identification, and local symbols.
.El
.Pp
-.Nm Strip
-exits 0 on success and 1 if an error occurred.
+.Nm strip
+exits 0 on success or 1 if an error occurred.
.Sh SEE ALSO
.Xr cc 1 ,
.Xr ld 1 ,