diff options
| author | Alejandro Colomar <alx.manpages@gmail.com> | 2021-10-06 21:36:09 +0200 |
|---|---|---|
| committer | Alejandro Colomar <alx.manpages@gmail.com> | 2022-02-25 16:33:04 +0100 |
| commit | b07931ada7fd64066d09f84bc9c2e36be2d3c95f (patch) | |
| tree | 15b3242362da5959da15778dda5f34f17c7eef53 | |
| parent | 8dfc27f1a98675e0711cc3a54091625a9346ef4b (diff) | |
| download | man-pages-b07931ada7fd64066d09f84bc9c2e36be2d3c95f.tar.gz | |
getresuid.2: Add LIBRARY section
| -rw-r--r-- | man2/getresuid.2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man2/getresuid.2 b/man2/getresuid.2 index 51a459a9eb..70f5ccb395 100644 --- a/man2/getresuid.2 +++ b/man2/getresuid.2 @@ -8,6 +8,9 @@ .TH GETRESUID 2 2021-03-22 "Linux" "Linux Programmer's Manual" .SH NAME getresuid, getresgid \- get real, effective, and saved user/group IDs +.SH LIBRARY +Standard C library +.RI ( libc ", " -lc ) .SH SYNOPSIS .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" |
