diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2024-08-01 14:30:18 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2024-08-01 14:30:18 +0000 |
commit | a2777c6a8355282cfa4209a34d81e98a3cd5bb9f (patch) | |
tree | e9a2a8a46d7474c893a99a4c9df5831ec0b1f7fc /bin | |
parent | e96b4bbe44f5d08628993b32fd6db9f2ac9f66ff (diff) |
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.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/chmod/chmod.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/chmod/chmod.1 b/bin/chmod/chmod.1 index 64cdd1f1d62..077b567947a 100644 --- a/bin/chmod/chmod.1 +++ b/bin/chmod/chmod.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chmod.1,v 1.43 2019/09/02 21:18:41 deraadt Exp $ +.\" $OpenBSD: chmod.1,v 1.44 2024/08/01 14:30:17 jmc Exp $ .\" $NetBSD: chmod.1,v 1.8 1995/03/21 09:02:07 cgd Exp $ .\" .\" Copyright (c) 1989, 1990, 1993, 1994 @@ -33,7 +33,7 @@ .\" .\" @(#)chmod.1 8.4 (Berkeley) 3/31/94 .\" -.Dd $Mdocdate: September 2 2019 $ +.Dd $Mdocdate: August 1 2024 $ .Dt CHMOD 1 .Os .Sh NAME @@ -363,17 +363,17 @@ Set the group bits equal to the user bits, but clear the group write bit: The .Nm utility is compliant with the -.St -p1003.1-2008 +.St -p1003.1-2024 specification. .Pp The flags -.Op Fl HLP +.Op Fl HhLP are extensions to that specification. .Pp The .Sq t perm symbol (sticky bit) is marked by -.St -p1003.1-2008 +.St -p1003.1-2024 as being an X/Open System Interfaces option. |