summaryrefslogtreecommitdiffstats
path: root/usr.bin/xinstall/install.1
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1996-04-06 01:50:40 +0000
committerjulian <julian@FreeBSD.org>1996-04-06 01:50:40 +0000
commitdf817724e46921c40fc3cfb84b344b41ca53d250 (patch)
tree751a9ea4775ae38bdf1f36aec274e6155b62ac43 /usr.bin/xinstall/install.1
parenta0b8fdd90a8c168ef0fb82fe094a29efc130a4ae (diff)
downloadFreeBSD-src-df817724e46921c40fc3cfb84b344b41ca53d250.zip
FreeBSD-src-df817724e46921c40fc3cfb84b344b41ca53d250.tar.gz
Submitted by: archie@tribe.com
allow the user to install using a Numeric GID or UID. this brings it in to line with chgrp and chown, ans is required by some people using FreeBSD in a product.
Diffstat (limited to 'usr.bin/xinstall/install.1')
-rw-r--r--usr.bin/xinstall/install.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/xinstall/install.1 b/usr.bin/xinstall/install.1
index e223ef8..8236011 100644
--- a/usr.bin/xinstall/install.1
+++ b/usr.bin/xinstall/install.1
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" From: @(#)install.1 8.1 (Berkeley) 6/6/93
-.\" $Id: install.1,v 1.3 1996/01/30 13:52:33 mpp Exp $
+.\" $Id: install.1,v 1.4 1996/03/11 03:31:51 mpp Exp $
.\"
.Dd October 9, 1995
.Dt INSTALL 1
@@ -97,7 +97,7 @@ Specify the target's file flags.
.Xr chflags 1
for a list of possible flags and their meanings.)
.It Fl g
-Specify a group.
+Specify a group. A numeric GID is allowed.
.It Fl m
Specify an alternate mode.
The default mode is set to rwxr-xr-x (0755).
@@ -105,7 +105,7 @@ The specified mode may be either an octal or symbolic value; see
.Xr chmod 1
for a description of possible mode values.
.It Fl o
-Specify an owner.
+Specify an owner. A numeric UID is allowed.
.It Fl p
Preserve the modification time.
Copy the file, as if the
OpenPOWER on IntegriCloud