diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-09-27 16:57:55 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-09-27 16:57:55 +0000 |
commit | 67d4a6033bddb7d54e3ef944dae899133e293901 (patch) | |
tree | e9fa8b31d399fbf78eb212bff674a4eb212767b0 /usr.bin/strip/strip.1 | |
parent | ef3f0c32a94fffe5f70dc86aaca4e234fe407c4b (diff) |
usr.bin/ man page cleanups, n-s
Diffstat (limited to 'usr.bin/strip/strip.1')
-rw-r--r-- | usr.bin/strip/strip.1 | 8 |
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 , |