diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/getsid.2 | 2 | ||||
-rw-r--r-- | lib/libc/sys/issetugid.2 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/getsid.2 b/lib/libc/sys/getsid.2 index 007ab81f..00f46c9 100644 --- a/lib/libc/sys/getsid.2 +++ b/lib/libc/sys/getsid.2 @@ -75,5 +75,5 @@ function call appeared in .Fx 3.0 . The .Fn getsid -function call is derived from it's usage in +function call is derived from its usage in .At V . diff --git a/lib/libc/sys/issetugid.2 b/lib/libc/sys/issetugid.2 index c06553a..2e1ff58 100644 --- a/lib/libc/sys/issetugid.2 +++ b/lib/libc/sys/issetugid.2 @@ -56,7 +56,7 @@ and returns 0 otherwise. A process is tainted if it was created as a result of an .Xr execve 2 system call which had either of the setuid or setgid bits set (and extra -privileges were given as a result) or if it has changed any of it's real, +privileges were given as a result) or if it has changed any of its real, effective or saved user or group ID's since it began execution. .Pp This system call exists so that library routines (eg: libc, libtermcap) |