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 | ||||
* | markup flag arguments; ok jmc@ schwarze@ | 2018-08-25 | 1 | -16/+26 | |
| | |||||
* | use .Fl macro for command line options | 2018-08-05 | 1 | -3/+3 | |
| | |||||
* | Document the -h option for chmod and chflags, rewording the chgrp(1) and | 2015-12-31 | 1 | -2/+11 | |
| | | | | chown(8) manpages to be consistent and clearer about it as well. | ||||
* | Correct the handling of symbolic links by chmod/chgrp/chown/chflags, | 2014-12-13 | 1 | -9/+2 | |
| | | | | | | making them more resistant to TOCTOU race conditions too. ok tobias@ | ||||
* | consistency fixes, to match the other ch* utils; | 2014-01-28 | 1 | -6/+9 | |
| | | | | ok millert sobrado | ||||
* | add an EXIT STATUS section for /bin; | 2010-09-03 | 1 | -3/+3 | |
| | |||||
* | - arch is superuser-only | 2009-08-20 | 1 | -8/+5 | |
| | | | | | - opaque is gone with/ok tedu@, millert@ | ||||
* | sort list of flags. | 2009-08-14 | 1 | -3/+3 | |
| | |||||
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | shuffle the text somewhat to make the page read better; | 2007-02-25 | 1 | -18/+15 | |
| | | | | use .Ex; | ||||
* | document the "opaque", "arch", and "nodump" flags more fully; | 2007-02-25 | 1 | -2/+21 | |
| | | | | | | closes documentation/5384 from Andrew Hamilton-Wright help from henning, otto, and weingart | ||||
* | simplify the .Ar file ... line; | 2005-10-15 | 1 | -2/+2 | |
| | |||||
* | - put description of -R in the correct place | 2005-10-15 | 1 | -6/+6 | |
| | | | | - ellipsis implies optional args; no need for .Op | ||||
* | remove confusing sentence which suggests we usually run in single-user | 2004-09-28 | 1 | -5/+7 | |
| | | | | | | | mode; instead correctly reference securelevel(7); based on a diff from han boetes; ok millert@ | ||||
* | - remove unnecessary -compact in a display | 2003-07-07 | 1 | -6/+5 | |
| | | | | | - use .Dl for a one-line display, not .Bd - simplify SYNOPSIS | ||||
* | 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. | ||||
* | Insert some missing commas. | 2000-11-09 | 1 | -2/+2 | |
| | |||||
* | merge chflags(1) into chmod. | 2000-07-19 | 1 | -0/+159 | |
also, use new strtofflags, avoid ls/stat_flags.c usage. millert@ ok |