Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2000-07-31 | make -h option work again, it was left out on the getopt string | Eric Jackson | |
2000-07-31 | remove incorrect space, as enami@netbsd.org | Paul Janzen | |
2000-07-19 | merge chflags(1) into chmod. | Michael Shalayeff | |
also, use new strtofflags, avoid ls/stat_flags.c usage. millert@ ok | |||
2000-07-10 | Xr chflags(1) | Aaron Campbell | |
2000-06-30 | warnx?/errx? paranoia (use "%s" not a bare string unless it is a | Todd C. Miller | |
constant). These are not security holes but it is worth fixing them anyway both for robustness and so folks looking for examples in the tree are not misled into doing something potentially dangerous. Furthermore, it is a bad idea to assume that pathnames will not include '%' in them and that error routines don't return strings with '%' in them (especially in light of the possibility of locales). | |||
2000-06-10 | argh, not enough testing again; sigh@kuzirabekon.econ.nagasaki-u.ac.jp | Theo de Raadt | |
2000-06-09 | oops | Michael Shalayeff | |
2000-06-09 | merge chown/chgrp into chmod. | Michael Shalayeff | |
provide symlinks from old location for the time being. | |||
2000-04-15 | - For consistency, `super-user' -> `superuser' in all cases. | Aaron Campbell | |
- Some punctuation fixes. - Some `id' -> `ID'. | |||
2000-03-21 | Add HISTORY sections; from FreeBSD. Information originally obtained from | Aaron Campbell | |
"A Quarter Centry of UNIX, Peter H. Salus, Page 41". | |||
2000-03-17 | Remove hard sentence breaks. | Aaron Campbell | |
1999-09-23 | Minor tweaks. Add Xr to find(1); espie@ | Aaron Campbell | |
1999-09-23 | Improve this man page significantly; more helpful, easier to read, and easier | Aaron Campbell | |
to learn how chmod(1) works. Oh, and trash those useless BNF grammars. | |||
1999-07-04 | trash some old leftover macros and replace them with -mdoc macros | Aaron Campbell | |
1999-05-30 | repairs | Aaron Campbell | |
1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: | Alex Feldman | |
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. | |||
1999-03-25 | SEE ALSO .Xr's go in lexigraphical order | Aaron Campbell | |
1999-03-03 | 1. Cleanup. | Aaron Campbell | |
2. Xr sticky(8) and chgrp(1). 3. Mention not to confuse ``o'' symbol (others) for owner (``u''). 4. Describe the meaning of the directory search bit. 5. Briefly warn about adding suid/sgid bits to binaries. | |||
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell | |
1998-11-28 | start killing redundant .Nm macro arguments (mandoc ``remembers'' the first one | Aaron Campbell | |
it's given) | |||
1998-11-06 | use .Dq/.Sq macros instead of `` ''s and ` 's (think typesetting and future | Aaron Campbell | |
processing); kill redundant .Pp macros; other misc fixes | |||
1998-09-14 | First complete sweep of man pages, bin/. Command/function names previously | Aaron Campbell | |
(incorrectly) capatilized are fixed. Comma splices, hyphenations, SYNOPSIS cleanups, other miscellaneous typos. | |||
1997-11-17 | proper .Xr | Theo de Raadt | |
1997-11-08 | spelling | Todd T. Fries | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-06-28 | somebody added setlocale() w/o locale.h | grr | |
1997-06-27 | setlocale; kleink | Theo de Raadt | |