From: jmc Date: Thu, 1 Aug 2024 14:30:17 +0000 (+0000) Subject: bump posix spec 2008 -> 2024; X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=4cef13ba6bdfae3cabf0055e116780103357b80e;p=openbsd 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. --- 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.