BSD 4_3_Net_2 release
[unix-history] / usr / src / usr.bin / xinstall / install.1
index 6ebaeb3..7b751a5 100644 (file)
@@ -1,13 +1,37 @@
 .\" Copyright (c) 1987, 1990 The Regents of the University of California.
 .\" All rights reserved.
 .\"
 .\" Copyright (c) 1987, 1990 The Regents of the University of California.
 .\" All rights reserved.
 .\"
-.\" %sccs.include.redist.man%
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"    notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\"    notice, this list of conditions and the following disclaimer in the
+.\"    documentation and/or other materials provided with the distribution.
+.\" 3. All advertising materials mentioning features or use of this software
+.\"    must display the following acknowledgement:
+.\"    This product includes software developed by the University of
+.\"    California, Berkeley and its contributors.
+.\" 4. Neither the name of the University nor the names of its contributors
+.\"    may be used to endorse or promote products derived from this software
+.\"    without specific prior written permission.
 .\"
 .\"
-.\"     @(#)install.1  6.10 (Berkeley) %G%
+.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+.\" SUCH DAMAGE.
 .\"
 .\"
-.Vx
-.Vx
-.Dd 
+.\"     @(#)install.1  6.11 (Berkeley) 5/31/91
+.\"
+.Dd May 31, 1991
 .Dt INSTALL 1
 .Os BSD 4.2
 .Sh NAME
 .Dt INSTALL 1
 .Os BSD 4.2
 .Sh NAME
 .Sh SYNOPSIS
 .Nm install
 .Op Fl cs
 .Sh SYNOPSIS
 .Nm install
 .Op Fl cs
-.Op.Fl m Ar mode
+.Op Fl m Ar mode
 .Op Fl o Ar owner
 .Op Fl g Ar group
 .Ar file1 file2
 .Nm install
 .Op Fl cs
 .Op Fl o Ar owner
 .Op Fl g Ar group
 .Ar file1 file2
 .Nm install
 .Op Fl cs
-.Op.Fl m Ar mode
+.Op Fl m Ar mode
 .Op Fl o Ar owner
 .Op Fl g Ar group
 .Ar file1
 .Op Fl o Ar owner
 .Op Fl g Ar group
 .Ar file1
@@ -40,24 +64,24 @@ with its original filename.
 If the target file already exists, it is overwritten if permissions
 allow.
 .Pp
 If the target file already exists, it is overwritten if permissions
 allow.
 .Pp
-.Tw Ds
-.Tp Fl m
-option may be used to specify an alternate mode.
+.Bl -tag -width Ds
+.It Fl m
+Specify an alternate mode.
 The default mode is set to 755.
 The specified mode may be either an octal or symbolic value; see
 .Xr chmod  1
 for a description of possible mode values.
 The default mode is set to 755.
 The specified mode may be either an octal or symbolic value; see
 .Xr chmod  1
 for a description of possible mode values.
-.Tp Fl o
+.It Fl o
 Specify an owner.
 Specify an owner.
-.Tp Fl g
+.It Fl g
 Specify a group.
 Specify a group.
-.Tp Fl s
+.It Fl s
 .Nm Install
 exec's the command
 .Xr strip  1
 to strip binaries so that install can be portable over a large
 number of systems and binary types.
 .Nm Install
 exec's the command
 .Xr strip  1
 to strip binaries so that install can be portable over a large
 number of systems and binary types.
-.Tp
+.El
 .Pp
 .Nm Install
 refuses to move a file onto itself.
 .Pp
 .Nm Install
 refuses to move a file onto itself.
@@ -77,5 +101,7 @@ Otherwise, a value of 1 is returned.
 .Xr a.out 5 ,
 .Xr chown 8
 .Sh HISTORY
 .Xr a.out 5 ,
 .Xr chown 8
 .Sh HISTORY
-.Nm Install
-appeared in 4.2 BSD.
+The
+.Nm install
+utility appeared in
+.Bx 4.2 .