diff options
| author | Seth McDonald <sethmcmail@pm.me> | 2026-01-22 02:25:48 +0000 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2026-01-23 16:57:49 +0100 |
| commit | cd5c1d2cb098dec7f14fce798b82b439ea970ed4 (patch) | |
| tree | 474db6fc7092a98119050a6f2bad82b50714825b | |
| parent | 11a1810ecfe3637ad4c33c2f012728177285efcb (diff) | |
| download | man-pages-cd5c1d2cb098dec7f14fce798b82b439ea970ed4.tar.gz | |
man/man2/getresuid.2: STANDARDS, HISTORY: Update first POSIX appearance of getres[gu]id(2)
getresgid(2) and getresuid(2) first appeared in POSIX.1-2024 as an XSI
extension.[1][2]
[1] IEEE Std 1003.1-2024, Volume 2, Chapter 3 "System Interfaces", p.
1174.
<https://pubs.opengroup.org/onlinepubs/9799919799/functions/getresgid.html>
[2] IEEE Std 1003.1-2024, Volume 2, Chapter 3 "System Interfaces", p.
1175.
<https://pubs.opengroup.org/onlinepubs/9799919799/functions/getresuid.html>
Signed-off-by: Seth McDonald <sethmcmail@pm.me>
Message-ID: <0afcc4b4083b450adfaf63958f85e99926d7fa6c.1769047228.git.sethmcmail@pm.me>
[alx: update STANDARDS too]
Signed-off-by: Alejandro Colomar <alx@kernel.org>
| -rw-r--r-- | man/man2/getresuid.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/man2/getresuid.2 b/man/man2/getresuid.2 index 8286f36fb4..21214bf414 100644 --- a/man/man2/getresuid.2 +++ b/man/man2/getresuid.2 @@ -38,11 +38,11 @@ is set to indicate the error. One of the arguments specified an address outside the calling program's address space. .SH STANDARDS -None. -These calls also appear on HP-UX and some of the BSDs. +POSIX.1-2024 XSI. .SH HISTORY Linux 2.1.44, -glibc 2.3.2. +glibc 2.3.2, +POSIX.1-2024 XSI. .P The original Linux .BR getresuid () |
