summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/flock.22
-rw-r--r--lib/libc/sys/intro.24
-rw-r--r--lib/libc/sys/kldnext.22
-rw-r--r--lib/libc/sys/kldunload.22
-rw-r--r--lib/libc/sys/modnext.22
-rw-r--r--lib/libc/sys/ptrace.24
-rw-r--r--lib/libc/sys/rfork.22
-rw-r--r--lib/libc/sys/send.22
-rw-r--r--lib/libc/sys/vfork.22
9 files changed, 11 insertions, 11 deletions
diff --git a/lib/libc/sys/flock.2 b/lib/libc/sys/flock.2
index acb9741..654f7df 100644
--- a/lib/libc/sys/flock.2
+++ b/lib/libc/sys/flock.2
@@ -44,7 +44,7 @@
.In sys/file.h
.Fd "#define LOCK_SH 0x01 /* shared file lock */"
.Fd "#define LOCK_EX 0x02 /* exclusive file lock */"
-.Fd "#define LOCK_NB 0x04 /* don't block when locking */"
+.Fd "#define LOCK_NB 0x04 /* do not block when locking */"
.Fd "#define LOCK_UN 0x08 /* unlock file */"
.Ft int
.Fn flock "int fd" "int operation"
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2
index 1615e9e..582f34b 100644
--- a/lib/libc/sys/intro.2
+++ b/lib/libc/sys/intro.2
@@ -302,7 +302,7 @@ The protocol family has not been configured into the
system or no implementation for it exists.
.It Er 47 EAFNOSUPPORT Em "Address family not supported by protocol family" .
An address incompatible with the requested protocol was used.
-For example, you shouldn't necessarily expect to be able to use
+For example, you should not necessarily expect to be able to use
.Tn NS
addresses with
.Tn ARPA
@@ -426,7 +426,7 @@ on the remote host
.It Er 76 EPROCUNAVAIL Em "Bad procedure for program" .
An
.Tn RPC
-call was attempted for a procedure which doesn't exist
+call was attempted for a procedure which does not exist
in the remote program.
.It Er 77 ENOLCK Em "No locks available" .
A system-imposed limit on the number of simultaneous file
diff --git a/lib/libc/sys/kldnext.2 b/lib/libc/sys/kldnext.2
index 9588647c..607761a 100644
--- a/lib/libc/sys/kldnext.2
+++ b/lib/libc/sys/kldnext.2
@@ -63,7 +63,7 @@ is
.Er ENOENT ,
which is set when
.Va fileid
-refers to a kld file that does not exist (isn't loaded).
+refers to a kld file that does not exist (is not loaded).
.Sh SEE ALSO
.Xr kldfind 2 ,
.Xr kldfirstmod 2 ,
diff --git a/lib/libc/sys/kldunload.2 b/lib/libc/sys/kldunload.2
index aa042d2..ef6282b 100644
--- a/lib/libc/sys/kldunload.2
+++ b/lib/libc/sys/kldunload.2
@@ -52,7 +52,7 @@ The file referred to by
is unloaded unless:
.Bl -tag -width Er
.It Bq Er EPERM
-You don't have access to unlink the file from the kernel.
+You do not have access to unlink the file from the kernel.
.It Bq Er ENOENT
The file was not found.
.It Bq Er EBUSY
diff --git a/lib/libc/sys/modnext.2 b/lib/libc/sys/modnext.2
index 3a6f69b..c0c0a0d 100644
--- a/lib/libc/sys/modnext.2
+++ b/lib/libc/sys/modnext.2
@@ -77,7 +77,7 @@ is
.Er ENOENT ,
which is set when
.Va modid
-refers to a kernel module that does not exist (isn't loaded).
+refers to a kernel module that does not exist (is not loaded).
.Sh SEE ALSO
.Xr kldfind 2 ,
.Xr kldfirstmod 2 ,
diff --git a/lib/libc/sys/ptrace.2 b/lib/libc/sys/ptrace.2
index a8910d7..0d6009f 100644
--- a/lib/libc/sys/ptrace.2
+++ b/lib/libc/sys/ptrace.2
@@ -359,7 +359,7 @@ some process other than the one making the request.
A request
(other than
.Dv PT_ATTACH )
-specified a process that wasn't stopped.
+specified a process that was not stopped.
.El
.It Bq Er EPERM
.Bl -bullet -compact
@@ -367,7 +367,7 @@ specified a process that wasn't stopped.
A request
(other than
.Dv PT_ATTACH )
-attempted to manipulate a process that wasn't being traced at all.
+attempted to manipulate a process that was not being traced at all.
.It
An attempt was made to use
.Dv PT_ATTACH
diff --git a/lib/libc/sys/rfork.2 b/lib/libc/sys/rfork.2
index 9dcbf52..9187a55 100644
--- a/lib/libc/sys/rfork.2
+++ b/lib/libc/sys/rfork.2
@@ -107,7 +107,7 @@ The
system call
can be implemented as a call to
.Fn rfork "RFFDG | RFPROC"
-but isn't for backwards compatibility.
+but is not for backwards compatibility.
.Sh RETURN VALUES
Upon successful completion,
.Fn rfork
diff --git a/lib/libc/sys/send.2 b/lib/libc/sys/send.2
index 86bad18..de04854 100644
--- a/lib/libc/sys/send.2
+++ b/lib/libc/sys/send.2
@@ -220,7 +220,7 @@ function appeared in
.Sh BUGS
Because
.Fn sendmsg
-doesn't necessarily block until the data has been transferred, it
+does not necessarily block until the data has been transferred, it
is possible to transfer an open file descriptor across an
.Dv AF_UNIX
domain socket
diff --git a/lib/libc/sys/vfork.2 b/lib/libc/sys/vfork.2
index 3727256..498ee11 100644
--- a/lib/libc/sys/vfork.2
+++ b/lib/libc/sys/vfork.2
@@ -89,7 +89,7 @@ Be careful, also, to call
.Xr _exit 2
rather than
.Xr exit 3
-if you can't
+if you cannot
.Xr execve 2 ,
since
.Xr exit 3
OpenPOWER on IntegriCloud