History log of /openbsd/lib/libc/sys/chmod.2 (Results 1 – 25 of 28)
Revision Date Author Comments
# ec5cd23e 10-Sep-2015 schwarze <schwarze@openbsd.org>

use .In rather than .Fd #include


# 2acd0c01 19-Jan-2015 millert <millert@openbsd.org>

Explicitly mention that PATH_MAX includes the NUL in the ENAMETOOLONG
description.


# 33fc4b46 10-Dec-2014 schwarze <schwarze@openbsd.org>

use .Rv; no change of meaning; from Kaspars at Bankovskis dot net


# 3fe753f8 13-Feb-2014 guenther <guenther@openbsd.org>

Don't use use .Tn with AND/OR/NOT
Phrase any "The _flags_ argument is the ..." line consistently,
eliminating unnecessary use of 'inclusive' and saying "zero or more"
or "one or more" as appropriate

Don't use use .Tn with AND/OR/NOT
Phrase any "The _flags_ argument is the ..." line consistently,
eliminating unnecessary use of 'inclusive' and saying "zero or more"
or "one or more" as appropriate

ok millert@ jmc@ schwarze@

show more ...


# 24b07d14 11-Jan-2014 espie <espie@openbsd.org>

fchownat is allowed to return EOPNOTSUPP
okay guenther@


# 23fbb714 17-Jul-2013 schwarze <schwarze@openbsd.org>

more library history
facts checked by sobrado@
style tweaks and ok jmc@


# f188d74b 01-Apr-2013 guenther <guenther@openbsd.org>

When there are multiple groups of functions with their own #includes
listed, the #includes in each group are independent, so that users
don't need to guess at possible carry-over.

general idea ok ot

When there are multiple groups of functions with their own #includes
listed, the #includes in each group are independent, so that users
don't need to guess at possible carry-over.

general idea ok otto@ millert@
actual diff ok jmc@ schwarze@

show more ...


# 6619d693 31-Mar-2013 guenther <guenther@openbsd.org>

Use consistent wording for the EINVAL, EBADF, ENOTDIR, and EACCES cases
of the various *at() functions.


# 0e9f9e29 30-Mar-2013 guenther <guenther@openbsd.org>

Various updates, mostly to SYNOPSIS, ERRORS, and STANDARDS, but
some other fixes included...

*at() function ERRORS description suggested by matthew@

ok deraadt@


# a9a1f7c6 07-Nov-2011 schwarze <schwarze@openbsd.org>

More .At v1 HISTORY.
All information from http://minnie.tuhs.org/cgi-bin/utree.pl .
All facts checked by sobrado@.
Feedback and ok on an earlier version jmc@.


# 6f058f55 24-Oct-2011 schwarze <schwarze@openbsd.org>

Update POSIX references for chdir(2) and chmod(2) from 1988 to 2008.
Add POSIX references for fchdir(2), fchmod(2), fchmodat(2),
fchown(2), lchown(2) and execve(2).
State that fchmod(2) can return EP

Update POSIX references for chdir(2) and chmod(2) from 1988 to 2008.
Add POSIX references for fchdir(2), fchmod(2), fchmodat(2),
fchown(2), lchown(2) and execve(2).
State that fchmod(2) can return EPERM as required by POSIX 2008 (tested).

Requested by sobrado@; ok guenther@ jmc@ sobrado@.

show more ...


# a74408d8 19-Jul-2011 matthew <matthew@openbsd.org>

Change "constructed by bitwise-inclusive OR'ing of flags from ..." to
"constructed by bitwise-inclusive ORing flags from ..."

Requested by jmc@


# e8473c9d 19-Jul-2011 matthew <matthew@openbsd.org>

Change "If also flag is zero" to "If flag is also zero".

Requested by jmc@


# b7fc03fe 18-Jul-2011 matthew <matthew@openbsd.org>

Add (rough draft) documentation for fdopendir(3) and the 15 new
XXXat(2) system calls from POSIX 2008. Editing will be done in tree.

General style discussed with jmc@, schwarze@, and deraadt@
ok jm

Add (rough draft) documentation for fdopendir(3) and the 15 new
XXXat(2) system calls from POSIX 2008. Editing will be done in tree.

General style discussed with jmc@, schwarze@, and deraadt@
ok jmc@

show more ...


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

convert to new .Dd format;


# 20ad8db2 15-Apr-2004 jmc <jmc@openbsd.org>

various improvements to lists and displays:

.Pp removal
-compact removal for displays
other list/display errors


# a722840d 20-Dec-2003 jmc <jmc@openbsd.org>

update sticky: note that setting the sticky bit on files is still possible,
but has no effect. Retain description of sticky files, but note that it is
historical.

Add small description of how curren

update sticky: note that setting the sticky bit on files is still possible,
but has no effect. Retain description of sticky files, but note that it is
historical.

Add small description of how current system works. Improve description of
sticky directories. Remove references to ld(1).

Remove no longer relevant BUG.

much assistance and ok otto@ and tedu@

show more ...


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


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

Another round of man page cleanup, this time to remove more hard sentence
breaks and getting rid of short lines, making these files easier to work with.


# a3542fad 15-Apr-2000 aaron <aaron@openbsd.org>

- For consistency, `super-user' -> `superuser' in all cases.
- Some punctuation fixes.
- Some `id' -> `ID'.


# a4a5a972 29-Jun-1999 aaron <aaron@openbsd.org>

- change references to nil to null; tschroed@acm.org
- remove trailing spaces from end of lines
- add some .Dv
- change -1 to \-1, so `-' is taken as a negative sign
- other misc formatting fixes


# fc8533a3 23-May-1999 aaron <aaron@openbsd.org>

remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common
is used instead; kwesterback@home.com


# 350bb3b8 16-May-1999 alex <alex@openbsd.org>

Cleanup xrefs under SEE ALSO. Specifically:

- Sort xrefs by section, and then alphabetically.
- Add missing commas between xref items.
- Remove commas from the last xref entry.
- Remove dup

Cleanup xrefs under SEE ALSO. Specifically:

- Sort xrefs by section, and then alphabetically.
- Add missing commas between xref items.
- Remove commas from the last xref entry.
- Remove duplicate entries.

show more ...


# 960f8fbd 27-Feb-1999 deraadt <deraadt@openbsd.org>

make function names the correct case


# 3d8ac321 18-Nov-1997 millert <millert@openbsd.org>

clarify EINVAL


12