aboutsummaryrefslogtreecommitdiffstats
diff options
authorSeth McDonald <sethmcmail@pm.me>2026-01-09 16:40:26 +1000
committerAlejandro Colomar <alx@kernel.org>2026-01-09 11:26:16 +0100
commit4eedca306e8f1b7c29fc50f4c88bec54f01207bd (patch)
tree191bca26170a548f9c6d47957d6ee3d4be54ab26
parent79b8f6f58c5cb542c636d7ae2d4a55705ae50e89 (diff)
downloadman-pages-4eedca306e8f1b7c29fc50f4c88bec54f01207bd.tar.gz
man/man3type/iovec.3type: HISTORY: Update first POSIX appearance of iovec(3type)
iovec(3type) first appeared in SUSv1.[1] The type was added to POSIX.1-2001 when POSIX and SUS merged, but as an XSI extension (still SUS-only).[2] [1] X/Open CAE Specification, System Interfaces and Headers Issue 4, Version 2, Chapter 4 "Headers", p. 840. [2] IEEE Std 1003.1-2001, Volume 1, Chapter 13 "Headers", p. 369. <https://pubs.opengroup.org/onlinepubs/009604499/basedefs/sys/uio.h.html> Signed-off-by: Seth McDonald <sethmcmail@pm.me> Message-ID: <0cf31543f6d22de123da7bae70f6f8af1be0e997.1767939178.git.sethmcmail@pm.me> Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man/man3type/iovec.3type3
1 files changed, 2 insertions, 1 deletions
diff --git a/man/man3type/iovec.3type b/man/man3type/iovec.3type
index 368f57157c..b7c1abfeb0 100644
--- a/man/man3type/iovec.3type
+++ b/man/man3type/iovec.3type
@@ -39,7 +39,8 @@ or accessible via the call
.SH STANDARDS
POSIX.1-2024.
.SH HISTORY
-POSIX.1-2001.
+SUSv1,
+POSIX.1-2001 XSI.
.SH NOTES
The following header also provides this type:
.IR <sys/socket.h> .