aboutsummaryrefslogtreecommitdiff
path: root/bin/chmod/chmod.1
Commit message (Collapse)AuthorAgeFilesLines
* Make the Monty Python quote more google friendly instead ofTom Rhodes2009-01-261-3/+2
| | | | | | | | | hacking it apart. Discussed with: Christoph Mallon <christoph.mallon@gmx.de> Notes: svn path=/head/; revision=187734
* Note the implication of setting the 'w' permission on directories,Tom Rhodes2009-01-231-2/+7
| | | | | | | | | | | while here, expand the 'naughty bits' comment in BUGS. PR: 84265 and 84268 Reviewed by: keramida Obtained from: hints from ceri, keramida Notes: svn path=/head/; revision=187627
* - Mention umask(2) when first referring to it.Ruslan Ermilov2006-12-221-2/+6
| | | | | | | | | - Add missing markup. Submitted by: Eugene Grosbein <eugen@grosbein.pp.ru> Notes: svn path=/head/; revision=165463
* Expand contractions.Ruslan Ermilov2005-02-131-1/+1
| | | | Notes: svn path=/head/; revision=141851
* Add the new standard EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-161-5/+5
| | | | | | | Sort standard sections in the (documented) preferred order. Notes: svn path=/head/; revision=140353
* /*- or .\"- or #- to begin license clauses.Warner Losh2005-01-101-0/+1
| | | | Notes: svn path=/head/; revision=139969
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-061-4/+0
| | | | | | | OK'ed by: imp, core Notes: svn path=/head/; revision=127958
* mdoc(7) police: In DESCRIPTION, list the options in pure alphabeticalRuslan Ermilov2002-11-251-14/+17
| | | | | | | | | | | order, as required by style(9). Document the effect of the -f option on exit status. Fixed some spacing. Submitted by: bde Approved by: re Notes: svn path=/head/; revision=107230
* Cross-reference setfacl(1).Tim J. Robbins2002-11-041-0/+1
| | | | Notes: svn path=/head/; revision=106399
* Return the ``u''Tom Rhodes2002-10-011-1/+1
| | | | Notes: svn path=/head/; revision=104318
* s/behaviour/behavior/ in the chmod(1) manualTom Rhodes2002-09-281-1/+1
| | | | Notes: svn path=/head/; revision=104119
* mdoc(7) police: kill hard sentence breaks and one double space.Ruslan Ermilov2002-08-091-5/+9
| | | | Notes: svn path=/head/; revision=101569
* Allow "-v -v" to mean very verbose.David E. O'Brien2002-08-041-1/+4
| | | | | | | | | Reviewed by: freebsd-standards PR: 40709 Submitted by: Edward Brocklesby <nighthawk@unrealircd.com>, johan Notes: svn path=/head/; revision=101297
* Don't duplicate the description of the sticky bit that is alreadyGiorgos Keramidas2002-07-121-7/+4
| | | | | | | | | | part of chmod(2) and sticky(8), but refer to those manpages instead. PR: docs/35605 Submitted by: Gary W. Swearingen <swear@blarg.net> Notes: svn path=/head/; revision=99847
* Refer to the original mode of the file, not the mode of the originalSheldon Hearn2002-02-011-3/+3
| | | | | | | | | | file. PR: docs/34224 Submitted by: "Gary W. Swearingen" <swear@blarg.net> Notes: svn path=/head/; revision=90059
* mdoc(7) police: utilize the new .Ex macro.Ruslan Ermilov2001-08-151-3/+1
| | | | Notes: svn path=/head/; revision=81687
* Remove whitespace at EOL.Dima Dorfman2001-07-151-17/+17
| | | | Notes: svn path=/head/; revision=79754
* Change noop option -h to do the real work. Now mode of symbolic linkRuslan Ermilov2001-05-281-13/+5
| | | | | | | | | | is changed if -h option is given. Requested by: bde Obtained from: NetBSD (code part) Notes: svn path=/head/; revision=77342
* Make it clear that -P is the default.Ruslan Ermilov2001-05-251-0/+1
| | | | | | | PR: docs/27629 Notes: svn path=/head/; revision=77160
* The 'X' permission symbol is specified by POSIX.2, so don't say that itBen Smithurst2001-03-011-4/+2
| | | | | | | | | | isn't. Obtained from: NetBSD Confirmed by: ru, wollman Notes: svn path=/head/; revision=73281
* mdoc(7) police: use the default ``file ...'' feature of the .Ar macro.Ruslan Ermilov2001-02-131-1/+1
| | | | Notes: svn path=/head/; revision=72432
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-161-1/+1
| | | | Notes: svn path=/head/; revision=71097
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
| | | | Notes: svn path=/head/; revision=68935
* Use Fx macro wherever possible.Ruslan Ermilov2000-11-141-1/+3
| | | | Notes: svn path=/head/; revision=68716
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-1/+0
| | | | Notes: svn path=/head/; revision=68575
* From the PR:Bill Swingle2000-02-171-4/+4
| | | | | | | | | | | | | | | | | | Three minor changes to the manpage of chmod(1). 1. At the description of -H option, I added that symlinks are not followed _by default_ to show that links can be followed, but the default chmod behavior is not to do so. 2. Moved a misplaced .Va file command up to the place it belongs. 3. Simplified the grammar that describes symbolic modes. PR: 16749 Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr> Notes: svn path=/head/; revision=57274
* Add "-v".David E. O'Brien1999-11-271-0/+9
| | | | Notes: svn path=/head/; revision=53780
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50471
* Sort cross-references. Move mount(8) down the list where it belongs, inChris Costello1999-08-251-2/+2
| | | | | | | particular. Notes: svn path=/head/; revision=50341
* Bad reference of mount(1) changed to mount(8).Chris Costello1999-08-141-3/+3
| | | | Notes: svn path=/head/; revision=49721
* Document -f flag:Chris Costello1999-08-081-1/+7
| | | | | | | | -f Do not display a diagnostic message if chmod could not modify the mode for file. Notes: svn path=/head/; revision=49544
* Various spelling/formatting changes.Kris Kennaway1999-05-081-2/+2
| | | | | | | Submitted by: Philippe Charnier <charnier@xp11.frmug.org> Notes: svn path=/head/; revision=46684
* Improve description of absolute modes.Joseph Koshy1998-05-191-20/+46
| | | | | | | | Submitted by: Josh Gilliam <josh@quick.net> PR: 6634 Notes: svn path=/head/; revision=36175
* Correct use of .Nm and other cosmetics. Add rcsid. Remove unused #inc.Philippe Charnier1998-05-061-5/+5
| | | | Notes: svn path=/head/; revision=35773
* Reviewed by: hackers@freebsd.org in generalJulian Elischer1997-11-131-2/+6
| | | | | | | | | | | | | | | | Obtained from: Whistle Communications tree Add an option to the way UFS works dependent on the SUID bit of directories This changes makes things a whole lot simpler on systems running as fileservers for PCs and MACS. to enable the new code you must 1/ enable option SUIDDIR on the kernel. 2/ mount the filesystem with option suiddir. hopefully this makes it difficult enough for people to do this accidentally. see the new chmod(2) man page for detailed info. Notes: svn path=/head/; revision=31144
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22988
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Cleanup man page and -Wall cleaning.Steve Price1996-12-141-2/+3
| | | | Notes: svn path=/head/; revision=20411
* [HISTORY] command appeared in Version 1 AT&T UNIXWolfram Schneider1996-08-291-1/+6
| | | | | | | Obtained from: A Quarter Century of UNIX, Peter H. Salus, page 41 Notes: svn path=/head/; revision=17891
* Add an .Xr for chflags(1) into the SEE ALSO sectoin.Joerg Wunsch1996-02-161-1/+2
| | | | | | | Submitted by: jhs Notes: svn path=/head/; revision=14105
* Added $Id$David Greenman1994-09-241-0/+1
| | | | Notes: svn path=/head/; revision=3044
* BSD 4.4 Lite bin SourcesRodney W. Grimes1994-05-261-0/+294
Notes: svn path=/head/; revision=1556