summaryrefslogtreecommitdiff
path: root/bin/rm
AgeCommit message (Collapse)Author
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo 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-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
updates to follow;
2008-06-10do not ask the "override?" question if access fails for other resaons thanOtto Moerbeek
EACCES. From Tim van der Molen; ok millert@ ray@
2007-06-06Unlink files with multiple links when -P flag is specified insteadRay Lai
of just warning and skipping the file. OK millert and jmc.
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-29- consistent STANDARDS blurbJason McIntyre
- note which options are extensions to POSIX discussed w/ deraadt otto millert
2007-05-19simplify the description of -R; from Jeffrey 'jf' LimJason McIntyre
2007-02-16change [-f | -i] to [-fi]: although technically not as correct, it isJason McIntyre
simpler (clearer), and matches cp(1), mv(1), posix, and even usage();
2006-09-21reword a sentence so we are not discussing lfs; help from pedroJason McIntyre
2006-03-21Call fts_close() when done; from NetBSD's Coverity scan; ok millert@Otto Moerbeek
jaredy@
2005-08-30remove -W from synopsis;Jason McIntyre
from nikolay kalev; ok deraadt@
2005-06-14whiteouts are goneTodd C. Miller
2004-06-02outline PASS; use size_t for sizes; better error message.Otto Moerbeek
ok millert@ tedu@
2004-05-31better error handling with -P option. from freebsd (bde@)Ted Unangst
ok beck@ otto@
2003-11-21kill comma splice; from Jared Yanovich;Jason McIntyre
also, put example description before the example, and indent example;
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-05-30merge COMPATIBILITY into STANDARDS;Jason McIntyre
2003-03-12more .LiTheo de Raadt
2003-01-11Attempt to do something reasonable when overwrite mode is combinedHugh Graham
with hard links, and document it. In consultation with dynamo and approved by millert.
2002-09-18fix Xr refs; frisco@blackant.netTheo de Raadt
2002-07-04ansiTheo de Raadt
2002-02-16Part 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-11Initial patch.Mike Pechkin
When you give command examples in a manual page prefix them with $ command or # command deraadt@ ok
2002-01-24restore a little bit of historical materialMichael Shalayeff
2001-12-21Initial 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-13o) 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-09-06o) __progname aria;Mike Pechkin
millert@ ok.
2001-08-13Document how to remove or rename a file that is a getopt(3) flagHeikki 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-08Correct STANDARDS section wrt removing directories; from FreeBSDTodd C. Miller
2001-06-08Don't give usage warning for 'rm -f' with no files to remove to beTodd C. Miller
consistent with other implementations.
2000-11-16Some .Li makes this look prettier.Aaron Campbell
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron 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-18Add some rudimentary EXAMPLES sections and standardize the way we displayAaron Campbell
existing EXAMPLES sections.
2000-03-21Add HISTORY sections; from FreeBSD. Information originally obtained fromAaron Campbell
"A Quarter Centry of UNIX, Peter H. Salus, Page 41".
1999-08-16more precise SYNOPSIS syntaxAaron Campbell
1999-06-04start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@Aaron Campbell
1999-01-02indentTheo de Raadt
1999-01-02Fix possible free() of uninitialized pointer.Tobias Weingartner
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netAaron Campbell
1998-11-28start killing redundant .Nm macro arguments (mandoc ``remembers'' the first oneAaron Campbell
it's given)
1998-11-06use .Dq/.Sq macros instead of `` ''s and ` 's (think typesetting and futureAaron Campbell
processing); kill redundant .Pp macros; other misc fixes
1998-11-04use optimal xfer block size in rm_overwrite() instead of assuming 8192Aaron Campbell
1997-09-21$OpenBSD$Theo de Raadt
1997-09-01i am bored enough to fix terminal space/tab ugliesTheo de Raadt
1997-07-03There is no undelete(2) manpage.Jason Downs
1997-06-18(foo *)NULL -> NULLkstailey
1996-12-14-Wall'ing.Michael Shalayeff
1996-08-02zap getopt() case of -?, come on, it is the default!Theo de Raadt
1996-06-23update rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt