diff options
author | joel <joel@FreeBSD.org> | 2013-05-28 09:33:46 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2013-05-28 09:33:46 +0000 |
commit | 27b728120a200f886c8bf698d62beed89a28db2d (patch) | |
tree | e7935f8622928a17a3119fa4f8df9e328c5994ea | |
parent | 991d3fc8035d8181d1b1caeea0f7b4c9c11e24f9 (diff) | |
download | FreeBSD-src-27b728120a200f886c8bf698d62beed89a28db2d.zip FreeBSD-src-27b728120a200f886c8bf698d62beed89a28db2d.tar.gz |
mdoc: silence a few mandoc lint warnings.
-rw-r--r-- | share/man/man4/aacraid.4 | 5 | ||||
-rw-r--r-- | tools/tools/makeroot/makeroot.8 | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/share/man/man4/aacraid.4 b/share/man/man4/aacraid.4 index 3252e35..5d22ac2 100644 --- a/share/man/man4/aacraid.4 +++ b/share/man/man4/aacraid.4 @@ -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 management application. .An Scott Long .Aq scottl@FreeBSD.org .Sh BUGS -.Pp The controller is not actually paused on suspend/resume. diff --git a/tools/tools/makeroot/makeroot.8 b/tools/tools/makeroot/makeroot.8 index 6a6daec..379187c 100644 --- a/tools/tools/makeroot/makeroot.8 +++ b/tools/tools/makeroot/makeroot.8 @@ -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 , |