Uncomment sccsid string and enclose it inside #if 0/#endif.
Cosmetic in man page.
This commit is contained in:
parent
a51024e289
commit
7d85a3e836
@ -30,7 +30,7 @@
|
|||||||
.\" SUCH DAMAGE.
|
.\" SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.\" From: @(#)install.1 8.1 (Berkeley) 6/6/93
|
.\" From: @(#)install.1 8.1 (Berkeley) 6/6/93
|
||||||
.\" $Id$
|
.\" $Id: install.1,v 1.9 1997/02/22 19:57:54 peter Exp $
|
||||||
.\"
|
.\"
|
||||||
.Dd September 22, 1996
|
.Dd September 22, 1996
|
||||||
.Dt INSTALL 1
|
.Dt INSTALL 1
|
||||||
@ -102,10 +102,9 @@ then warn about files that aren't installed with
|
|||||||
Create directories.
|
Create directories.
|
||||||
Missing parent directories are created as required.
|
Missing parent directories are created as required.
|
||||||
.It Fl f
|
.It Fl f
|
||||||
Specify the target's file flags.
|
Specify the target's file flags; see
|
||||||
(See
|
|
||||||
.Xr chflags 1
|
.Xr chflags 1
|
||||||
for a list of possible flags and their meanings.)
|
for a list of possible flags and their meanings.
|
||||||
.It Fl g
|
.It Fl g
|
||||||
Specify a group. A numeric GID is allowed.
|
Specify a group. A numeric GID is allowed.
|
||||||
.It Fl m
|
.It Fl m
|
||||||
@ -132,11 +131,11 @@ number of systems and binary types.
|
|||||||
.El
|
.El
|
||||||
.Pp
|
.Pp
|
||||||
By default,
|
By default,
|
||||||
.Nm install
|
.Nm
|
||||||
preserves all file flags, with the exception of the ``nodump'' flag.
|
preserves all file flags, with the exception of the ``nodump'' flag.
|
||||||
.Pp
|
.Pp
|
||||||
The
|
The
|
||||||
.Nm install
|
.Nm
|
||||||
utility attempts to prevent moving a file onto itself.
|
utility attempts to prevent moving a file onto itself.
|
||||||
.Pp
|
.Pp
|
||||||
Installing
|
Installing
|
||||||
@ -166,10 +165,10 @@ are created in the target directory.
|
|||||||
.Xr chown 8
|
.Xr chown 8
|
||||||
.Sh HISTORY
|
.Sh HISTORY
|
||||||
The
|
The
|
||||||
.Nm install
|
.Nm
|
||||||
utility appeared in
|
utility appeared in
|
||||||
.Bx 4.2 .
|
.Bx 4.2 .
|
||||||
.Sh BUGS
|
.Sh BUGS
|
||||||
Temporary files may be left in the target directory if
|
Temporary files may be left in the target directory if
|
||||||
.Nm install
|
.Nm
|
||||||
exits abnormally.
|
exits abnormally.
|
||||||
|
@ -38,9 +38,11 @@ static const char copyright[] =
|
|||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
#ifndef lint
|
#ifndef lint
|
||||||
/*static char sccsid[] = "From: @(#)xinstall.c 8.1 (Berkeley) 7/21/93";*/
|
#if 0
|
||||||
|
static char sccsid[] = "From: @(#)xinstall.c 8.1 (Berkeley) 7/21/93";
|
||||||
|
#endif
|
||||||
static const char rcsid[] =
|
static const char rcsid[] =
|
||||||
"$Id: xinstall.c,v 1.22 1997/03/29 04:34:07 imp Exp $";
|
"$Id: xinstall.c,v 1.23 1997/05/24 05:39:19 peter Exp $";
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
|
Loading…
Reference in New Issue
Block a user