svn commit: r267182 - in head: sbin/geom/class/label sbin/reboot share/man/man4 usr.bin/mkimg

Joel Dahl joel at FreeBSD.org
Fri Jun 6 19:00:45 UTC 2014


Author: joel (doc committer)
Date: Fri Jun  6 19:00:43 2014
New Revision: 267182
URL: http://svnweb.freebsd.org/changeset/base/267182

Log:
  Minor mdoc improvements.

Modified:
  head/sbin/geom/class/label/glabel.8
  head/sbin/reboot/boot_i386.8
  head/share/man/man4/mrsas.4
  head/share/man/man4/ng_bridge.4
  head/share/man/man4/ng_ppp.4
  head/share/man/man4/nvme.4
  head/usr.bin/mkimg/mkimg.1

Modified: head/sbin/geom/class/label/glabel.8
==============================================================================
--- head/sbin/geom/class/label/glabel.8	Fri Jun  6 18:58:06 2014	(r267181)
+++ head/sbin/geom/class/label/glabel.8	Fri Jun  6 19:00:43 2014	(r267182)
@@ -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

Modified: head/sbin/reboot/boot_i386.8
==============================================================================
--- head/sbin/reboot/boot_i386.8	Fri Jun  6 18:58:06 2014	(r267181)
+++ head/sbin/reboot/boot_i386.8	Fri Jun  6 19:00:43 2014	(r267182)
@@ -113,7 +113,6 @@ boot device, as a hint about available b
 .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 )

Modified: head/share/man/man4/mrsas.4
==============================================================================
--- head/share/man/man4/mrsas.4	Fri Jun  6 18:58:06 2014	(r267181)
+++ head/share/man/man4/mrsas.4	Fri Jun  6 19:00:43 2014	(r267182)
@@ -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

Modified: head/share/man/man4/ng_bridge.4
==============================================================================
--- head/share/man/man4/ng_bridge.4	Fri Jun  6 18:58:06 2014	(r267181)
+++ head/share/man/man4/ng_bridge.4	Fri Jun  6 19:00:43 2014	(r267182)
@@ -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" .

Modified: head/share/man/man4/ng_ppp.4
==============================================================================
--- head/share/man/man4/ng_ppp.4	Fri Jun  6 18:58:06 2014	(r267181)
+++ head/share/man/man4/ng_ppp.4	Fri Jun  6 19:00:43 2014	(r267182)
@@ -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" .

Modified: head/share/man/man4/nvme.4
==============================================================================
--- head/share/man/man4/nvme.4	Fri Jun  6 18:58:06 2014	(r267181)
+++ head/share/man/man4/nvme.4	Fri Jun  6 19:00:43 2014	(r267182)
@@ -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

Modified: head/usr.bin/mkimg/mkimg.1
==============================================================================
--- head/usr.bin/mkimg/mkimg.1	Fri Jun  6 18:58:06 2014	(r267181)
+++ head/usr.bin/mkimg/mkimg.1	Fri Jun  6 19:00:43 2014	(r267182)
@@ -115,6 +115,12 @@ For a complete list of supported partiti
 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 pa
 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


More information about the svn-src-all mailing list