aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-04-15 19:53:47 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-04-15 19:53:47 +0000
commit5e75e35cca2eb446c514ea7c13a6be832fc8602a (patch)
tree4fd41adb9b06d47c430aa62b53fac49b7f03b982 /lib/libc/sys
parent143b77576c34ac5c493e0cb926a5f830eeff480f (diff)
Notes
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/getsid.22
-rw-r--r--lib/libc/sys/issetugid.22
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/getsid.2 b/lib/libc/sys/getsid.2
index 007ab81fa768..00f46c90c1f4 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 c06553ad79e8..2e1ff585e06d 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)