diff options
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 , |