Minor mdoc improvements.

This commit is contained in:
Joel Dahl 2014-06-06 19:00:43 +00:00
parent 8c7ec47a40
commit b6829dc82a
7 changed files with 8 additions and 11 deletions

View File

@ -235,7 +235,7 @@ and creating label nodes in the
.Xr devfs 5 .Xr devfs 5
tree. It is sometimes desirable to disable certain label types if tree. It is sometimes desirable to disable certain label types if
they conflict with other classes in complex GEOM topologies. they conflict with other classes in complex GEOM topologies.
.Bl .El
.Sh EXIT STATUS .Sh EXIT STATUS
Exit status is 0 on success, and 1 if the command fails. Exit status is 0 on success, and 1 if the command fails.
.Sh EXAMPLES .Sh EXAMPLES

View File

@ -113,7 +113,6 @@ boot device, as a hint about available boot files.
.Ic ?\& .Ic ?\&
may also be specified as the last segment of a path, in which case may also be specified as the last segment of a path, in which case
the listing will be of the relevant subdirectory.) the listing will be of the relevant subdirectory.)
.Pp
.It Xo .It Xo
.Sm off .Sm off
.Ar bios_drive : interface ( unit , Oo Ar slice , Oc Ar part ) .Ar bios_drive : interface ( unit , Oo Ar slice , Oc Ar part )

View File

@ -321,7 +321,7 @@ management interface
.Xr mfi 4 , .Xr mfi 4 ,
.Xr pci 4 , .Xr pci 4 ,
.Xr device.hints 5 , .Xr device.hints 5 ,
.Xt camcontrol 8 .Xr camcontrol 8
.Sh HISTORY .Sh HISTORY
The The
.Nm .Nm

View File

@ -139,7 +139,6 @@ The
determines how quickly a host must jump from one link to another determines how quickly a host must jump from one link to another
before we declare a loopback condition. before we declare a loopback condition.
The default is one second. The default is one second.
.Pp
.It Dv NGM_BRIDGE_GET_CONFIG Pq Ic getconfig .It Dv NGM_BRIDGE_GET_CONFIG Pq Ic getconfig
Returns the current configuration as a Returns the current configuration as a
.Dv "struct ng_bridge_config" . .Dv "struct ng_bridge_config" .

View File

@ -385,7 +385,6 @@ struct ng_ppp_node_conf {
struct ng_ppp_link_conf links[NG_PPP_MAX_LINKS]; struct ng_ppp_link_conf links[NG_PPP_MAX_LINKS];
}; };
.Ed .Ed
.Pp
.It Dv NGM_PPP_GET_CONFIG Pq Ic getconfig .It Dv NGM_PPP_GET_CONFIG Pq Ic getconfig
Returns the current configuration as a Returns the current configuration as a
.Dv "struct ng_ppp_node_conf" . .Dv "struct ng_ppp_node_conf" .

View File

@ -85,7 +85,6 @@ the format
.Pa /dev/nvmeXnsY . .Pa /dev/nvmeXnsY .
Note that the NVM Express specification starts numbering namespaces at 1, Note that the NVM Express specification starts numbering namespaces at 1,
not 0, and this driver follows that convention. not 0, and this driver follows that convention.
.El
.Sh CONFIGURATION .Sh CONFIGURATION
By default, By default,
.Nm .Nm

View File

@ -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 format, or for a detailed description of how to specify partitions, run the
.Nm .Nm
utility without any arguments. 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 .Sh EXAMPLES
To create a bootable disk image that is partitioned using the GPT scheme and To create a bootable disk image that is partitioned using the GPT scheme and
containing a root file system that was previously created using 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. utility supports assigning labels to the partitions specified.
In the following example the file system partition is labeled as 'backup': 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 .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 .Sh SEE ALSO
.Xr gpart 8 .Xr gpart 8
.Xr makefs 8 .Xr makefs 8