bump posix spec 2008 -> 2024;
authorjmc <jmc@openbsd.org>
Thu, 1 Aug 2024 14:30:17 +0000 (14:30 +0000)
committerjmc <jmc@openbsd.org>
Thu, 1 Aug 2024 14:30:17 +0000 (14:30 +0000)
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.

bin/chmod/chmod.1

index 64cdd1f..077b567 100644 (file)
@@ -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.