summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>2000-09-26 16:12:42 +0000
committeraaron <aaron@openbsd.org>2000-09-26 16:12:42 +0000
commit8658af14db8865b383173e77cd611d2fbcc44a21 (patch)
treeb146e7e5033a9d8edb7eb42bf7a917ef56d4cd1b
parentDo not permit non-printable characters in the passwd file; deraadt@ ok (diff)
downloadwireguard-openbsd-8658af14db8865b383173e77cd611d2fbcc44a21.tar.xz
wireguard-openbsd-8658af14db8865b383173e77cd611d2fbcc44a21.zip
Remove unnecessary arguments to .Nm macro.
-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 ,