=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/strip/Attic/strip.1,v retrieving revision 1.10 retrieving revision 1.11 diff -c -r1.10 -r1.11 *** src/usr.bin/strip/Attic/strip.1 2009/02/10 19:24:17 1.10 --- src/usr.bin/strip/Attic/strip.1 2010/05/24 20:23:04 1.11 *************** *** 1,4 **** ! .\" $OpenBSD: strip.1,v 1.10 2009/02/10 19:24:17 jmc Exp $ .\" .\" Copyright (c) 1989, 1990 The Regents of the University of California. .\" All rights reserved. --- 1,4 ---- ! .\" $OpenBSD: strip.1,v 1.11 2010/05/24 20:23:04 deraadt Exp $ .\" .\" Copyright (c) 1989, 1990 The Regents of the University of California. .\" All rights reserved. *************** *** 29,35 **** .\" .\" from: @(#)strip.1 6.6 (Berkeley) 5/26/91 .\" ! .Dd $Mdocdate: February 10 2009 $ .Dt STRIP 1 .Os .Sh NAME --- 29,35 ---- .\" .\" from: @(#)strip.1 6.6 (Berkeley) 5/26/91 .\" ! .Dd $Mdocdate: May 24 2010 $ .Dt STRIP 1 .Os .Sh NAME *************** *** 38,43 **** --- 38,44 ---- .Sh SYNOPSIS .Nm strip .Op Fl dx + .Op Fl o Ar outfile .Ar .Sh DESCRIPTION The *************** *** 52,57 **** --- 53,62 ---- .Bl -tag -width Ds .It Fl d Delete only debugging and empty symbols. + .It Fl o Ar outfile + Place the stripped output into the specified file instead of modifying + the input file. + This option requires that only one input file be supplied. .It Fl x Delete only debugging, compiler identification, and local symbols. .El