Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/xinstall Make the STRIP env var a little more obviou...
details: https://anonhg.NetBSD.org/src/rev/742102b1d146
branches: trunk
changeset: 483996:742102b1d146
user: garbled <garbled%NetBSD.org@localhost>
date: Wed Mar 22 18:34:43 2000 +0000
description:
Make the STRIP env var a little more obvious in the documentation, and
clean up the bottom of this manpage just a tad.
diffstat:
usr.bin/xinstall/install.1 | 13 ++++++++++++-
1 files changed, 12 insertions(+), 1 deletions(-)
diffs (30 lines):
diff -r 2381e800f28c -r 742102b1d146 usr.bin/xinstall/install.1
--- a/usr.bin/xinstall/install.1 Wed Mar 22 18:02:59 2000 +0000
+++ b/usr.bin/xinstall/install.1 Wed Mar 22 18:34:43 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: install.1,v 1.19 1999/08/16 03:02:46 simonb Exp $
+.\" $NetBSD: install.1,v 1.20 2000/03/22 18:34:43 garbled Exp $
.\"
.\" Copyright (c) 1987, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -236,9 +236,20 @@
Installing
.Pa /dev/null
creates an empty file.
+.Sh RETURN VALUES
.Pp
Upon successful completion a value of 0 is returned.
Otherwise, a value of 1 is returned.
+.Sh ENVIRONMENT
+.Bl -tag -width Fl
+.It Ev STRIP
+The location for the
+.Xr strip 1
+binary to be used when stripping files with the
+.Fl s
+option. Defaults to
+.Pa /usr/bin/strip .
+.El
.Sh SEE ALSO
.Xr chflags 1 ,
.Xr chgrp 1 ,
Home |
Main Index |
Thread Index |
Old Index