summaryrefslogtreecommitdiff
path: root/bin/chmod/chflags.1
AgeCommit message (Collapse)Author
2010-09-03add an EXIT STATUS section for /bin;Jason McIntyre
2009-08-20- arch is superuser-onlyMartynas Venckus
- opaque is gone with/ok tedu@, millert@
2009-08-14sort list of flags.Igor Sobrado
2007-05-31convert to new .Dd format;Jason McIntyre
2007-02-25shuffle the text somewhat to make the page read better;Jason McIntyre
use .Ex;
2007-02-25document the "opaque", "arch", and "nodump" flags more fully;Jason McIntyre
closes documentation/5384 from Andrew Hamilton-Wright help from henning, otto, and weingart
2005-10-15simplify the .Ar file ... line;Jason McIntyre
2005-10-15- put description of -R in the correct placeJason McIntyre
- ellipsis implies optional args; no need for .Op
2004-09-28remove confusing sentence which suggests we usually run in single-userJason McIntyre
mode; instead correctly reference securelevel(7); based on a diff from han boetes; ok millert@
2003-07-07- remove unnecessary -compact in a displayJason McIntyre
- use .Dl for a one-line display, not .Bd - simplify SYNOPSIS
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2000-11-09Insert some missing commas.Aaron Campbell
2000-07-19merge chflags(1) into chmod.Michael Shalayeff
also, use new strtofflags, avoid ls/stat_flags.c usage. millert@ ok