Deleted Added
full compact
cp.1 (40288) cp.1 (46684)
1.\" Copyright (c) 1989, 1990, 1993, 1994
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" the Institute of Electrical and Electronics Engineers, Inc.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

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

28.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33.\" SUCH DAMAGE.
34.\"
35.\" @(#)cp.1 8.3 (Berkeley) 4/18/94
1.\" Copyright (c) 1989, 1990, 1993, 1994
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" the Institute of Electrical and Electronics Engineers, Inc.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

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

28.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33.\" SUCH DAMAGE.
34.\"
35.\" @(#)cp.1 8.3 (Berkeley) 4/18/94
36.\" $Id: cp.1,v 1.10 1998/05/06 06:50:19 charnier Exp $
36.\" $Id: cp.1,v 1.11 1998/10/13 08:52:29 jkoshy Exp $
37.\"
38.Dd April 18, 1994
39.Dt CP 1
40.Os BSD 4
41.Sh NAME
42.Nm cp
43.Nd copy files
44.Sh SYNOPSIS

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

192.Fl L
193and
194.Fl P
195options are ignored unless the
196.Fl R
197option is specified.
198In addition, these options override each other and the
199command's actions are determined by the last one specified.
37.\"
38.Dd April 18, 1994
39.Dt CP 1
40.Os BSD 4
41.Sh NAME
42.Nm cp
43.Nd copy files
44.Sh SYNOPSIS

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

192.Fl L
193and
194.Fl P
195options are ignored unless the
196.Fl R
197option is specified.
198In addition, these options override each other and the
199command's actions are determined by the last one specified.
200.Pp
201.Nm Cp
202exits 0 on success, >0 if an error occurred.
200.Sh DIAGNOSTICS
201The
202.Nm
203utility exits 0 on success, and >0 if an error occurs.
203.Sh COMPATIBILITY
204Historic versions of the
205.Nm
206utility had a
207.Fl r
208option.
209This implementation supports that option, however, its use is strongly
210discouraged, as it does not correctly copy special files, symbolic links

--- 18 unchanged lines hidden ---
204.Sh COMPATIBILITY
205Historic versions of the
206.Nm
207utility had a
208.Fl r
209option.
210This implementation supports that option, however, its use is strongly
211discouraged, as it does not correctly copy special files, symbolic links

--- 18 unchanged lines hidden ---