History log of /openbsd-src/bin/chmod/chmod.1 (Results 1 – 25 of 44)
Revision Date Author Comments
# 4cef13ba 01-Aug-2024 jmc <jmc@openbsd.org>

bump posix spec 2008 -> 2024;

no change noted from 2008 spec, but i've added -h to the list
of extensions. that was an omission from our 2008 notes,
rather than a change in the spec.


# 647427d6 02-Sep-2019 deraadt <deraadt@openbsd.org>

More correction of section 3 layout. directory->opendir, fts->fts_open,
getcap->cgetent. pwcache->user_from_uid. And then repair references.
ok jmc


# affaa015 07-Jun-2017 jmc <jmc@openbsd.org>

X is not restricted to just the + operator;

diff from klemens nanni
confirmed by otto


# 251a4e53 31-Dec-2015 guenther <guenther@openbsd.org>

Document the -h option for chmod and chflags, rewording the chgrp(1) and
chown(8) manpages to be consistent and clearer about it as well.


# 0870f47d 13-Mar-2015 jmc <jmc@openbsd.org>

remove the first comma from constructs like ", and," and ", or,": you can use
"and" and "or" to join sentence clauses, and you can use commas, but both hinders
reading;


# de79a805 13-Dec-2014 guenther <guenther@openbsd.org>

Correct the handling of symbolic links by chmod/chgrp/chown/chflags,
making them more resistant to TOCTOU race conditions too.

ok tobias@


# 35acf9bd 25-Jan-2014 jmc <jmc@openbsd.org>

sticky bit is marked xsi;


# ef05aa49 21-Jan-2014 jmc <jmc@openbsd.org>

- remove brackets in -H description: the information is quite relevant
- note that not following sym links is default for -R
- improve the description of -R, providing a mnemonic and a simpler
descri

- remove brackets in -H description: the information is quite relevant
- note that not following sym links is default for -R
- improve the description of -R, providing a mnemonic and a simpler
description of what it does. also make the text for all these pages
identical, as far as is possible

ok millert schwarze

show more ...


# c2882edd 13-Jul-2011 sobrado <sobrado@openbsd.org>

ellipsis is not an optional argument; replace ".Ar file ..." -> ".Ar";
simplify the symbolic modes format.

ok (and fine-tuned by) jmc@, millert@


# 59a5f2b9 03-Sep-2010 jmc <jmc@openbsd.org>

add an EXIT STATUS section for /bin;


# 99332e38 08-Feb-2009 jmc <jmc@openbsd.org>

bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few
updates to follow;


# 49378797 04-Jan-2009 sobrado <sobrado@openbsd.org>

replace hardcoded exit values with .Ex macros;

ok jmc@


# 9490d37c 31-May-2007 jmc <jmc@openbsd.org>

convert to new .Dd format;


# 0f3f4dbc 29-May-2007 jmc <jmc@openbsd.org>

- consistent STANDARDS blurb
- note which options are extensions to POSIX

discussed w/ deraadt otto millert


# e01ff981 26-Jan-2006 jmc <jmc@openbsd.org>

`t' and `X' are now included in posix spec;
bump the revision for the latest posix spec;

problem reported by jonathan glaschke;
ok millert


# 165e93ed 15-Oct-2005 jmc <jmc@openbsd.org>

standardise EXAMPLES;


# 56944e1b 15-Oct-2005 jmc <jmc@openbsd.org>

- fix SYNOPSIS blip
- put description of -R in the right place
- remove unneeded .Pp


# 461c7c1e 14-Feb-2004 jmc <jmc@openbsd.org>

remove some unneeded .Fl's;


# 29295d1c 02-Jun-2003 millert <millert@openbsd.org>

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# a720bd28 01-Jun-2003 millert <millert@openbsd.org>

Undo a misguided attempt to fix speling errors from long ago. UCB
copyrights say "acknowledgement", not "acknowledgment". You cannot
just go changing the text of a license willy-nilly.


# cbab7b70 12-Mar-2003 deraadt <deraadt@openbsd.org>

more .Li


# f314c710 11-Feb-2002 mpech <mpech@openbsd.org>

Initial patch.
When you give command examples in a manual page prefix them with
$ command
or
# command

deraadt@ ok


# b80bb0c1 15-Feb-2001 aaron <aaron@openbsd.org>

Fix confusing formatting of an example.


# 79bca39d 10-Nov-2000 aaron <aaron@openbsd.org>

Use better grammar.


# 93256fbc 18-Oct-2000 aaron <aaron@openbsd.org>

Add some rudimentary EXAMPLES sections and standardize the way we display
existing EXAMPLES sections.


12