Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-16 | fix error in previous; | Jason McIntyre | |
2011-06-15 | consistently specify that -f and -i override previous options in each | Ted Unangst | |
option's description. jmc points out this works better than deferring such information to a post-options sentence. | |||
2010-12-28 | a colon is not needed here; | Jason McIntyre | |
2010-12-27 | 1) Fix the pseudo-code explaining cross-filesystem moves. | Ingo Schwarze | |
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@. | |||
2010-09-03 | add an EXIT STATUS section for /bin; | Jason McIntyre | |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre | |
updates to follow; | |||
2008-10-21 | various doc fixes related to how mv handles symlinks | Jason McIntyre | |
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 | |||
2008-05-26 | get the argument name right; from Jacek Masiulaniec | Jason McIntyre | |
2007-07-27 | Separate code a little, making it clearer. From Gilles Chehade | Ray Lai | |
<root at evilkittens dot org>. Reset blen on malloc failure. Match blen type with st_blksize. OK moritz@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-05-29 | - consistent STANDARDS blurb | Jason McIntyre | |
- note which options are extensions to POSIX discussed w/ deraadt otto millert | |||
2007-02-16 | Allow moving files starting with a dash across | Moritz Jodeit | |
file system boundaries. Noticed by Roland Illig. ok otto@ millert@ jaredy@ | |||
2006-08-10 | - use .Ex | Jason McIntyre | |
- bump .St - standard EXAMPLES - macro cleanup | |||
2006-08-10 | better explanation of second synopsis form; add a caveat also | Jason McIntyre | |
started by freebsd pr #101330, from peter gildea diff from otto and myself | |||
2005-06-30 | Set tv_usec sensibly when calling utimes() instead of just zeroing it. | Todd C. Miller | |
We have nsec file times so we may as well use them... | |||
2005-04-08 | Sync with recent realpath(3) changes: on failure, don't use the second | Jared Yanovich | |
argument "resolved", since it is undefined. ok and help millert, otto | |||
2004-12-13 | Use warnx() instead of warn() in four places where we know errno is zero. | Otto Moerbeek | |
ok henning@ fgsch@ pedro@ millert@ | |||
2003-07-29 | spacing | Theo de Raadt | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-03-21 | Fix some typos in comments; Patrick Latifi | Todd C. Miller | |
2003-03-13 | Use the return value of strcpy() to detect ENAMETOOLONG instead of | Todd C. Miller | |
doing an extra strlen; deraadt@ OK | |||
2003-03-13 | lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu | Theo de Raadt | |
2003-03-12 | more .Li | Theo de Raadt | |
2002-07-04 | ansi | Theo de Raadt | |
2002-02-18 | change -pr to -PRp (ok mpech@, millert@) | Mark Grimes | |
Closes PR2258 | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-02-11 | Initial patch. | Mike Pechkin | |
When you give command examples in a manual page prefix them with $ command or # command deraadt@ ok | |||
2002-01-25 | Stat source path at the top of do_move() and return an error if | Todd C. Miller | |
this fails. Previously, "mv nonexistent file_with_no_write_perms" would prompt whether or not to overwrite the file w/o write perms even though 'nonexistent' would fail to lstat() later on. | |||
2002-01-16 | missed some registers, kill'em! | Mike Pechkin | |
millert@ ok | |||
2001-12-21 | Initial patch for a new mdoc issue. | Mike Pechkin | |
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 | |||
2001-12-01 | KNF | Theo de Raadt | |
2001-09-06 | o) __progname aria; | Mike Pechkin | |
millert@ ok. | |||
2001-08-13 | Document how to remove or rename a file that is a getopt(3) flag | Heikki Korpela | |
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@ | |||
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt | |
2001-01-08 | Fix a bug in previous commit; we need a separate stat buffer for | Todd C. Miller | |
the "from" file due to changing the order of stat calls. | |||
2001-01-06 | Fix 3 cases related to symbolic links when moving between filesystes: | Todd C. Miller | |
1) incorrectly refused to move a symlink to a mount point 2) refused to move a symlink to a non-existent file 3) copied the contents of a symlink instead of the link itself. Closes PR 1368; james@oaktree.co.uk | |||
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-10-18 | Add some rudimentary EXAMPLES sections and standardize the way we display | Aaron Campbell | |
existing EXAMPLES sections. | |||
2000-03-21 | Add HISTORY sections; from FreeBSD. Information originally obtained from | Aaron Campbell | |
"A Quarter Centry of UNIX, Peter H. Salus, Page 41". | |||
2000-03-17 | Remove hard sentence breaks. | Aaron Campbell | |
1999-12-24 | Try to preserve file flags in mv (Kamo Hiroyasu <wd@ics.nara-wu.ac.jp>) | Angelos D. Keromytis | |
1999-08-17 | consistency | Aaron Campbell | |
1999-07-26 | When using the -i option, check for the existence of the source file before | Aaron Campbell | |
asking for confirmation, and if it doesn't exist, just complain and exit. This is NetBSD PR/8073; deraadt@ ok. | |||
1999-01-12 | use pid_t | Aaron Campbell | |
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell | |
1998-11-28 | start killing redundant .Nm macro arguments (mandoc ``remembers'' the first one | Aaron Campbell | |
it's given) | |||
1998-11-06 | use .Dq/.Sq macros instead of `` ''s and ` 's (think typesetting and future | Aaron Campbell | |
processing); kill redundant .Pp macros; other misc fixes | |||
1998-09-14 | First complete sweep of man pages, bin/. Command/function names previously | Aaron Campbell | |
(incorrectly) capatilized are fixed. Comma splices, hyphenations, SYNOPSIS cleanups, other miscellaneous typos. | |||
1998-07-02 | indent | Theo de Raadt | |