diff options
author | dd <dd@FreeBSD.org> | 2001-04-15 19:53:47 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-04-15 19:53:47 +0000 |
commit | 02c02ffeef661fbbb9fdcbd1f988dce4d593c4f1 (patch) | |
tree | 70706fffa3a53c0db867d63a166c1c3c23b42ed9 /lib/libc | |
parent | 05eff787d1b6ad021837ec2d0b1f926ad841df26 (diff) | |
download | FreeBSD-src-02c02ffeef661fbbb9fdcbd1f988dce4d593c4f1.zip FreeBSD-src-02c02ffeef661fbbb9fdcbd1f988dce4d593c4f1.tar.gz |
Grammar police: "its", not "it's", is the possessive form of "it".
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) |