From owner-svn-src-all@FreeBSD.ORG Fri Jun 6 19:00:45 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 02953BA0; Fri, 6 Jun 2014 19:00:45 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E2FE9230A; Fri, 6 Jun 2014 19:00:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s56J0iKF090669; Fri, 6 Jun 2014 19:00:44 GMT (envelope-from joel@svn.freebsd.org) Received: (from joel@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s56J0h5q090661; Fri, 6 Jun 2014 19:00:43 GMT (envelope-from joel@svn.freebsd.org) Message-Id: <201406061900.s56J0h5q090661@svn.freebsd.org> From: Joel Dahl Date: Fri, 6 Jun 2014 19:00:43 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r267182 - in head: sbin/geom/class/label sbin/reboot share/man/man4 usr.bin/mkimg X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2014 19:00:45 -0000 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