diff options
author | marcel <marcel@FreeBSD.org> | 2004-06-11 17:25:37 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2004-06-11 17:25:37 +0000 |
commit | d7eddc1b0a363b5f4271f66cbe181d9072c88e7d (patch) | |
tree | ca57ed21e94e87d93b967584a526685e6690f86f /usr.bin | |
parent | c687f04e342849f0bb0c94face4fe3a62cfc1c21 (diff) | |
download | FreeBSD-src-d7eddc1b0a363b5f4271f66cbe181d9072c88e7d.zip FreeBSD-src-d7eddc1b0a363b5f4271f66cbe181d9072c88e7d.tar.gz |
Document the STRIPBIN environment variable. This includes adding a
forward reference from where strip(1) is being mention (-s option).
PR: bin/28620
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/xinstall/install.1 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/usr.bin/xinstall/install.1 b/usr.bin/xinstall/install.1 index 28133b4..20ee4f1 100644 --- a/usr.bin/xinstall/install.1 +++ b/usr.bin/xinstall/install.1 @@ -157,6 +157,9 @@ to strip binaries so that .Nm can be portable over a large number of systems and binary types. +See below for how +.Nm +can be instructed to use another program to strip binaries. .It Fl v Cause .Nm @@ -179,6 +182,15 @@ Installing creates an empty file. .Sh DIAGNOSTICS .Ex -std +.Sh ENVIRONMENT +The +.Nm +utility checks for the presence of the +.Ev STRIPBIN +environment variable and if present, +uses the assigned value as the program to run if and when the +.Fl s +option has been specified. .Sh FILES .Bl -tag -width INS@XXXX -compact .It Pa INS@XXXX |