Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-04 | remove some unnecessary sys/param.h inclusions | Theo de Raadt | |
2011-07-13 | ellipsis is not an optional argument; replace ".Ar file ..." -> ".Ar"; | Igor Sobrado | |
simplify the symbolic modes format. ok (and fine-tuned by) jmc@, millert@ | |||
2011-03-09 | zap from usage() as well; reminded by jmc@ | Okan Demirmen | |
2011-03-09 | remove non-standard flag | Okan Demirmen | |
ok jasper@, otto@ | |||
2010-09-03 | add an EXIT STATUS section for /bin; | Jason McIntyre | |
2010-01-12 | sync comment with reality, -f won't be documented. | Jasper Lievisse Adriaanse | |
as discussed with jmc@, otto@ and millert@ ok otto@ millert@ | |||
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo 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-08-20 | - arch is superuser-only | Martynas Venckus | |
- opaque is gone with/ok tedu@, millert@ | |||
2009-08-14 | sort list of flags. | Igor Sobrado | |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre | |
updates to follow; | |||
2009-01-21 | fix the synopsis for chown(8) | Igor Sobrado | |
2009-01-04 | replace hardcoded exit values with .Ex macros; | Igor Sobrado | |
ok jmc@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-05-29 | - consistent STANDARDS blurb | Jason McIntyre | |
- note which options are extensions to POSIX discussed w/ deraadt otto millert | |||
2007-02-25 | shuffle the text somewhat to make the page read better; | Jason McIntyre | |
use .Ex; | |||
2007-02-25 | document the "opaque", "arch", and "nodump" flags more fully; | Jason McIntyre | |
closes documentation/5384 from Andrew Hamilton-Wright help from henning, otto, and weingart | |||
2006-04-25 | various small lint cleanups; ok otto | Theo de Raadt | |
2006-01-26 | `t' and `X' are now included in posix spec; | Jason McIntyre | |
bump the revision for the latest posix spec; problem reported by jonathan glaschke; ok millert | |||
2006-01-25 | some warning reduction | Ted Unangst | |
2006-01-25 | an old diff from tech to convert to using strtonum and some other misc | Ted Unangst | |
cleanup. from ray at cyth net | |||
2005-11-29 | kill unused var found by lint. ok deraadt@ | Otto Moerbeek | |
2005-10-15 | sync usage(); | Jason McIntyre | |
2005-10-15 | clean up SYNOPSIS; | Jason McIntyre | |
sort options list; | |||
2005-10-15 | standardise EXAMPLES; | Jason McIntyre | |
2005-10-15 | simplify the .Ar file ... line; | Jason McIntyre | |
2005-10-15 | - fix SYNOPSIS blip | Jason McIntyre | |
- put description of -R in the right place - remove unneeded .Pp | |||
2005-10-15 | - tidy up SYNOPSIS | Jason McIntyre | |
- sort options list - ellipsis implies optional args; no need for .Op | |||
2005-10-15 | - put description of -R in the correct place | Jason McIntyre | |
- ellipsis implies optional args; no need for .Op | |||
2005-08-12 | of course, douglas' mail hits my machine 2 nanoseconds later... | Jason McIntyre | |
the correct name for the sysctl is fs.posix.setuid, not fs.posix.suid; from douglas santos (pr #4462); apologies to douglas for closing his pr, but i just could not see it. if you are sending typo stuff, please be specific about the problem. | |||
2005-03-16 | chown(8): mention that this utility clears setuid/setgid bits by default; | Jason McIntyre | |
from stuart henderson (pr #4149); chown(2)/chown(8): mention that sysctl variable fs.posix.setuid=0 overrides this behaviour; from millert and otto; ok deraadt@ otto@ millert@ | |||
2004-09-28 | remove confusing sentence which suggests we usually run in single-user | Jason McIntyre | |
mode; instead correctly reference securelevel(7); based on a diff from han boetes; ok millert@ | |||
2004-07-01 | setmode(3) returns void *, not mode_t *. ok millert@ | Otto Moerbeek | |
2004-02-16 | If the user does "chown foo.bar" check to see if foo.bar is a username | Todd C. Miller | |
before picking it apart into a username.group pair. OK deraadt@ | |||
2004-02-14 | remove some unneeded .Fl's; | Jason McIntyre | |
2003-07-07 | - remove unnecessary -compact in a display | Jason McIntyre | |
- use .Dl for a one-line display, not .Bd - simplify SYNOPSIS | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-06-01 | Undo a misguided attempt to fix speling errors from long ago. UCB | Todd C. Miller | |
copyrights say "acknowledgement", not "acknowledgment". You cannot just go changing the text of a license willy-nilly. | |||
2003-05-29 | - merge COMPATIBILITY with STANDARDS | Jason McIntyre | |
- use .St for POSIX standard | |||
2003-04-28 | typos; | Jason McIntyre | |
suggestions, corrections and ok millert@ | |||
2003-03-12 | more .Li | Theo de Raadt | |
2002-07-04 | ansi | Theo de Raadt | |
2002-02-16 | Part 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-11 | Initial patch. | Mike Pechkin | |
When you give command examples in a manual page prefix them with $ command or # command deraadt@ ok | |||
2001-09-06 | install relative symlinks, not absolute | Michael Shalayeff | |
2001-05-25 | Remove unnecessary .Nm args; mpech@prosoft.org.lv | Aaron Campbell | |
2001-02-15 | Fix confusing formatting of an example. | Aaron Campbell | |
2000-11-10 | - Section shuffling. | Aaron Campbell | |
- Some .Nm trimming. - Reword a sentence for consistency with the chmod(1) man page. - Insert a missing comma. | |||
2000-11-10 | Use better grammar. | Aaron Campbell | |
2000-11-09 | Insert some missing commas. | Aaron Campbell | |
2000-10-18 | Add some rudimentary EXAMPLES sections and standardize the way we display | Aaron Campbell | |
existing EXAMPLES sections. |