Uncomment sccsid string and enclose it inside #if 0/#endif.

Cosmetic in man page.
This commit is contained in:
Philippe Charnier 1997-08-27 06:29:23 +00:00
parent a51024e289
commit 7d85a3e836
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=28827
2 changed files with 11 additions and 10 deletions

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" 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
.Dt INSTALL 1
@ -102,10 +102,9 @@ then warn about files that aren't installed with
Create directories.
Missing parent directories are created as required.
.It Fl f
Specify the target's file flags.
(See
Specify the target's file flags; see
.Xr chflags 1
for a list of possible flags and their meanings.)
for a list of possible flags and their meanings.
.It Fl g
Specify a group. A numeric GID is allowed.
.It Fl m
@ -132,11 +131,11 @@ number of systems and binary types.
.El
.Pp
By default,
.Nm install
.Nm
preserves all file flags, with the exception of the ``nodump'' flag.
.Pp
The
.Nm install
.Nm
utility attempts to prevent moving a file onto itself.
.Pp
Installing
@ -166,10 +165,10 @@ are created in the target directory.
.Xr chown 8
.Sh HISTORY
The
.Nm install
.Nm
utility appeared in
.Bx 4.2 .
.Sh BUGS
Temporary files may be left in the target directory if
.Nm install
.Nm
exits abnormally.

View File

@ -38,9 +38,11 @@ static const char copyright[] =
#endif /* not 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[] =
"$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 */
/*-