Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 May 2013 09:33:46 +0000 (UTC)
From:      Joel Dahl <joel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r251056 - in head: share/man/man4 tools/tools/makeroot
Message-ID:  <201305280933.r4S9XktD006673@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joel (doc committer)
Date: Tue May 28 09:33:46 2013
New Revision: 251056
URL: http://svnweb.freebsd.org/changeset/base/251056

Log:
  mdoc: silence a few mandoc lint warnings.

Modified:
  head/share/man/man4/aacraid.4
  head/tools/tools/makeroot/makeroot.8

Modified: head/share/man/man4/aacraid.4
==============================================================================
--- head/share/man/man4/aacraid.4	Tue May 28 09:26:48 2013	(r251055)
+++ head/share/man/man4/aacraid.4	Tue May 28 09:33:46 2013	(r251056)
@@ -53,10 +53,10 @@ The
 driver provides support for the Adaptec by PMC RAID controllers,
 including Series 6/7/8 and upcoming families.
 .Pp
-The RAID containers are handled via the 
+The RAID containers are handled via the
 .Nm aacraidp0
 bus.
-The physical buses are represented by the 
+The physical buses are represented by the
 .Nm aacraidp?
 devices (beginning with aacraidp1). These devices enable the
 SCSI pass-thru interface and allows devices connected
@@ -135,5 +135,4 @@ and are also queued for retrieval by a m
 .An Scott Long
 .Aq scottl@FreeBSD.org
 .Sh BUGS
-.Pp
 The controller is not actually paused on suspend/resume.

Modified: head/tools/tools/makeroot/makeroot.8
==============================================================================
--- head/tools/tools/makeroot/makeroot.8	Tue May 28 09:26:48 2013	(r251055)
+++ head/tools/tools/makeroot/makeroot.8	Tue May 28 09:33:46 2013	(r251056)
@@ -108,8 +108,6 @@ The
 argument is passed directly to
 .Xr makefs 8 .
 .El
-.Sh EXAMPLES
-.Dl $ makeroot.sh -k keys -K ctsrd -p extras/etc/master.passwd -g extras/etc/group -e extras/mdroot.mtree -e demo/demo.mtree -e extras/ctsrd.mtree -s 26112k -f demo.files cheribsd-demo.img /path/to/dist
 .Sh FILES
 .Bl -tag -width METALOG -compact
 .It Pa METALOG
@@ -118,6 +116,8 @@ argument is passed directly to
 directory.
 This file is generated by installworld, distribution, and installkernel.
 .El
+.Sh EXAMPLES
+.Dl $ makeroot.sh -k keys -K ctsrd -p extras/etc/master.passwd -g extras/etc/group -e extras/mdroot.mtree -e demo/demo.mtree -e extras/ctsrd.mtree -s 26112k -f demo.files cheribsd-demo.img /path/to/dist
 .Sh SEE ALSO
 .Xr mtree 5 ,
 .Xr makefs 8 ,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305280933.r4S9XktD006673>