Date: Sat, 12 May 2012 17:14:56 +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: r235344 - in head/sbin: ipfw mdconfig Message-ID: <201205121714.q4CHEuCT043567@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: joel (doc committer) Date: Sat May 12 17:14:55 2012 New Revision: 235344 URL: http://svn.freebsd.org/changeset/base/235344 Log: mdoc: use Po and Pc macros instead of parens. Also avoid starting a line with Ns. Modified: head/sbin/ipfw/ipfw.8 head/sbin/mdconfig/mdconfig.8 Modified: head/sbin/ipfw/ipfw.8 ============================================================================== --- head/sbin/ipfw/ipfw.8 Sat May 12 16:36:54 2012 (r235343) +++ head/sbin/ipfw/ipfw.8 Sat May 12 17:14:55 2012 (r235344) @@ -1535,9 +1535,9 @@ Matches packets with the corresponding I .It Cm recv | xmit | via Brq Ar ifX | Ar if Ns Cm * | Ar table Ns Pq Ar number Ns Op , Ns Ar value | Ar ipno | Ar any Matches packets received, transmitted or going through, respectively, the interface specified by exact name -.Ns No ( Ar ifX Ns No ), +.Po Ar ifX Pc , by device name -.Ns No ( Ar if Ns Ar * Ns No ), +.Po Ar if* Pc , by IP address, or through some interface. .Pp The Modified: head/sbin/mdconfig/mdconfig.8 ============================================================================== --- head/sbin/mdconfig/mdconfig.8 Sat May 12 16:36:54 2012 (r235343) +++ head/sbin/mdconfig/mdconfig.8 Sat May 12 17:14:55 2012 (r235344) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205121714.q4CHEuCT043567>