Warner Losh
fbbd9655e5
Renumber copyright clause 4
...
Renumber cluase 4 to 3, per what everybody else did when BSD granted
them permission to remove clause 3. My insistance on keeping the same
numbering for legal reasons is too pedantic, so give up on that point.
Submitted by: Jan Schaumann <jschauma@stevens.edu>
Pull Request: https://github.com/freebsd/freebsd/pull/96
2017-02-28 23:42:47 +00:00
Bryan Drewery
7ea2450f42
Implement '-s' to copy as symlink, similar to the current -l link(2) handling.
...
This is also implemented in at least GNU coreutils cp.
While here also improve the '-l' handling to not open(2) the source file as
it does not actually need the descriptor.
Sponsored by: EMC / Isilon Storage Division
2015-06-07 06:30:25 +00:00
Joel Dahl
e9e3a1ab1f
Add a few examples.
...
Obtained from: OpenBSD
2013-03-15 20:12:54 +00:00
Edward Tomasz Napierala
c55e0c62a1
Explicitly mention that "cp -p" copies ACLs.
...
PR: docs/168962
MFC after: 1 month
2012-09-04 12:27:23 +00:00
Gavin Atkinson
f815125fbc
Implement an "-x" option to cp(1), for compatibility with Linux and
...
feature parity with du(1) and similar: When set, cp(1) will not traverse
mount points.
Initial patch by: Graham J Lee leeg teaching.physics.ox.ac.uk
PR: bin/88056
Initial patch by: Graham J Lee leeg teaching.physics.ox.ac.uk
Approved by: ed (mentor)
MFC after: 1 month
2010-01-17 09:37:31 +00:00
John Baldwin
d140946cf3
Add an '-a' option which is identical to specifying '-RpP' for
...
compatibility with other implementations.
MFC after: 1 month
2008-03-10 19:58:41 +00:00
Ceri Davies
b873ae5ca9
Fix typo.
2006-11-02 19:10:05 +00:00
Tom Rhodes
f3955abb6f
Wording nits.
2006-10-27 08:26:24 +00:00
Tom Rhodes
6138defa43
Flesh out the compatibility section a little bit. Bump doc date.
2006-10-24 18:42:42 +00:00
Tom Rhodes
ba3fe6d1ab
Make -r a synonym for -R, similar to behavior on Linux while being backwards
...
compatible with old -r behavior with regards to -L. You can now copy fifos
and other special files with -r.
Reviewed by: -standards (long ago), das, bde
Approved by: bde (recently)
2006-10-07 22:14:43 +00:00
Ruslan Ermilov
cbae88b901
- Fix options order.
...
- Touch manpage's document date.
2006-08-25 09:58:13 +00:00
Julian Elischer
6fa363774d
Add an option to allow copying of a hierarchy while linking he regular files.
...
Bikeshedded to death on: hackers
Submitted by:andersonatcenttech.com
MFC in: 1 month
2006-08-24 20:45:38 +00:00
Tom Rhodes
61001d7506
Fix a few markup nits in previous commit.
...
Noticed by: ru, who else? :)
2005-02-25 00:40:46 +00:00
Tom Rhodes
a5e1813654
Note how cp(1) handles directories ending in "/."
...
PR: 75774
Submitted by: Mike Meyer <mwm@mired.org> (original version)
2005-02-24 00:06:22 +00:00
Ruslan Ermilov
6fca4c7c3f
Add the new standard EXIT STATUS section where appropriate.
...
Sort standard sections in the (documented) preferred order.
2005-01-16 16:41:59 +00:00
Warner Losh
9ddb49cbe4
/*- or .\"- or #- to begin license clauses.
2005-01-10 08:39:26 +00:00
Ruslan Ermilov
eccea571a7
Mechanically kill hard sentence breaks.
2004-07-02 21:04:19 +00:00
Mark Murray
6195fb4102
Remove clause 3 from the UCB licenses.
...
OK'ed by: imp, core
2004-04-06 20:06:54 +00:00
Ruslan Ermilov
7d2191c827
Clarify what -p option does.
...
Prodded by: marcel
While here, spell the "set-{user,group}-ID bit" correctly.
2003-06-07 06:35:36 +00:00
Matthew N. Dodd
00d321a2b3
Add a SIGINFO handler.
2003-04-07 11:00:56 +00:00
Johan Karlsson
e849cfacaa
Bump document date for the -n option.
...
Approved by: sheldonh (mentor)
2002-08-16 03:13:59 +00:00
Ruslan Ermilov
c3ff3e424c
mdoc(7) police: grammar.
2002-08-09 10:38:34 +00:00
Johan Karlsson
786c276fe4
Add the -n option, which automatically answers "no" to the overwrite question.
...
PR: 7828
Suggested by: Daniel O'Connor <doconnor@gsoft.com.au>
Approved by: sheldonh (mentor)
MFC after: 2 weeks
2002-07-23 00:42:56 +00:00
Ruslan Ermilov
d628d776c4
mdoc(7) police: utilize the new .Ex macro.
2001-08-15 09:09:47 +00:00
Dima Dorfman
7ebcc426ef
Remove whitespace at EOL.
2001-07-15 07:53:42 +00:00
Ruslan Ermilov
caa2db3be9
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 10:04:09 +00:00
Ruslan Ermilov
95a09b0557
Make it clear that -P is the default.
...
PR: docs/27629
2001-05-25 07:32:58 +00:00
Stephen McKay
b931f9b350
In the hope of saving others from hours of tedious recovery work,
...
document that cp still isn't very useful for recursive copies even
with the -R flag. This is because hard links are broken by cp.
2001-02-04 02:02:38 +00:00
Ruslan Ermilov
be8b149795
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 11:39:41 +00:00
Michael Haro
0efa204039
brucify
...
Reviewed by: obrien
1999-11-28 09:34:21 +00:00
Michael Haro
fcb2f1b389
brucify and move printf() to catch cases of special files
1999-08-29 07:58:19 +00:00
Peter Wemm
2a4562393f
$Id$ -> $FreeBSD$
1999-08-27 23:15:48 +00:00
Michael Haro
4506e9078e
Add a verbose mode to show what files are being copied.
...
Idea taken from obrien.
Reviewed by: obrien
1999-08-26 02:44:56 +00:00
Kris Kennaway
46be34b902
Various spelling/formatting changes.
...
Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
1999-05-08 10:22:15 +00:00
Joseph Koshy
22f6653381
Correct a grammatical nit and remove ambiguity about the effect of
...
the -p option.
PR: 8229
Submitted-by: Sheldon Hearn <axl@iafrica.com>
1998-10-13 08:52:29 +00:00
Philippe Charnier
cbf6f7d358
Correct use of .Nm and other cosmetics. Add rcsid. Remove unused #inc.
1998-05-06 06:51:42 +00:00
Peter Wemm
b97fa2ef50
Revert $FreeBSD$ to $Id$
1997-02-22 14:13:04 +00:00
Jordan K. Hubbard
1130b656e5
Make the long-awaited change from $Id$ to $FreeBSD$
...
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
1997-01-14 07:20:47 +00:00
Steve Price
890acb9554
Merge Lite2 mods and -Wall cleaning.
1996-12-14 05:51:58 +00:00
Wolfram Schneider
b8923d4cc0
[HISTORY] command appeared in Version 1 AT&T UNIX
...
Obtained from: A Quarter Century of UNIX, Peter H. Salus, page 41
1996-08-29 18:06:19 +00:00
Wolfram Schneider
6add522f93
Option -f implemented (remove + create)
...
option -f and -i are exclusive
respond `Y' is equal to `y'
fix usage string
remove isatty(3) check
Reviewed by: pst
1996-03-08 06:58:08 +00:00
Wolfram Schneider
d7e0e5ca0f
delete my last commit
...
Submitted by: pst, ache
1996-02-19 00:44:19 +00:00
Wolfram Schneider
d6ea04ccf4
Option -f implemented (remove + create)
...
option -f and -i are exclusive
all flag variables initialized with zero
respond `Y' is equal to `y'
update usage string
1996-02-18 18:48:26 +00:00
David Greenman
89730b290a
Added $Id$
1994-09-24 02:59:15 +00:00
Rodney W. Grimes
4b88c807ea
BSD 4.4 Lite bin Sources
1994-05-26 06:18:55 +00:00