Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-28 | add -v to SYNOPSIS and STANDARDS; | Jason McIntyre | |
2017-06-27 | add a -v verbose flag to cp, mv, and rm. useful for monitoring progress, | Ted Unangst | |
and present on several other systems. some ok, some less ok. from Job Snijders | |||
2016-04-15 | don't allow removal of /. more robust approach involving stat this time. | Ted Unangst | |
posix uses the language "resolves to the root directory" in this case. ok millert | |||
2015-10-13 | revert previous. changes the behaviour of: | Daniel Dickman | |
rm -f "" | |||
2015-10-11 | Don't allow "rm -rf /" | Daniel Dickman | |
Patch from Theo Buehler who was inspired by watching Bryan Cantrill in BSD Now 103. Minor tweak from me to turn the complained variables into flags instead of counters. "i think it's ok" tedu@ "this isn't 1980 anymore" deraadt@ ok millert@ | |||
2014-05-25 | - it seems our notes that posix require rm to behave like rmdir for directories | Jason McIntyre | |
is plain wrong: remove it. the note in posix spec is misleading, to be fair - most of the rest of notes in STANDARDS are really historical notes (admittedly caused by the standards i guess) so move them into HISTORY. debatable, yes, but leaves STANDARDS consistent. HISTORY is a hodge podge anyway, by neccesity. - while there, fix a sentence splice in BUGS sobrado agrees with the removal of the rmdir note; millert oks the diff | |||
2012-09-05 | use "MS-DOS", for consistency with other docs; | Jason McIntyre | |
2012-09-04 | one random overwrite is sufficient, after some discussion on tech | Ted Unangst | |
2010-10-04 | - rearrange STANDARDS slightly to read better | Jason McIntyre | |
- remove a stray .Pp | |||
2010-09-03 | add an EXIT STATUS section for /bin; | Jason McIntyre | |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre | |
updates to follow; | |||
2007-06-06 | Unlink files with multiple links when -P flag is specified instead | Ray Lai | |
of just warning and skipping the file. OK millert and jmc. | |||
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-05-19 | simplify the description of -R; from Jeffrey 'jf' Lim | Jason McIntyre | |
2007-02-16 | change [-f | -i] to [-fi]: although technically not as correct, it is | Jason McIntyre | |
simpler (clearer), and matches cp(1), mv(1), posix, and even usage(); | |||
2006-09-21 | reword a sentence so we are not discussing lfs; help from pedro | Jason McIntyre | |
2005-06-14 | whiteouts are gone | Todd C. Miller | |
2003-11-21 | kill comma splice; from Jared Yanovich; | Jason McIntyre | |
also, put example description before the example, and indent example; | |||
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-05-30 | merge COMPATIBILITY into STANDARDS; | Jason McIntyre | |
2003-03-12 | more .Li | Theo de Raadt | |
2003-01-11 | Attempt to do something reasonable when overwrite mode is combined | Hugh Graham | |
with hard links, and document it. In consultation with dynamo and approved by millert. | |||
2002-09-18 | fix Xr refs; frisco@blackant.net | Theo de Raadt | |
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-24 | restore a little bit of historical material | Michael Shalayeff | |
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-11-13 | o) start new sentence on a new line; | Mike Pechkin | |
o) don't use .Pp before/after .Ss; o) wrap long lines; o) fix bogus .Xr usage; 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-06-08 | Correct STANDARDS section wrt removing directories; from FreeBSD | Todd C. Miller | |
2000-11-16 | Some .Li makes this look prettier. | Aaron Campbell | |
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". | |||
1999-08-16 | more precise SYNOPSIS syntax | Aaron Campbell | |
1999-06-04 | start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@ | 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 | |||
1997-07-03 | There is no undelete(2) manpage. | Jason Downs | |
1996-06-23 | update rcsid | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |