diff options
| author | Seth McDonald <seth.i.mcdonald@gmail.com> | 2026-01-05 19:18:39 +1000 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2026-01-05 15:36:41 +0100 |
| commit | 4df5f12bd2695686d2f55247cb4731441cdc468d (patch) | |
| tree | 7a6205bb9c2da11f48817b78e35af0aa046fa5c6 | |
| parent | 8f8e1da357cdcac2c28682c28b7d72054af32b00 (diff) | |
| download | man-pages-4df5f12bd2695686d2f55247cb4731441cdc468d.tar.gz | |
man/man2const/F_GETFL.2const: HISTORY: Update first POSIX appearance of F_[GS]ETFL(2const)
F_GETFL(2const) and F_SETFL(2const) first appeared in POSIX.1-1988.[1]
[1] IEEE Std 1003.1-1988, Table 6-1 "cmd Values for fcntl()".
Signed-off-by: Seth McDonald <sethmcmail@pm.me>
Message-ID: <318b6e1e5d8a89b28ecfafc42794efd8a8ef32d4.1767599119.git.sethmcmail@pm.me>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
| -rw-r--r-- | man/man2const/F_GETFL.2const | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/man2const/F_GETFL.2const b/man/man2const/F_GETFL.2const index c1b9413602..24b471e1f5 100644 --- a/man/man2const/F_GETFL.2const +++ b/man/man2const/F_GETFL.2const @@ -90,7 +90,9 @@ flag on a file that has the append-only attribute set. .SH STANDARDS POSIX.1-2024. .SH HISTORY -SVr4, 4.3BSD, POSIX.1-2001. +SVr4, +4.3BSD, +POSIX.1-1988. .SH BUGS .SS F_SETFL It is not possible to use |
