summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/aio_read.21
-rw-r--r--lib/libc/sys/aio_write.21
-rw-r--r--lib/libc/sys/clock_gettime.21
-rw-r--r--lib/libc/sys/gettimeofday.21
-rw-r--r--lib/libc/sys/kldstat.21
-rw-r--r--lib/libc/sys/kldsym.21
-rw-r--r--lib/libc/sys/kqueue.21
-rw-r--r--lib/libc/sys/modstat.21
-rw-r--r--lib/libc/sys/recv.22
-rw-r--r--lib/libc/sys/sched_setscheduler.21
10 files changed, 0 insertions, 11 deletions
diff --git a/lib/libc/sys/aio_read.2 b/lib/libc/sys/aio_read.2
index 2c78040..ddf4f76 100644
--- a/lib/libc/sys/aio_read.2
+++ b/lib/libc/sys/aio_read.2
@@ -136,7 +136,6 @@ system call must be called, and will return -1, and
must be called to determine the actual value that would have been
returned in
.Va errno .
-.Pp
.Bl -tag -width Er
.It Bq Er EBADF
The
diff --git a/lib/libc/sys/aio_write.2 b/lib/libc/sys/aio_write.2
index dd1e0f5..291fd71 100644
--- a/lib/libc/sys/aio_write.2
+++ b/lib/libc/sys/aio_write.2
@@ -140,7 +140,6 @@ system call must be called, and will return -1, and
must be called to determine the actual value that would have been
returned in
.Va errno .
-.Pp
.Bl -tag -width Er
.It Bq Er EBADF
The
diff --git a/lib/libc/sys/clock_gettime.2 b/lib/libc/sys/clock_gettime.2
index a2fa624..583cc8f 100644
--- a/lib/libc/sys/clock_gettime.2
+++ b/lib/libc/sys/clock_gettime.2
@@ -102,7 +102,6 @@ The structure pointed to by
is defined in
.In sys/timespec.h
as:
-.Pp
.Bd -literal
struct timespec {
time_t tv_sec; /* seconds */
diff --git a/lib/libc/sys/gettimeofday.2 b/lib/libc/sys/gettimeofday.2
index 9ffd0b3..23cc059 100644
--- a/lib/libc/sys/gettimeofday.2
+++ b/lib/libc/sys/gettimeofday.2
@@ -75,7 +75,6 @@ and
are defined in
.In sys/time.h
as:
-.Pp
.Bd -literal
struct timeval {
time_t tv_sec; /* seconds */
diff --git a/lib/libc/sys/kldstat.2 b/lib/libc/sys/kldstat.2
index 88f3781..0d28928 100644
--- a/lib/libc/sys/kldstat.2
+++ b/lib/libc/sys/kldstat.2
@@ -56,7 +56,6 @@ struct kld_file_stat {
char pathname[MAXPATHLEN];
};
.Ed
-.Pp
.Bl -tag -width XXXaddress
.It version
This field is set to the size of the structure mentioned above by the code
diff --git a/lib/libc/sys/kldsym.2 b/lib/libc/sys/kldsym.2
index acd6fcd..917a92a 100644
--- a/lib/libc/sys/kldsym.2
+++ b/lib/libc/sys/kldsym.2
@@ -55,7 +55,6 @@ implemented is
The
.Fa data
argument is of the following structure:
-.Pp
.Bd -literal -offset indent
struct kld_sym_lookup {
int version; /* sizeof(struct kld_sym_lookup) */
diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2
index 74cd72a..a1b6177 100644
--- a/lib/libc/sys/kqueue.2
+++ b/lib/libc/sys/kqueue.2
@@ -251,7 +251,6 @@ Takes a descriptor as the identifier, and returns whenever
there is data available to read.
The behavior of the filter is slightly different depending
on the descriptor type.
-.Pp
.Bl -tag -width 2n
.It Sockets
Sockets which have previously been passed to
diff --git a/lib/libc/sys/modstat.2 b/lib/libc/sys/modstat.2
index 439cce7..5f106b4 100644
--- a/lib/libc/sys/modstat.2
+++ b/lib/libc/sys/modstat.2
@@ -60,7 +60,6 @@ typedef union modspecific {
u_long ulongval;
} modspecific_t;
.Ed
-.Pp
.Bl -tag -width XXXaddress
.It version
This field is set to the size of the structure mentioned above by the code
diff --git a/lib/libc/sys/recv.2 b/lib/libc/sys/recv.2
index e45863e..66f311f 100644
--- a/lib/libc/sys/recv.2
+++ b/lib/libc/sys/recv.2
@@ -165,7 +165,6 @@ system call uses a
structure to minimize the number of directly supplied arguments.
This structure has the following form, as defined in
.In sys/socket.h :
-.Pp
.Bd -literal
struct msghdr {
void *msg_name; /* optional address */
@@ -242,7 +241,6 @@ should be a structure of type
which is defined in
.In sys/socket.h
as follows:
-.Pp
.Bd -literal
struct cmsgcred {
pid_t cmcred_pid; /* PID of sending process */
diff --git a/lib/libc/sys/sched_setscheduler.2 b/lib/libc/sys/sched_setscheduler.2
index 21b34e0..3e7c42b 100644
--- a/lib/libc/sys/sched_setscheduler.2
+++ b/lib/libc/sys/sched_setscheduler.2
@@ -95,7 +95,6 @@ The
.Vt sched_param
structure is defined in
.Fa <sched.h> :
-.Pp
.Bd -literal -offset indent
struct sched_param {
int sched_priority; /* scheduling priority */
OpenPOWER on IntegriCloud