sin
16719ea6e1
cp: Update program usage and manpages
...
Do not document the non-standard -r flag as it is highly discouraged.
It is still silently accepted and treated the same as -R.
2015-02-17 16:14:42 +00:00
Tai Chi Minh Ralph Eastwood
c21a664f7c
cp.1: symlink dereferencing flags
2015-02-09 22:54:52 +00:00
Hiltjo Posthuma
22f4e05b5b
man pages: improve consistency
2015-02-01 20:52:28 +01:00
sin
0934e7f6ed
Add .Os sbase and sed replace to .Os sbase $(VERSION) in make install
2015-01-31 19:37:03 +00:00
Hiltjo Posthuma
f769c2402f
fix mandoc warnings
...
- sort references in SEE ALSO section to section number, name.
- cols.1: proper order of sections.
- wrap lines to max 79 column length.
2015-01-31 14:43:27 +01:00
Hiltjo Posthuma
4a920a5960
remove sbase-VERSION from man page, fix sponge.1 date
2015-01-31 14:20:02 +01:00
Hiltjo Posthuma
987152a7d7
cp.1: convert to mandoc, add mv(1) to SEE ALSO
2015-01-30 22:07:17 +01:00
Michael Forney
e14e0becce
cp: Rename -d option to -P
...
The -d option is a GNU extension and is equivalent to its "-P
--preserve=links" options.
Since we don't implement the --preserve=links functionality anyway (it
means preserve hard links between files), just call it -P, which is
specified by POSIX.
Additionally, there is no need to check for cp_Pflag again before
copying the symlink itself because the only way the mode in the stat
will indicate a symlink is if we used lstat (which we only do if -P is
specified).
2014-12-08 10:02:56 +00:00
Hiltjo Posthuma
f67320ce93
cp: add -v, fix manpage info
...
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-07-21 16:43:31 +01:00
Hiltjo Posthuma
8b3a9c1971
cp: add -a, -d, -p
2014-07-10 11:23:21 +01:00
sin
02918a46e8
Implement cp -f
2014-05-05 15:02:03 +01:00
sin
aff51008ea
Add -R as a synonym to -r for cp(1)
...
List the available options in the usage line as well.
2013-12-12 13:30:17 +00:00
William Haddon
cec53d14b1
implement cp and mv and improve rm
2012-01-30 22:41:33 +00:00