History log of /openbsd-src/bin/chmod/chflags.1 (Results 1 – 19 of 19)
Revision Date Author Comments
# 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


# 4590bd10 25-Aug-2018 anton <anton@openbsd.org>

markup flag arguments; ok jmc@ schwarze@


# 95b97e70 05-Aug-2018 schwarze <schwarze@openbsd.org>

use .Fl macro for command line options


# 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.


# 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@


# 5cef83e6 28-Jan-2014 jmc <jmc@openbsd.org>

consistency fixes, to match the other ch* utils;
ok millert sobrado


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

add an EXIT STATUS section for /bin;


# f302af0d 20-Aug-2009 martynas <martynas@openbsd.org>

- arch is superuser-only
- opaque is gone
with/ok tedu@, millert@


# a15f9dab 14-Aug-2009 sobrado <sobrado@openbsd.org>

sort list of flags.


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

convert to new .Dd format;


# 4ce66929 25-Feb-2007 jmc <jmc@openbsd.org>

shuffle the text somewhat to make the page read better;
use .Ex;


# e232ad66 25-Feb-2007 jmc <jmc@openbsd.org>

document the "opaque", "arch", and "nodump" flags more fully;
closes documentation/5384 from Andrew Hamilton-Wright

help from henning, otto, and weingart


# 33b7713a 15-Oct-2005 jmc <jmc@openbsd.org>

simplify the .Ar file ... line;


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

- put description of -R in the correct place
- ellipsis implies optional args; no need for .Op


# f327298d 28-Sep-2004 jmc <jmc@openbsd.org>

remove confusing sentence which suggests we usually run in single-user
mode; instead correctly reference securelevel(7);

based on a diff from han boetes;
ok millert@


# f60d49a7 07-Jul-2003 jmc <jmc@openbsd.org>

- remove unnecessary -compact in a display
- use .Dl for a one-line display, not .Bd
- simplify SYNOPSIS


# 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.


# 1fd45b44 09-Nov-2000 aaron <aaron@openbsd.org>

Insert some missing commas.


# d76b7e2a 19-Jul-2000 mickey <mickey@openbsd.org>

merge chflags(1) into chmod.
also, use new strtofflags, avoid ls/stat_flags.c usage.
millert@ ok