Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More correction of section 3 layout. directory->opendir, fts->fts_open, | 2019-09-02 | 1 | -3/+3 | |
| | | | | | getcap->cgetent. pwcache->user_from_uid. And then repair references. ok jmc | ||||
* | Clarify that -P only *attempts* overwriting, which may not succeed; | 2018-03-31 | 1 | -3/+3 | |
| | | | | | requested by deraadt@ after repeated questions on bugs@ and tech@, e.g. from Gregoire Jadi and Craig Skinner. | ||||
* | add -v to SYNOPSIS and STANDARDS; | 2017-06-28 | 1 | -3/+3 | |
| | |||||
* | add a -v verbose flag to cp, mv, and rm. useful for monitoring progress, | 2017-06-27 | 1 | -3/+5 | |
| | | | | | and present on several other systems. some ok, some less ok. from Job Snijders | ||||
* | don't allow removal of /. more robust approach involving stat this time. | 2016-04-15 | 1 | -3/+3 | |
| | | | | | posix uses the language "resolves to the root directory" in this case. ok millert | ||||
* | revert previous. changes the behaviour of: | 2015-10-13 | 1 | -3/+2 | |
| | | | | rm -f "" | ||||
* | Don't allow "rm -rf /" | 2015-10-11 | 1 | -2/+3 | |
| | | | | | | | | | | | | 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@ | ||||
* | - it seems our notes that posix require rm to behave like rmdir for directories | 2014-05-25 | 1 | -23/+7 | |
| | | | | | | | | | | | | 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 | ||||
* | use "MS-DOS", for consistency with other docs; | 2012-09-05 | 1 | -3/+3 | |
| | |||||
* | one random overwrite is sufficient, after some discussion on tech | 2012-09-04 | 1 | -12/+7 | |
| | |||||
* | - rearrange STANDARDS slightly to read better | 2010-10-04 | 1 | -19/+18 | |
| | | | | - remove a stray .Pp | ||||
* | add an EXIT STATUS section for /bin; | 2010-09-03 | 1 | -3/+3 | |
| | |||||
* | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | 2009-02-08 | 1 | -4/+4 | |
| | | | | updates to follow; | ||||
* | Unlink files with multiple links when -P flag is specified instead | 2007-06-06 | 1 | -3/+3 | |
| | | | | | | of just warning and skipping the file. OK millert and jmc. | ||||
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | - consistent STANDARDS blurb | 2007-05-29 | 1 | -7/+12 | |
| | | | | | | - note which options are extensions to POSIX discussed w/ deraadt otto millert | ||||
* | simplify the description of -R; from Jeffrey 'jf' Lim | 2007-05-19 | 1 | -3/+2 | |
| | |||||
* | change [-f | -i] to [-fi]: although technically not as correct, it is | 2007-02-16 | 1 | -4/+3 | |
| | | | | simpler (clearer), and matches cp(1), mv(1), posix, and even usage(); | ||||
* | reword a sentence so we are not discussing lfs; help from pedro | 2006-09-21 | 1 | -3/+3 | |
| | |||||
* | whiteouts are gone | 2005-06-14 | 1 | -6/+2 | |
| | |||||
* | kill comma splice; from Jared Yanovich; | 2003-11-21 | 1 | -9/+9 | |
| | | | | also, put example description before the example, and indent example; | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | merge COMPATIBILITY into STANDARDS; | 2003-05-30 | 1 | -3/+3 | |
| | |||||
* | more .Li | 2003-03-12 | 1 | -4/+4 | |
| | |||||
* | Attempt to do something reasonable when overwrite mode is combined | 2003-01-11 | 1 | -1/+2 | |
| | | | | | with hard links, and document it. In consultation with dynamo and approved by millert. | ||||
* | fix Xr refs; frisco@blackant.net | 2002-09-18 | 1 | -2/+2 | |
| | |||||
* | Initial patch. | 2002-02-11 | 1 | -4/+5 | |
| | | | | | | | | | When you give command examples in a manual page prefix them with $ command or # command deraadt@ ok | ||||
* | restore a little bit of historical material | 2002-01-24 | 1 | -1/+11 | |
| | |||||
* | Initial patch for a new mdoc issue. | 2001-12-21 | 1 | -2/+2 | |
| | | | | | | | | | 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 | ||||
* | o) start new sentence on a new line; | 2001-11-13 | 1 | -3/+5 | |
| | | | | | | | | o) don't use .Pp before/after .Ss; o) wrap long lines; o) fix bogus .Xr usage; millert@ ok; | ||||
* | Document how to remove or rename a file that is a getopt(3) flag | 2001-08-13 | 1 | -1/+7 | |
| | | | | | | 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@ | ||||
* | Correct STANDARDS section wrt removing directories; from FreeBSD | 2001-06-08 | 1 | -3/+16 | |
| | |||||
* | Some .Li makes this look prettier. | 2000-11-16 | 1 | -3/+8 | |
| | |||||
* | Change all option list specifications to ".Bl -tag -width Ds". Most man | 2000-11-09 | 1 | -2/+2 | |
| | | | | | pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | ||||
* | Add some rudimentary EXAMPLES sections and standardize the way we display | 2000-10-18 | 1 | -9/+15 | |
| | | | | existing EXAMPLES sections. | ||||
* | Add HISTORY sections; from FreeBSD. Information originally obtained from | 2000-03-21 | 1 | -1/+6 | |
| | | | | "A Quarter Centry of UNIX, Peter H. Salus, Page 41". | ||||
* | more precise SYNOPSIS syntax | 1999-08-16 | 1 | -2/+2 | |
| | |||||
* | start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@ | 1999-06-04 | 1 | -5/+5 | |
| | |||||
* | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | 1998-12-15 | 1 | -2/+2 | |
| | |||||
* | start killing redundant .Nm macro arguments (mandoc ``remembers'' the first one | 1998-11-28 | 1 | -8/+8 | |
| | | | | it's given) | ||||
* | use .Dq/.Sq macros instead of `` ''s and ` 's (think typesetting and future | 1998-11-06 | 1 | -2/+5 | |
| | | | | processing); kill redundant .Pp macros; other misc fixes | ||||
* | There is no undelete(2) manpage. | 1997-07-03 | 1 | -2/+2 | |
| | |||||
* | update rcsid | 1996-06-23 | 1 | -0/+1 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+157 | |