aboutsummaryrefslogtreecommitdiffstats
diff options
authorSeth McDonald <seth.i.mcdonald@gmail.com>2026-01-05 19:18:44 +1000
committerAlejandro Colomar <alx@kernel.org>2026-01-05 15:39:29 +0100
commita3c6bf94eca28f9defffe303a79f5a50e5b4c4ea (patch)
treef7ddd920676311e52d3d9d4d12c62ec528ee72ca
parentc9ddeeeacc31b4b0f6e96ec9886c6563a7fde8b1 (diff)
downloadman-pages-a3c6bf94eca28f9defffe303a79f5a50e5b4c4ea.tar.gz
man/man3const/EOF.3const: HISTORY: Update first POSIX appearance of EOF(3const)
EOF(3const) first appeared in POSIX.1-1988.[1] [1] IEEE 1003.1-1988, Section 7.1.1.9 "Special Characters". Signed-off-by: Seth McDonald <sethmcmail@pm.me> Message-ID: <b8028fb93420bb513e3ccc47a4b17035532c138d.1767599119.git.sethmcmail@pm.me> Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man/man3const/EOF.3const3
1 files changed, 2 insertions, 1 deletions
diff --git a/man/man3const/EOF.3const b/man/man3const/EOF.3const
index 3d15d909ac..89daa043b0 100644
--- a/man/man3const/EOF.3const
+++ b/man/man3const/EOF.3const
@@ -29,7 +29,8 @@ It is instead a sentinel value outside of the valid range for valid characters.
.SH STANDARDS
C11, POSIX.1-2024.
.SH HISTORY
-C89, POSIX.1-2001.
+C89,
+POSIX.1-1988.
.SH CAVEATS
Programs can't pass this value to an output function
to "write" the end of a file.