summaryrefslogtreecommitdiff
path: root/bin/chmod
AgeCommit message (Collapse)Author
2002-07-04ansiTheo de Raadt
2002-02-16Part 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-11Initial patch.Mike Pechkin
When you give command examples in a manual page prefix them with $ command or # command deraadt@ ok
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
- Some .Nm trimming. - Reword a sentence for consistency with the chmod(1) man page. - Insert a missing comma.
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
existing EXAMPLES sections.
2000-07-31make -h option work again, it was left out on the getopt stringEric Jackson
2000-07-31remove incorrect space, as enami@netbsd.orgPaul Janzen
2000-07-19merge chflags(1) into chmod.Michael Shalayeff
also, use new strtofflags, avoid ls/stat_flags.c usage. millert@ ok
2000-07-10Xr chflags(1)Aaron Campbell
2000-06-30warnx?/errx? paranoia (use "%s" not a bare string unless it is aTodd 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-10argh, not enough testing again; sigh@kuzirabekon.econ.nagasaki-u.ac.jpTheo de Raadt
2000-06-09oopsMichael Shalayeff
2000-06-09merge 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-21Add HISTORY sections; from FreeBSD. Information originally obtained fromAaron Campbell
"A Quarter Centry of UNIX, Peter H. Salus, Page 41".
2000-03-17Remove hard sentence breaks.Aaron Campbell
1999-09-23Minor tweaks. Add Xr to find(1); espie@Aaron Campbell
1999-09-23Improve this man page significantly; more helpful, easier to read, and easierAaron Campbell
to learn how chmod(1) works. Oh, and trash those useless BNF grammars.
1999-07-04trash some old leftover macros and replace them with -mdoc macrosAaron Campbell
1999-05-30repairsAaron Campbell
1999-05-16Cleanup 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-25SEE ALSO .Xr's go in lexigraphical orderAaron Campbell
1999-03-031. 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-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netAaron Campbell
1998-11-28start killing redundant .Nm macro arguments (mandoc ``remembers'' the first oneAaron Campbell
it's given)
1998-11-06use .Dq/.Sq macros instead of `` ''s and ` 's (think typesetting and futureAaron Campbell
processing); kill redundant .Pp macros; other misc fixes
1998-09-14First complete sweep of man pages, bin/. Command/function names previouslyAaron Campbell
(incorrectly) capatilized are fixed. Comma splices, hyphenations, SYNOPSIS cleanups, other miscellaneous typos.
1997-11-17proper .XrTheo de Raadt
1997-11-08spellingTodd T. Fries
1997-09-21$OpenBSD$Theo de Raadt
1997-06-28somebody added setlocale() w/o locale.hgrr
1997-06-27setlocale; kleinkTheo de Raadt
1996-12-14-Wall'ing.Michael Shalayeff
1996-08-02zap getopt() case of -?, come on, it is the default!Theo de Raadt
1996-06-23update rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt