diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-09-26 16:12:43 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-09-26 16:12:43 +0000 |
commit | adc87e87a82db362ce223fb2ee47b4aa846f5f34 (patch) | |
tree | f412c6ee0914f234aaecc82984b4e2d73d59876b /usr.bin/strip | |
parent | 0c996ae86452cd7e3d886b41b455c84cdeaf46b8 (diff) |
Remove unnecessary arguments to .Nm macro.
Diffstat (limited to 'usr.bin/strip')
-rw-r--r-- | usr.bin/strip/strip.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/strip/strip.1 b/usr.bin/strip/strip.1 index 135ba30ff2c..87da927c98b 100644 --- a/usr.bin/strip/strip.1 +++ b/usr.bin/strip/strip.1 @@ -1,4 +1,5 @@ -.\" $OpenBSD: strip.1,v 1.3 1998/09/27 16:57:54 aaron Exp $ +.\" $OpenBSD: strip.1,v 1.4 2000/09/26 16:12:42 aaron Exp $ +.\" .\" Copyright (c) 1989, 1990 The Regents of the University of California. .\" All rights reserved. .\" @@ -45,7 +46,7 @@ .Ar file Op Ar ... .Sh DESCRIPTION The -.Nm strip +.Nm utility deletes the relocation information and symbol table used by assemblers, loaders and debuggers. @@ -60,7 +61,7 @@ Delete only debugging and empty symbols. Delete only debugging, compiler identification, and local symbols. .El .Pp -.Nm strip +.Nm exits 0 on success or 1 if an error occurred. .Sh SEE ALSO .Xr cc 1 , |