summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libc/sys/getpriority.22
-rw-r--r--lib/libc/sys/pathconf.23
-rw-r--r--lib/libc/sys/stat.22
-rw-r--r--sbin/fsirand/fsirand.82
-rw-r--r--sbin/ipfw/ipfw.83
-rw-r--r--sbin/restore/restore.81
-rw-r--r--share/man/man4/iscsi_initiator.42
-rw-r--r--share/man/man5/elf.52
-rw-r--r--share/man/man9/sysctl_add_oid.92
-rw-r--r--usr.bin/mesg/mesg.12
-rw-r--r--usr.sbin/mtest/mtest.82
11 files changed, 10 insertions, 13 deletions
diff --git a/lib/libc/sys/getpriority.2 b/lib/libc/sys/getpriority.2
index 28d1f14..ae70f5f 100644
--- a/lib/libc/sys/getpriority.2
+++ b/lib/libc/sys/getpriority.2
@@ -129,10 +129,10 @@ or
.Dv PRIO_USER .
.El
.Pp
-.Bl -tag -width Er
In addition to the errors indicated above,
.Fn setpriority
will fail if:
+.Bl -tag -width Er
.It Bq Er EPERM
A process was located, but neither its effective nor real user
ID matched the effective user ID of the caller.
diff --git a/lib/libc/sys/pathconf.2 b/lib/libc/sys/pathconf.2
index 495bc65..3cfcdbc 100644
--- a/lib/libc/sys/pathconf.2
+++ b/lib/libc/sys/pathconf.2
@@ -89,7 +89,6 @@ returns information about the file the link references.
The available values are as follows:
.Pp
.Bl -tag -width 6n
-.Pp
.It Li _PC_LINK_MAX
The maximum file link count.
.It Li _PC_MAX_CANON
@@ -234,11 +233,11 @@ Too many symbolic links were encountered in translating the pathname.
An I/O error occurred while reading from or writing to the file system.
.El
.Pp
-.Bl -tag -width Er
The
.Fn fpathconf
system call
will fail if:
+.Bl -tag -width Er
.It Bq Er EBADF
The
.Fa fd
diff --git a/lib/libc/sys/stat.2 b/lib/libc/sys/stat.2
index 85f0cf0..ab37c0d 100644
--- a/lib/libc/sys/stat.2
+++ b/lib/libc/sys/stat.2
@@ -345,10 +345,10 @@ represented correctly in the structure pointed to by
.Fa sb .
.El
.Pp
-.Bl -tag -width Er
The
.Fn fstat
system call will fail if:
+.Bl -tag -width Er
.It Bq Er EBADF
The
.Fa fd
diff --git a/sbin/fsirand/fsirand.8 b/sbin/fsirand/fsirand.8
index 66a1724..3156787 100644
--- a/sbin/fsirand/fsirand.8
+++ b/sbin/fsirand/fsirand.8
@@ -73,8 +73,8 @@ The
utility may be used on the root file system in single-user mode
but the system should be rebooted via ``reboot -n'' afterwards.
.Sh OPTIONS
-.Bl -tag -width indent
The available options are as follows:
+.Bl -tag -width indent
.It Fl b
Use the default block size (usually 512 bytes) instead
of the value gleaned from the disklabel.
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8
index f870ee4..a954c1d 100644
--- a/sbin/ipfw/ipfw.8
+++ b/sbin/ipfw/ipfw.8
@@ -1009,11 +1009,11 @@ The second format
with multiple addresses) is provided for convenience only and
its use is discouraged.
.It Ar addr : Oo Cm not Oc Bro
-.Bl -tag -width indent
.Cm any | me | me6 |
.Cm table Ns Pq Ar number Ns Op , Ns Ar value
.Ar | addr-list | addr-set
.Brc
+.Bl -tag -width indent
.It Cm any
matches any IP address.
.It Cm me
@@ -2176,7 +2176,6 @@ Finally, the following parameters can be configured for both
pipes and queues:
.Pp
.Bl -tag -width XXXX -compact
-.Pp
.It Cm buckets Ar hash-table-size
Specifies the size of the hash table used for storing the
various queues.
diff --git a/sbin/restore/restore.8 b/sbin/restore/restore.8
index cf6a364..94ca878 100644
--- a/sbin/restore/restore.8
+++ b/sbin/restore/restore.8
@@ -412,7 +412,6 @@ Most checks are self-explanatory or can ``never happen''.
Common errors are given below.
.Pp
.Bl -tag -width Ds -compact
-.Pp
.It <filename>: not found on tape
The specified file name was listed in the tape directory,
but was not found on the tape.
diff --git a/share/man/man4/iscsi_initiator.4 b/share/man/man4/iscsi_initiator.4
index 7c857bd..90df509 100644
--- a/share/man/man4/iscsi_initiator.4
+++ b/share/man/man4/iscsi_initiator.4
@@ -90,8 +90,8 @@ see
The
.Nm
driver creates the following:
-.Bl -tag -width ".Pa /dev/iscsi%dxx" -compact
.Pp
+.Bl -tag -width ".Pa /dev/iscsi%dxx" -compact
.It Pa /dev/iscsi
used to create new sessions.
.It Pa /dev/iscsi%d
diff --git a/share/man/man5/elf.5 b/share/man/man5/elf.5
index 1d34dfe..b68363e 100644
--- a/share/man/man5/elf.5
+++ b/share/man/man5/elf.5
@@ -462,8 +462,8 @@ member in the total struct.
.It Dv p_type
This member of the Phdr struct tells what kind of segment this array
element describes or how to interpret the array element's information.
-.Bl -tag -width "PT_DYNAMIC" -compact
.Pp
+.Bl -tag -width "PT_DYNAMIC" -compact
.It Dv PT_NULL
The array element is unused and the other members' values are undefined.
This lets the program header have ignored entries.
diff --git a/share/man/man9/sysctl_add_oid.9 b/share/man/man9/sysctl_add_oid.9
index 43f3112..74e76d7 100644
--- a/share/man/man9/sysctl_add_oid.9
+++ b/share/man/man9/sysctl_add_oid.9
@@ -411,8 +411,8 @@ and to delete them later in orderly fashion.
.Pp
There is a set of macros defined
that helps to create oids of given type.
-.Bl -tag -width SYSCTL_ADD_STRINGXX
They are as follows:
+.Bl -tag -width SYSCTL_ADD_STRINGXX
.It Fn SYSCTL_ADD_OID
creates a raw oid.
This macro is functionally equivalent to the
diff --git a/usr.bin/mesg/mesg.1 b/usr.bin/mesg/mesg.1
index b596f75..e2e2587 100644
--- a/usr.bin/mesg/mesg.1
+++ b/usr.bin/mesg/mesg.1
@@ -70,8 +70,8 @@ displays the present message status to the standard output.
The
.Nm
utility exits with one of the following values:
-.Bl -tag -width flag -compact -offset indent
.Pp
+.Bl -tag -width flag -compact -offset indent
.It Li "\ 0"
Messages are allowed.
.It Li "\ 1"
diff --git a/usr.sbin/mtest/mtest.8 b/usr.sbin/mtest/mtest.8
index 9a961e0..801501d 100644
--- a/usr.sbin/mtest/mtest.8
+++ b/usr.sbin/mtest/mtest.8
@@ -42,8 +42,8 @@ is a small program for testing multicast socket operations.
.Pp
It accepts the following commands, interactively, or as part of a scripted
input file (useful for automated testing):
-.Bl -tag -width "a ifname e.e.e.e e.e.e.e" -compact -offset indent
.Pp
+.Bl -tag -width "a ifname e.e.e.e e.e.e.e" -compact -offset indent
.\"
.It Ic a Ar ifname Ar mac-addr
Join the link-layer group address
OpenPOWER on IntegriCloud