1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-19 15:33:56 +00:00

Document the STRIPBIN environment variable. This includes adding a

forward reference from where strip(1) is being mention (-s option).

PR: bin/28620
This commit is contained in:
Marcel Moolenaar 2004-06-11 17:25:37 +00:00
parent 9232e635e0
commit 74b010ebf2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=130354

View File

@ -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