setfsgid.2, setfsuid.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2019-02-16 07:52:30 +01:00
parent bc1950ac92
commit 3cc069d5d8
2 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@ In glibc 2.15 and earlier,
when the wrapper for this system call determines that the argument can't be
passed to the kernel without integer truncation (because the kernel
is old and does not support 32-bit group IDs),
they will return \-1 and set \fIerrno\fP to
it will return \-1 and set \fIerrno\fP to
.B EINVAL
without attempting
the system call.

View File

@ -110,7 +110,7 @@ In glibc 2.15 and earlier,
when the wrapper for this system call determines that the argument can't be
passed to the kernel without integer truncation (because the kernel
is old and does not support 32-bit user IDs),
they will return \-1 and set \fIerrno\fP to
it will return \-1 and set \fIerrno\fP to
.B EINVAL
without attempting
the system call.