diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-08-09 09:17:01 +0200 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-08-09 09:28:35 +0200 |
commit | 0070a62d0ac8999a647ada056b60ab9c34404edd (patch) | |
tree | 0d4b69066678db363ce3439bcb8a7aac723c4047 /man2 | |
parent | 18cc6597618e8ad2ea6a133b212f3d2b9e436f19 (diff) |
setfsgid.2: Correct header file in SYNOPSIS
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2')
-rw-r--r-- | man2/setfsgid.2 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/man2/setfsgid.2 b/man2/setfsgid.2 index ea7b872a..2c359177 100644 --- a/man2/setfsgid.2 +++ b/man2/setfsgid.2 @@ -32,8 +32,7 @@ .SH NAME setfsgid \- set group identity used for filesystem checks .SH SYNOPSIS -.B #include <unistd.h> -/* glibc uses <sys/fsuid.h> */ +.B #include <sys/fsuid.h> .sp .BI "int setfsgid(uid_t " fsgid ); .SH DESCRIPTION |