summaryrefslogtreecommitdiff
path: root/bin/rm
Commit message (Collapse)AuthorAgeFilesLines
* MFC: man page fixes, printf args cast to u_long where appropriate, etc.Jordan K. Hubbard1998-07-162-26/+35
| | | | Notes: svn path=/stable/2.2/; revision=37695
* MFC: EOF -> -1 in comparison of return value from getoptWarner Losh1997-12-031-2/+2
| | | | Notes: svn path=/stable/2.2/; revision=31509
* YAMFC: document non-getopt ways of removing file names that beginMike Pritchard1997-04-091-1/+8
| | | | | | | with a dash. Notes: svn path=/stable/2.2/; revision=24736
* YAMFC: improve the wording in the NOTES section.Mike Pritchard1997-04-081-13/+12
| | | | Notes: svn path=/stable/2.2/; revision=24733
* [HISTORY] command appeared in Version 1 AT&T UNIXWolfram Schneider1996-08-291-1/+6
| | | | | | | Obtained from: A Quarter Century of UNIX, Peter H. Salus, page 41 Notes: svn path=/head/; revision=17891
* fix usage stringWolfram Schneider1996-03-072-4/+20
| | | | | | | | | respond `Y' is equal to `y' Add a note how to delete file name with beginning `-' Notes: svn path=/head/; revision=14409
* Don't initialize udata, fix usage stringPaul Traina1996-02-191-4/+3
| | | | Notes: svn path=/head/; revision=14158
* delete my last commitWolfram Schneider1996-02-191-5/+5
| | | | | | | Submitted by: pst, ache Notes: svn path=/head/; revision=14154
* Remove unnecessary '?' case and don't zero global udata, it's already zeroPaul Traina1996-02-181-5/+4
| | | | Notes: svn path=/head/; revision=14148
* update usage stringWolfram Schneider1996-02-181-5/+6
| | | | | | | | all flag variables initialized with zero respond `Y' is equal to `y' Notes: svn path=/head/; revision=14146
* Allow root to delete uchg/uappnd filesAndrey A. Chernov1995-04-132-30/+68
| | | | Notes: svn path=/head/; revision=7798
* Added $Id$David Greenman1994-09-243-0/+4
| | | | Notes: svn path=/head/; revision=3044
* Remove redundant declarations that were added in the previous commit.Bruce Evans1994-09-211-2/+0
| | | | Notes: svn path=/head/; revision=2958
* Applied patch to make -Wall and -Dlint shut up.Poul-Henning Kamp1994-09-201-2/+4
| | | | | | | | Reviewed by: phk Submitted by: Josef Grosch <joeg@gagme.wwa.com> Notes: svn path=/head/; revision=2927
* Reviewed by:Andreas Schulz1994-08-281-2/+2
| | | | | | | | | | | Submitted by: Added the FTS_NOCHDIR flag to the fts-open call. This is needed, so that the fts don't change the current directory for rm and subsequent calls to rmdir with relative pathnames don't fail. Pulled over the bugfix in 1.1.5. Notes: svn path=/head/; revision=2374
* BSD 4.4 Lite bin SourcesRodney W. Grimes1994-05-263-0/+533
Notes: svn path=/head/; revision=1556