summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2014-06-06 19:00:43 +0000
committerjoel <joel@FreeBSD.org>2014-06-06 19:00:43 +0000
commit1f9618e6f7b24258f7ec29296f991620eb38db57 (patch)
tree6723e5394dac4b6d4c35f508bc70d369c535aacb
parent7cc30227c92f89afbee92a73bd84bed53631e0c3 (diff)
downloadFreeBSD-src-1f9618e6f7b24258f7ec29296f991620eb38db57.zip
FreeBSD-src-1f9618e6f7b24258f7ec29296f991620eb38db57.tar.gz
Minor mdoc improvements.
-rw-r--r--sbin/geom/class/label/glabel.82
-rw-r--r--sbin/reboot/boot_i386.81
-rw-r--r--share/man/man4/mrsas.42
-rw-r--r--share/man/man4/ng_bridge.41
-rw-r--r--share/man/man4/ng_ppp.41
-rw-r--r--share/man/man4/nvme.41
-rw-r--r--usr.bin/mkimg/mkimg.111
7 files changed, 8 insertions, 11 deletions
diff --git a/sbin/geom/class/label/glabel.8 b/sbin/geom/class/label/glabel.8
index 733c079..72b6dae 100644
--- a/sbin/geom/class/label/glabel.8
+++ b/sbin/geom/class/label/glabel.8
@@ -235,7 +235,7 @@ and creating label nodes in the
.Xr devfs 5
tree. It is sometimes desirable to disable certain label types if
they conflict with other classes in complex GEOM topologies.
-.Bl
+.El
.Sh EXIT STATUS
Exit status is 0 on success, and 1 if the command fails.
.Sh EXAMPLES
diff --git a/sbin/reboot/boot_i386.8 b/sbin/reboot/boot_i386.8
index e21e53f..d860423 100644
--- a/sbin/reboot/boot_i386.8
+++ b/sbin/reboot/boot_i386.8
@@ -113,7 +113,6 @@ boot device, as a hint about available boot files.
.Ic ?\&
may also be specified as the last segment of a path, in which case
the listing will be of the relevant subdirectory.)
-.Pp
.It Xo
.Sm off
.Ar bios_drive : interface ( unit , Oo Ar slice , Oc Ar part )
diff --git a/share/man/man4/mrsas.4 b/share/man/man4/mrsas.4
index 60c144e..6065188 100644
--- a/share/man/man4/mrsas.4
+++ b/share/man/man4/mrsas.4
@@ -321,7 +321,7 @@ management interface
.Xr mfi 4 ,
.Xr pci 4 ,
.Xr device.hints 5 ,
-.Xt camcontrol 8
+.Xr camcontrol 8
.Sh HISTORY
The
.Nm
diff --git a/share/man/man4/ng_bridge.4 b/share/man/man4/ng_bridge.4
index 4899937..6ec8708 100644
--- a/share/man/man4/ng_bridge.4
+++ b/share/man/man4/ng_bridge.4
@@ -139,7 +139,6 @@ The
determines how quickly a host must jump from one link to another
before we declare a loopback condition.
The default is one second.
-.Pp
.It Dv NGM_BRIDGE_GET_CONFIG Pq Ic getconfig
Returns the current configuration as a
.Dv "struct ng_bridge_config" .
diff --git a/share/man/man4/ng_ppp.4 b/share/man/man4/ng_ppp.4
index d69a59f..26c2853 100644
--- a/share/man/man4/ng_ppp.4
+++ b/share/man/man4/ng_ppp.4
@@ -385,7 +385,6 @@ struct ng_ppp_node_conf {
struct ng_ppp_link_conf links[NG_PPP_MAX_LINKS];
};
.Ed
-.Pp
.It Dv NGM_PPP_GET_CONFIG Pq Ic getconfig
Returns the current configuration as a
.Dv "struct ng_ppp_node_conf" .
diff --git a/share/man/man4/nvme.4 b/share/man/man4/nvme.4
index cb95aaf..0ea529b 100644
--- a/share/man/man4/nvme.4
+++ b/share/man/man4/nvme.4
@@ -85,7 +85,6 @@ the format
.Pa /dev/nvmeXnsY .
Note that the NVM Express specification starts numbering namespaces at 1,
not 0, and this driver follows that convention.
-.El
.Sh CONFIGURATION
By default,
.Nm
diff --git a/usr.bin/mkimg/mkimg.1 b/usr.bin/mkimg/mkimg.1
index cf86308..28773eb 100644
--- a/usr.bin/mkimg/mkimg.1
+++ b/usr.bin/mkimg/mkimg.1
@@ -115,6 +115,12 @@ For a complete list of supported partitioning schemes or supported output
format, or for a detailed description of how to specify partitions, run the
.Nm
utility without any arguments.
+.Sh ENVIRONMENT
+.Bl -tag -width "TMPDIR" -compact
+.It Ev TMPDIR
+Directory to put temporary files in; default is
+.Pa /tmp .
+.El
.Sh EXAMPLES
To create a bootable disk image that is partitioned using the GPT scheme and
containing a root file system that was previously created using
@@ -159,11 +165,6 @@ For partitioning schemes that feature partition labels, the
utility supports assigning labels to the partitions specified.
In the following example the file system partition is labeled as 'backup':
.Dl % mkimg -s gpt -p freebsd-ufs/backup:=file-system.ufs -o gpt.img
-.Sh ENVIRONMENT
-.Bl -tag -width "TMPDIR" -compact
-.It Ev TMPDIR
-Directory to put temporary files in; default is
-.Pa /tmp .
.Sh SEE ALSO
.Xr gpart 8
.Xr makefs 8
OpenPOWER on IntegriCloud