History log of /openbsd/bin/mv/mv.1 (Results 1 – 25 of 34)
Revision Date Author Comments
# cecb03b2 14-Nov-2018 tedu <tedu@openbsd.org>

mv imitates, but no longer uses, cp and rm to cross filesystems.


# 8e83b289 28-Jun-2017 jmc <jmc@openbsd.org>

add -v to SYNOPSIS and STANDARDS;


# e507bd9a 27-Jun-2017 tedu <tedu@openbsd.org>

add a -v verbose flag to cp, mv, and rm. useful for monitoring progress,
and present on several other systems. some ok, some less ok.
from Job Snijders


# 0da6916d 18-Jun-2012 matthew <matthew@openbsd.org>

s/empy/empty/ typo fix

thx Scott McEachern


# e423690c 16-Jun-2011 jmc <jmc@openbsd.org>

fix error in previous;


# b76c7f09 15-Jun-2011 tedu <tedu@openbsd.org>

consistently specify that -f and -i override previous options in each
option's description. jmc points out this works better than deferring
such information to a post-options sentence.


# 997eb55f 28-Dec-2010 jmc <jmc@openbsd.org>

a colon is not needed here;


# a6bd9322 27-Dec-2010 schwarze <schwarze@openbsd.org>

1) Fix the pseudo-code explaining cross-filesystem moves.
2) Explain more precisely which moves are denied and what happens then,
and move this information from CAVEATS to DESCRIPTION.
3) Slightly ex

1) Fix the pseudo-code explaining cross-filesystem moves.
2) Explain more precisely which moves are denied and what happens then,
and move this information from CAVEATS to DESCRIPTION.
3) Slightly expand the example below CAVEATS to show another detail
that may cause unpleasant surprises.
Triggered by a patch from tedu@, feedback and ok jmc@, ok tedu@.

show more ...


# 59a5f2b9 03-Sep-2010 jmc <jmc@openbsd.org>

add an EXIT STATUS section for /bin;


# 99332e38 08-Feb-2009 jmc <jmc@openbsd.org>

bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few
updates to follow;


# 3df326f4 21-Oct-2008 jmc <jmc@openbsd.org>

various doc fixes related to how mv handles symlinks
and file system traversal;

this is work from Ingo Schwarze, tweaked a little by myself,
and we borrowed half a sentence from the netbsd man page

various doc fixes related to how mv handles symlinks
and file system traversal;

this is work from Ingo Schwarze, tweaked a little by myself,
and we borrowed half a sentence from the netbsd man page too;

ok sobrado

show more ...


# a9d1cd00 26-May-2008 jmc <jmc@openbsd.org>

get the argument name right; from Jacek Masiulaniec


# 9490d37c 31-May-2007 jmc <jmc@openbsd.org>

convert to new .Dd format;


# 0f3f4dbc 29-May-2007 jmc <jmc@openbsd.org>

- consistent STANDARDS blurb
- note which options are extensions to POSIX

discussed w/ deraadt otto millert


# 7110725b 10-Aug-2006 jmc <jmc@openbsd.org>

- use .Ex
- bump .St
- standard EXAMPLES
- macro cleanup


# e16355d1 10-Aug-2006 jmc <jmc@openbsd.org>

better explanation of second synopsis form; add a caveat also

started by freebsd pr #101330, from peter gildea
diff from otto and myself


# 29295d1c 02-Jun-2003 millert <millert@openbsd.org>

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# cbab7b70 12-Mar-2003 deraadt <deraadt@openbsd.org>

more .Li


# d895d022 18-Feb-2002 mark <mark@openbsd.org>

change -pr to -PRp (ok mpech@, millert@)
Closes PR2258


# f314c710 11-Feb-2002 mpech <mpech@openbsd.org>

Initial patch.
When you give command examples in a manual page prefix them with
$ command
or
# command

deraadt@ ok


# 3316fe2d 21-Dec-2001 mpech <mpech@openbsd.org>

Initial patch for a new mdoc issue.
Powered by @mantoya:
o) kill extra line in the end of file;
o) kill extra space in the end of line;
o) replace blank lines with .Pp;

millert@ ok


# e07c9a5d 13-Aug-2001 heko <heko@openbsd.org>

Document how to remove or rename a file that is a getopt(3) flag
to mv(1) or rm(1) by preceding it with --.
From ho@: Also give a sample of the ./-f way that is more portable
ok millert@, ho@


# f1ba3473 09-Nov-2000 aaron <aaron@openbsd.org>

Change all option list specifications to ".Bl -tag -width Ds". Most man
pages just needed their -width parameter tweaked to "Ds", which provides
a nice width of 6 constant characters. For consistency

Change all option list specifications to ".Bl -tag -width Ds". Most man
pages just needed their -width parameter tweaked to "Ds", which provides
a nice width of 6 constant characters. For consistency more than anything.

show more ...


# 93256fbc 18-Oct-2000 aaron <aaron@openbsd.org>

Add some rudimentary EXAMPLES sections and standardize the way we display
existing EXAMPLES sections.


# 07d99f0a 21-Mar-2000 aaron <aaron@openbsd.org>

Add HISTORY sections; from FreeBSD. Information originally obtained from
"A Quarter Centry of UNIX, Peter H. Salus, Page 41".


12