=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/strip/Attic/strip.1,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/strip/Attic/strip.1 1998/09/27 16:57:54 1.3 +++ src/usr.bin/strip/Attic/strip.1 2000/09/26 16:12:42 1.4 @@ -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, 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 ,