diff options
author | Joel Dahl <joel@FreeBSD.org> | 2012-05-12 17:14:55 +0000 |
---|---|---|
committer | Joel Dahl <joel@FreeBSD.org> | 2012-05-12 17:14:55 +0000 |
commit | 5da44209319b31d303559a1c675a5aeb97332db7 (patch) | |
tree | e3813cf73386a725b317ea3e230abc2c97868328 /sbin/mdconfig | |
parent | 9da75f3a3604cc7408ffdb69ba657f9b6de1ce1d (diff) | |
download | src-5da44209319b31d303559a1c675a5aeb97332db7.tar.gz src-5da44209319b31d303559a1c675a5aeb97332db7.zip |
mdoc: use Po and Pc macros instead of parens. Also avoid starting a line
with Ns.
Notes
Notes:
svn path=/head/; revision=235344
Diffstat (limited to 'sbin/mdconfig')
-rw-r--r-- | sbin/mdconfig/mdconfig.8 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sbin/mdconfig/mdconfig.8 b/sbin/mdconfig/mdconfig.8 index e4fa9564bdae..2bd1405cb97f 100644 --- a/sbin/mdconfig/mdconfig.8 +++ b/sbin/mdconfig/mdconfig.8 @@ -235,10 +235,11 @@ chmod 1777 /tmp .Ed .Pp Create a 5MB file-backed disk -.Ns ( Fl a +.Po Fl a and .Fl t Ar vnode -are implied): +are implied +.Pc : .Bd -literal -offset indent dd if=/dev/zero of=somebackingfile bs=1k count=5k mdconfig -f somebackingfile -u 0 @@ -250,10 +251,11 @@ mount /dev/md0c /mnt Create an .Xr md 4 device out of an ISO 9660 CD image file -.Ns ( Fl a +.Po Fl a and .Fl t Ar vnode -are implied), using the first available +are implied +.Pc , using the first available .Xr md 4 device, and then mount the new memory disk: .Bd -literal -offset indent |