summaryrefslogtreecommitdiff
path: root/bin/chmod
AgeCommit message (Expand)Author
2012-12-04remove some unnecessary sys/param.h inclusionsTheo de Raadt
2011-07-13ellipsis is not an optional argument; replace ".Ar file ..." -> ".Ar";Igor Sobrado
2011-03-09zap from usage() as well; reminded by jmc@Okan Demirmen
2011-03-09remove non-standard flagOkan Demirmen
2010-09-03add an EXIT STATUS section for /bin;Jason McIntyre
2010-01-12sync comment with reality, -f won't be documented.Jasper Lievisse Adriaanse
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-08-20- arch is superuser-onlyMartynas Venckus
2009-08-14sort list of flags.Igor Sobrado
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
2009-01-21fix the synopsis for chown(8)Igor Sobrado
2009-01-04replace hardcoded exit values with .Ex macros;Igor Sobrado
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-29- consistent STANDARDS blurbJason McIntyre
2007-02-25shuffle the text somewhat to make the page read better;Jason McIntyre
2007-02-25document the "opaque", "arch", and "nodump" flags more fully;Jason McIntyre
2006-04-25various small lint cleanups; ok ottoTheo de Raadt
2006-01-26`t' and `X' are now included in posix spec;Jason McIntyre
2006-01-25some warning reductionTed Unangst
2006-01-25an old diff from tech to convert to using strtonum and some other miscTed Unangst
2005-11-29kill unused var found by lint. ok deraadt@Otto Moerbeek
2005-10-15sync usage();Jason McIntyre
2005-10-15clean up SYNOPSIS;Jason McIntyre
2005-10-15standardise EXAMPLES;Jason McIntyre
2005-10-15simplify the .Ar file ... line;Jason McIntyre
2005-10-15- fix SYNOPSIS blipJason McIntyre
2005-10-15- tidy up SYNOPSISJason McIntyre
2005-10-15- put description of -R in the correct placeJason McIntyre
2005-08-12of course, douglas' mail hits my machine 2 nanoseconds later...Jason McIntyre
2005-03-16chown(8): mention that this utility clears setuid/setgid bits by default;Jason McIntyre
2004-09-28remove confusing sentence which suggests we usually run in single-userJason McIntyre
2004-07-01setmode(3) returns void *, not mode_t *. ok millert@Otto Moerbeek
2004-02-16If the user does "chown foo.bar" check to see if foo.bar is a usernameTodd C. Miller
2004-02-14remove some unneeded .Fl's;Jason McIntyre
2003-07-07- remove unnecessary -compact in a displayJason McIntyre
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-06-01Undo a misguided attempt to fix speling errors from long ago. UCBTodd C. Miller
2003-05-29- merge COMPATIBILITY with STANDARDSJason McIntyre
2003-04-28typos;Jason McIntyre
2003-03-12more .LiTheo 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
2002-02-11Initial patch.Mike Pechkin
2001-09-06install relative symlinks, not absoluteMichael Shalayeff
2001-05-25Remove unnecessary .Nm args; mpech@prosoft.org.lvAaron Campbell
2001-02-15Fix confusing formatting of an example.Aaron Campbell
2000-11-10- Section shuffling.Aaron Campbell
2000-11-10Use better grammar.Aaron Campbell
2000-11-09Insert some missing commas.Aaron Campbell
2000-10-18Add some rudimentary EXAMPLES sections and standardize the way we displayAaron Campbell