=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/xinstall/install.1,v retrieving revision 1.8 retrieving revision 1.9 diff -c -r1.8 -r1.9 *** src/usr.bin/xinstall/install.1 1999/01/26 04:09:35 1.8 --- src/usr.bin/xinstall/install.1 1999/06/05 01:21:51 1.9 *************** *** 1,4 **** ! .\" $OpenBSD: install.1,v 1.8 1999/01/26 04:09:35 millert Exp $ .\" $NetBSD: install.1,v 1.4 1994/11/14 04:57:17 jtc Exp $ .\" .\" Copyright (c) 1987, 1990, 1993 --- 1,4 ---- ! .\" $OpenBSD: install.1,v 1.9 1999/06/05 01:21:51 aaron Exp $ .\" $NetBSD: install.1,v 1.4 1994/11/14 04:57:17 jtc Exp $ .\" .\" Copyright (c) 1987, 1990, 1993 *************** *** 36,42 **** .\" .Dd June 6, 1993 .Dt INSTALL 1 ! .Os BSD 4.2 .Sh NAME .Nm install .Nd install binaries --- 36,42 ---- .\" .Dd June 6, 1993 .Dt INSTALL 1 ! .Os .Sh NAME .Nm install .Nd install binaries *************** *** 75,84 **** is moved into .Ar directory with its original filename. ! If the target file already exists, it is either renamed to .Ar file.old ! if the .Fl b option is given or overwritten --- 75,84 ---- is moved into .Ar directory with its original filename. ! If the target file already exists, it is either renamed to .Ar file.old ! if the .Fl b option is given or overwritten *************** *** 89,102 **** .Bl -tag -width Ds .It Fl b Backup any existing files before overwriting them by renaming ! them to .Ar file.old . See .Fl B for specifying a different backup suffix. .It Fl B Ar suffix ! Use .Ar suffix ! as the backup suffix if .Fl b is given. .It Fl C --- 89,102 ---- .Bl -tag -width Ds .It Fl b Backup any existing files before overwriting them by renaming ! them to .Ar file.old . See .Fl B for specifying a different backup suffix. .It Fl B Ar suffix ! Use .Ar suffix ! as the backup suffix if .Fl b is given. .It Fl C *************** *** 108,114 **** .Fl c option is only included for backwards compatibility. .It Fl d ! Create directories. Missing parent directories are created as required. .It Fl f Specify the target's file flags. --- 108,114 ---- .Fl c option is only included for backwards compatibility. .It Fl d ! Create directories. Missing parent directories are created as required. .It Fl f Specify the target's file flags.