diff options
| author | Seth McDonald <sethmcmail@pm.me> | 2026-01-09 16:40:36 +1000 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2026-01-09 11:31:28 +0100 |
| commit | 5ff60ce4bbbc100d2c8f788cf36a5ca4b89ee9a2 (patch) | |
| tree | bbac3f8e69f03370af29f2cdfa6bcf7e2e972318 | |
| parent | b53d0b861ee9d818e0721e766aaaf5d6a7e1d170 (diff) | |
| download | man-pages-5ff60ce4bbbc100d2c8f788cf36a5ca4b89ee9a2.tar.gz | |
man/man3type/va_list.3type: HISTORY: Update first SUS appearance of va_list(3type)
va_list(3type) first appeared in SUSv1.[1]
[1] X/Open CAE Specification, System Interfaces and Headers Issue 4,
Version 2, Chapter 4 "Headers", p. 801.
Signed-off-by: Seth McDonald <sethmcmail@pm.me>
Message-ID: <9a9b76c452feb3ed2fac7bca80eb105fda007bff.1767939178.git.sethmcmail@pm.me>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
| -rw-r--r-- | man/man3type/va_list.3type | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/man3type/va_list.3type b/man/man3type/va_list.3type index 96973ef180..2a2d4b2be6 100644 --- a/man/man3type/va_list.3type +++ b/man/man3type/va_list.3type @@ -28,7 +28,9 @@ to traverse the list of arguments. .SH STANDARDS C11, POSIX.1-2024. .SH HISTORY -C89, POSIX.1-2001. +C89, +SUSv1, +POSIX.1-2001. .SH NOTES The following headers also provide .IR va_list : |
