From: Seth McDonald Date: Mon, 5 Jan 2026 09:18:44 +0000 (+1000) Subject: man/man3const/EOF.3const: HISTORY: Update first POSIX appearance of EOF(3const) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3c6bf94eca28f9defffe303a79f5a50e5b4c4ea;p=thirdparty%2Fman-pages.git 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 Message-ID: Signed-off-by: Alejandro Colomar --- diff --git a/man/man3const/EOF.3const b/man/man3const/EOF.3const index 3d15d909a..89daa043b 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.