summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libc/sys/getsid.22
-rw-r--r--lib/libc/sys/issetugid.22
-rw-r--r--lib/libfetch/fetch.32
-rw-r--r--share/man/man4/ch.42
-rw-r--r--share/man/man4/si.42
-rw-r--r--usr.bin/gprof/gprof.12
-rw-r--r--usr.sbin/periodic/periodic.84
7 files changed, 8 insertions, 8 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)
diff --git a/lib/libfetch/fetch.3 b/lib/libfetch/fetch.3
index ea7c9cd082c8..d1918fa2cf0d 100644
--- a/lib/libfetch/fetch.3
+++ b/lib/libfetch/fetch.3
@@ -201,7 +201,7 @@ in the appropriate section below.
.Pp
.Fn fetchStatURL
attempts to obtain the requested document's metadata and fill in the
-structure pointed to by it's second argument.
+structure pointed to by its second argument.
The
.Fa url_stat
structure is defined as follows in
diff --git a/share/man/man4/ch.4 b/share/man/man4/ch.4
index 8613f792f57b..859982aa9b97 100644
--- a/share/man/man4/ch.4
+++ b/share/man/man4/ch.4
@@ -173,7 +173,7 @@ the jukebox before using the \fBCHIGSTATUS\fR
ioctl to query the jukebox' status.
.It Dv CHIOIELEM
Perform the \fBINITIALIZE ELEMENT STATUS\fR call on the media changer
-device. This forces the media changer to update it's internal status
+device. This forces the media changer to update its internal status
information with respect to loaded media. It also scans any barcode
labels provided that it has a label reader. The
.Nm
diff --git a/share/man/man4/si.4 b/share/man/man4/si.4
index 67f344f1448b..60a9cc483e5c 100644
--- a/share/man/man4/si.4
+++ b/share/man/man4/si.4
@@ -49,7 +49,7 @@ or jumper MUST be set for 8 bit mode.
The ISA adapters can use Irq's 11, 12 or 15 (and 9 and 10 in the case of
SX host cards).
.Pp
-The si device driver may have some of it's configuration settings changed
+The si device driver may have some of its configuration settings changed
at run-time with the
.Xr sicontrol 8
utility.
diff --git a/usr.bin/gprof/gprof.1 b/usr.bin/gprof/gprof.1
index 2537fc711efd..614cf14cc7e8 100644
--- a/usr.bin/gprof/gprof.1
+++ b/usr.bin/gprof/gprof.1
@@ -61,7 +61,7 @@ that are compiled for profiling.
.Nm Gprof
reads the given object file (the default is
.Pa a.out)
-and establishes the relation between it's symbol table
+and establishes the relation between its symbol table
and the call graph profile.
The default graph profile file name is the name
of the executable with the suffix
diff --git a/usr.sbin/periodic/periodic.8 b/usr.sbin/periodic/periodic.8
index fcafb86f6eb4..a9560834eae9 100644
--- a/usr.sbin/periodic/periodic.8
+++ b/usr.sbin/periodic/periodic.8
@@ -73,12 +73,12 @@ If a file does not have the executable bit set, it is silently ignored.
Each script is required to exit with one of the following values:
.Bl -tag -width XXXX
.It 0
-The script has produced nothing notable in it's output.
+The script has produced nothing notable in its output.
The
.Va <basedir>_show_success
variable controls the masking of this output.
.It 1
-The script has produced some notable information in it's output.
+The script has produced some notable information in its output.
The
.Va <basedir>_show_info
variable controls the masking of this output.