Deleted Added
full compact
install.1 (85337) install.1 (95124)
1.\" Copyright (c) 1987, 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" From: @(#)install.1 8.1 (Berkeley) 6/6/93
1.\" Copyright (c) 1987, 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 16 unchanged lines hidden (view full) ---

25.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE.
31.\"
32.\" From: @(#)install.1 8.1 (Berkeley) 6/6/93
33.\" $FreeBSD: head/usr.bin/xinstall/install.1 85337 2001-10-23 00:47:27Z dd $
33.\" $FreeBSD: head/usr.bin/xinstall/install.1 95124 2002-04-20 12:18:28Z charnier $
34.\"
35.Dd May 7, 2001
36.Dt INSTALL 1
37.Os
38.Sh NAME
39.Nm install
40.Nd install binaries
41.Sh SYNOPSIS

--- 177 unchanged lines hidden (view full) ---

219.Sh BUGS
220Temporary files may be left in the target directory if
221.Nm
222exits abnormally.
223.Pp
224File flags cannot be set by
225.Xr fchflags 2
226over a NFS file system. Other file systems do not have a concept of flags.
34.\"
35.Dd May 7, 2001
36.Dt INSTALL 1
37.Os
38.Sh NAME
39.Nm install
40.Nd install binaries
41.Sh SYNOPSIS

--- 177 unchanged lines hidden (view full) ---

219.Sh BUGS
220Temporary files may be left in the target directory if
221.Nm
222exits abnormally.
223.Pp
224File flags cannot be set by
225.Xr fchflags 2
226over a NFS file system. Other file systems do not have a concept of flags.
227The
227.Nm
228.Nm
228will only warn when flags could not be set on a file system
229utility will only warn when flags could not be set on a file system
229that does not support them.
230.Pp
230that does not support them.
231.Pp
232The
231.Nm
233.Nm
232with
234utility with
233.Fl v
234falsely says a file is copied when
235.Fl C
236snaps hard links.
235.Fl v
236falsely says a file is copied when
237.Fl C
238snaps hard links.