summaryrefslogtreecommitdiffstats
path: root/usr.bin/strip/strip.1
diff options
context:
space:
mode:
authorcsgr <csgr@FreeBSD.org>1994-09-03 12:58:05 +0000
committercsgr <csgr@FreeBSD.org>1994-09-03 12:58:05 +0000
commit32502c48aad8341b13992889ed583c961971d8df (patch)
treeb638720b37859f97d4f9c1a5075ba748059a918c /usr.bin/strip/strip.1
parent2e1d38a646c7164135183d8142b880bd62d7946e (diff)
downloadFreeBSD-src-32502c48aad8341b13992889ed583c961971d8df.zip
FreeBSD-src-32502c48aad8341b13992889ed583c961971d8df.tar.gz
- Bring in -x option changes from 1.x
- eval -> err_val : slightly more meaningful (eval is what you do in Linda ;-)) Submitted by: Geoff.
Diffstat (limited to 'usr.bin/strip/strip.1')
-rw-r--r--usr.bin/strip/strip.13
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/strip/strip.1 b/usr.bin/strip/strip.1
index b131004..f7af486 100644
--- a/usr.bin/strip/strip.1
+++ b/usr.bin/strip/strip.1
@@ -40,6 +40,7 @@
.Sh SYNOPSIS
.Nm strip
.Op Fl d
+.Op Fl x
.Ar file ...
.Sh DESCRIPTION
The
@@ -54,6 +55,8 @@ The options are as follows:
.Bl -tag -width Ds
.It Fl d
Delete only debugging and empty symbols.
+.It Fl x
+Delete only debugging, compiler identification, and local symbols.
.El
.Pp
.Nm Strip
OpenPOWER on IntegriCloud