From owner-svn-src-all@FreeBSD.ORG Mon Nov 24 21:19:44 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8391C7D; Mon, 24 Nov 2014 21:19:44 +0000 (UTC) Received: from shxd.cx (unknown [64.201.244.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C42D319; Mon, 24 Nov 2014 21:19:44 +0000 (UTC) Received: from 50-196-156-133-static.hfc.comcastbusiness.net ([50.196.156.133]:53838 helo=THEMADHATTER) by shxd.cx with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.77 (FreeBSD)) (envelope-from ) id 1XsjNF-000Op1-Gk; Sun, 23 Nov 2014 18:27:33 -0800 From: To: "'Joel Dahl'" , , , References: <201411232100.sANL00cG078781@svn.freebsd.org> In-Reply-To: <201411232100.sANL00cG078781@svn.freebsd.org> Subject: RE: svn commit: r274925 - in head: lib/libc/sys lib/libdpv sbin/ipfw share/man/man4 share/man/man4/man4.arm share/man/man9 sys/boot/common sys/boot/i386/gptzfsboot usr.bin/dpv Date: Mon, 24 Nov 2014 13:19:26 -0800 Message-ID: <102701d0082c$54739ab0$fd5ad010$@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 15.0 Thread-Index: AQKCozFBiwuF0zo9QqPne/vjSvX40JsLEdOA Content-Language: en-us Sender: devin@shxd.cx Cc: 'Devin Teske' X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Mon, 24 Nov 2014 21:19:44 -0000 > -----Original Message----- > From: owner-src-committers@freebsd.org [mailto:owner-src- > committers@freebsd.org] On Behalf Of Joel Dahl > Sent: Sunday, November 23, 2014 1:00 PM > To: src-committers@freebsd.org; svn-src-all@freebsd.org; svn-src- > head@freebsd.org > Subject: svn commit: r274925 - in head: lib/libc/sys lib/libdpv sbin/ipfw > share/man/man4 share/man/man4/man4.arm share/man/man9 > sys/boot/common sys/boot/i386/gptzfsboot usr.bin/dpv > > Author: joel (doc committer) > Date: Sun Nov 23 21:00:00 2014 > New Revision: 274925 > URL: https://svnweb.freebsd.org/changeset/base/274925 > > Log: > Misc mdoc fixes: > > - Remove superfluous paragraph macros. > - Remove/fix empty or incorrect macros. > - Sort sections into conventional order. > - Terminate quoted strings properly. > - Remove EOL whitespace. > > Modified: [snip] > head/lib/libdpv/dpv.3 [snip] > head/usr.bin/dpv/dpv.1 [snip] > Modified: head/lib/libdpv/dpv.3 > ========================================================== > ==================== > --- head/lib/libdpv/dpv.3 Sun Nov 23 19:13:17 2014 (r274924) > +++ head/lib/libdpv/dpv.3 Sun Nov 23 21:00:00 2014 (r274925) > @@ -502,7 +502,7 @@ This does not effect > .Xr Xdialog 1 , > which renders the color escape sequences as plain text. > See > -.Do Li > +.Do > embedded "\\Z" sequences > .Dc > in > [snip] > Modified: head/usr.bin/dpv/dpv.1 > ========================================================== > ==================== > --- head/usr.bin/dpv/dpv.1 Sun Nov 23 19:13:17 2014 (r274924) > +++ head/usr.bin/dpv/dpv.1 Sun Nov 23 21:00:00 2014 (r274925) > @@ -104,7 +104,7 @@ Do not use the default interface of > .Xr dialog 3 , > but instead spawn an instance of > .Xr dialog 1 . > -The path to > +The path to > .Xr dialog 1 > is taken from the > .Ev DIALOG > @@ -308,7 +308,6 @@ is required. > .It Pa $HOME/.dialogrc > .El > .Sh EXAMPLES > -.Pp > Simple example to show how fast > .Xr yes 1 > produces lines > @@ -358,7 +357,18 @@ Zeroing a disk: > .Bd -literal -offset indent > dpv -o /dev/md42 < /dev/zero > .Ed > -.Pp > +.Sh SEE ALSO > +.Xr dialog 1 , > +.Xr dialog 3 , > +.Xr sh 1 , > +.Xr Xdialog 1 > +.Sh HISTORY > +A > +.Nm > +utility first appeared in > +.Fx 11.0 . > +.Sh AUTHORS > +.An Devin Teske Aq dteske@FreeBSD.org > .Sh BUGS > .Xr Xdialog 1 , > when given both > @@ -410,21 +420,9 @@ This does not effect > .Xr Xdialog 1 , > which renders the color escape sequences as plain text. > See > -.Do Li > +.Do > embedded "\\Z" sequences > .Dc > in > .Xr dialog 1 > for additional information. > -.Sh SEE ALSO > -.Xr dialog 1 , > -.Xr dialog 3 , > -.Xr sh 1 , > -.Xr Xdialog 1 > -.Sh HISTORY > -A > -.Nm > -utility first appeared in > -.Fx 11.0 . > -.Sh AUTHORS > -.An Devin Teske Aq dteske@FreeBSD.org Should these changes be MFC'd to stable/10, stable/9? -- Devin