aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/cap_new.22
-rw-r--r--lib/libc/sys/cpuset.28
-rw-r--r--lib/libc/sys/cpuset_getaffinity.22
-rw-r--r--lib/libc/sys/jail.24
-rw-r--r--lib/libc/sys/kqueue.28
-rw-r--r--lib/libc/sys/pathconf.22
-rw-r--r--lib/libc/sys/ptrace.22
-rw-r--r--lib/libc/sys/quotactl.24
-rw-r--r--lib/libc/sys/sctp_generic_sendmsg.24
-rw-r--r--lib/libc/sys/sctp_peeloff.22
-rw-r--r--lib/libc/sys/select.22
-rw-r--r--lib/libc/sys/sendfile.22
12 files changed, 21 insertions, 21 deletions
diff --git a/lib/libc/sys/cap_new.2 b/lib/libc/sys/cap_new.2
index b469f9af3d7e5..a18fd3bf69f51 100644
--- a/lib/libc/sys/cap_new.2
+++ b/lib/libc/sys/cap_new.2
@@ -464,7 +464,7 @@ Support for capabilities and capabilities mode was developed as part of the
Project.
.Sh AUTHORS
These functions and the capability facility were created by
-.An "Robert N. M. Watson"
+.An "Robert N. M. Watson"
at the University of Cambridge Computer Laboratory with support from a grant
from Google, Inc.
.Sh BUGS
diff --git a/lib/libc/sys/cpuset.2 b/lib/libc/sys/cpuset.2
index 1cdff680f0d9a..652d3aea7738a 100644
--- a/lib/libc/sys/cpuset.2
+++ b/lib/libc/sys/cpuset.2
@@ -77,7 +77,7 @@ while application developers will manipulate anonymous sets using
To select the correct set a value of type
.Ft cpulevel_t
is used.
-The following values for
+The following values for
.Fa level
are supported:
.Bl -column CPU_LEVEL_CPUSET -offset indent
@@ -137,7 +137,7 @@ Children inherit this set after a call to
.Xr fork 2 .
.Pp
.Fn cpuset_setid
-attempts to set the id of the object specified by the
+attempts to set the id of the object specified by the
.Fa which
argument.
Currently
@@ -149,12 +149,12 @@ Upon successful completion all of the threads in the target process will
be running on CPUs permitted by the set.
.Pp
.Fn cpuset_getid
-retrieves a set id from the object indicated by
+retrieves a set id from the object indicated by
.Fa which
and stores it in the space pointed to by
.Fa setid .
The retrieved id may be that of either the root or assigned set
-depending on the value of
+depending on the value of
.Fa level .
.Fa level
should be
diff --git a/lib/libc/sys/cpuset_getaffinity.2 b/lib/libc/sys/cpuset_getaffinity.2
index bc862675bb7d5..4fbbc4e851e21 100644
--- a/lib/libc/sys/cpuset_getaffinity.2
+++ b/lib/libc/sys/cpuset_getaffinity.2
@@ -45,7 +45,7 @@
.Fn cpuset_getaffinity
and
.Fn cpuset_setaffinity
-allow the manipulation of sets of CPUs available to processes, threads,
+allow the manipulation of sets of CPUs available to processes, threads,
interrupts, jails and other resources.
These functions may manipulate sets of CPUs that contain many processes
or per-object anonymous masks that effect only a single object.
diff --git a/lib/libc/sys/jail.2 b/lib/libc/sys/jail.2
index 7e7ec13db0111..b0619a0423377 100644
--- a/lib/libc/sys/jail.2
+++ b/lib/libc/sys/jail.2
@@ -334,7 +334,7 @@ flag is not set.
The jail referred to by a
.Va jid
is not accessible by the process, because the process is in a different
-jail.
+jail.
.It Bq Er EEXIST
The jail referred to by a
.Va jid
@@ -382,7 +382,7 @@ parameter does not exist.
The jail referred to by a
.Va jid
is not accessible by the process, because the process is in a different
-jail.
+jail.
.It Bq Er ENOENT
The
.Va lastjid
diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2
index 4fa30201576e4..63a662fd678e0 100644
--- a/lib/libc/sys/kqueue.2
+++ b/lib/libc/sys/kqueue.2
@@ -203,7 +203,7 @@ will not return it.
The filter itself is not disabled.
.It EV_DISPATCH
Disable the event source immediately after delivery of an event.
-See
+See
.Dv EV_DISABLE
above.
.It EV_DELETE
@@ -217,7 +217,7 @@ any pending events.
When passed as input, it forces
.Dv EV_ERROR
to always be returned.
-When a filter is successfully added the
+When a filter is successfully added the
.Va data
field will be zero.
.It EV_ONESHOT
@@ -449,10 +449,10 @@ Establishes a user event identified by
.Va ident
which is not associated with any kernel mechanism but is triggered by
user level code.
-The lower 24 bits of the
+The lower 24 bits of the
.Va fflags
may be used for user defined flags and manipulated using the following:
-.Bl -tag -width XXNOTE_FFLAGSMASK
+.Bl -tag -width XXNOTE_FFLAGSMASK
.It Dv NOTE_FFNOP
Ignore the input
.Va fflags .
diff --git a/lib/libc/sys/pathconf.2 b/lib/libc/sys/pathconf.2
index cbdb3c1848c85..8bdd5b8acf9ee 100644
--- a/lib/libc/sys/pathconf.2
+++ b/lib/libc/sys/pathconf.2
@@ -173,7 +173,7 @@ return a positive number that represents the minimum hole size returned in
bytes.
The offsets of holes returned will be aligned to this same value.
A special value of 1 is returned if the file system does not specify the minimum
-hole size but still reports holes.
+hole size but still reports holes.
.El
.Sh RETURN VALUES
If the call to
diff --git a/lib/libc/sys/ptrace.2 b/lib/libc/sys/ptrace.2
index 4f1afda1da00a..9dda8ee1b41c4 100644
--- a/lib/libc/sys/ptrace.2
+++ b/lib/libc/sys/ptrace.2
@@ -441,7 +441,7 @@ This request is used to iterate over the entries of the VM map of the traced
process.
The
.Fa addr
-argument specifies a pointer to a
+argument specifies a pointer to a
.Vt "struct ptrace_vm_entry" ,
which is defined as follows:
.Bd -literal
diff --git a/lib/libc/sys/quotactl.2 b/lib/libc/sys/quotactl.2
index ff3cb4b1756b0..6dabff0ec30cf 100644
--- a/lib/libc/sys/quotactl.2
+++ b/lib/libc/sys/quotactl.2
@@ -113,7 +113,7 @@ Only the super-user may turn quotas off.
.It Dv Q_GETQUOTASIZE
Get the wordsize used to represent the quotas for the user or group
(as determined by the command type).
-Possible values are 32 for the old-style quota file
+Possible values are 32 for the old-style quota file
and 64 for the new-style quota file.
The
.Fa addr
@@ -199,7 +199,7 @@ The
.Fa id
argument to
.Dv Q_GETQUOTA ,
-.Dv Q_SETQUOTA
+.Dv Q_SETQUOTA
or
.Dv Q_SETUSE
is a negative value.
diff --git a/lib/libc/sys/sctp_generic_sendmsg.2 b/lib/libc/sys/sctp_generic_sendmsg.2
index fee4211a9e690..1a2b12866d97d 100644
--- a/lib/libc/sys/sctp_generic_sendmsg.2
+++ b/lib/libc/sys/sctp_generic_sendmsg.2
@@ -54,7 +54,7 @@ and
.Fn sctp_generic_sendmsg_iov
are the true system calls used by the
.Xr sctp_sendmsg 3
-and
+and
.Xr sctp_send 3
function calls.
These are more efficient since they are
@@ -68,7 +68,7 @@ For detailed usage please see either the
.Xr sctp_send 3
or
.Xr sctp_sendmsg 3
-function calls.
+function calls.
.Sh RETURN VALUES
The call returns the number of bytes written on success and -1 upon failure.
.Sh ERRORS
diff --git a/lib/libc/sys/sctp_peeloff.2 b/lib/libc/sys/sctp_peeloff.2
index 2cc9c93982211..40a026d8139d2 100644
--- a/lib/libc/sys/sctp_peeloff.2
+++ b/lib/libc/sys/sctp_peeloff.2
@@ -60,7 +60,7 @@ The
system call can return the following errors:
.Bl -tag -width Er
.It Bq Er ENOTCONN
-The
+The
.Fa id
given to the call does not map to a valid
association.
diff --git a/lib/libc/sys/select.2 b/lib/libc/sys/select.2
index 2435e3701f123..59a79984f5462 100644
--- a/lib/libc/sys/select.2
+++ b/lib/libc/sys/select.2
@@ -222,6 +222,6 @@ Thus, it is unwise to assume that the timeout value will be unmodified
by the
.Fn select
system call.
-.Fx
+.Fx
does not modify the return value, which can cause problems for applications
ported from other systems.
diff --git a/lib/libc/sys/sendfile.2 b/lib/libc/sys/sendfile.2
index d9f8cab567309..9d1fba55409d9 100644
--- a/lib/libc/sys/sendfile.2
+++ b/lib/libc/sys/sendfile.2
@@ -104,7 +104,7 @@ variable pointed to by
The
.Fa flags
argument is a bitmap of these values:
-.Bl -item -offset indent
+.Bl -item -offset indent
.It
.Dv SF_NODISKIO .
This flag causes any