summaryrefslogtreecommitdiff
path: root/usr.bin/strip
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-09-26 16:12:43 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-09-26 16:12:43 +0000
commitadc87e87a82db362ce223fb2ee47b4aa846f5f34 (patch)
treef412c6ee0914f234aaecc82984b4e2d73d59876b /usr.bin/strip
parent0c996ae86452cd7e3d886b41b455c84cdeaf46b8 (diff)
Remove unnecessary arguments to .Nm macro.
Diffstat (limited to 'usr.bin/strip')
-rw-r--r--usr.bin/strip/strip.17
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 ,