Date: Sun, 19 Apr 2020 00:11:10 +0300 From: Yuri Pankov <ypankov@fastmail.com> To: Alan Somers <asomers@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r360078 - in head: sbin/bectl share/man/man8 Message-ID: <530b4960-9735-15da-84b4-2fdda9930fc6@fastmail.com> In-Reply-To: <202004181953.03IJrlA0090967@repo.freebsd.org> References: <202004181953.03IJrlA0090967@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Alan Somers wrote: > Author: asomers > Date: Sat Apr 18 19:53:47 2020 > New Revision: 360078 > URL: https://svnweb.freebsd.org/changeset/base/360078 > > Log: > bectl.8, beinstall.sh.8: fix man page section of beinstall.sh > > Reported by: phk > MFC after: 2 weeks > > Modified: > head/sbin/bectl/bectl.8 > head/share/man/man8/beinstall.8 > > Modified: head/sbin/bectl/bectl.8 > ============================================================================== > --- head/sbin/bectl/bectl.8 Sat Apr 18 19:47:38 2020 (r360077) > +++ head/sbin/bectl/bectl.8 Sat Apr 18 19:53:47 2020 (r360078) > @@ -17,7 +17,7 @@ > .\" > .\" $FreeBSD$ > .\" > -.Dd September 11, 2019 > +.Dd April 18, 2020 > .Dt BECTL 8 > .Os > .Sh NAME > @@ -343,7 +343,7 @@ is specified. > To fill in with jail upgrade example when behavior is firm. > .El > .Sh SEE ALSO > -.Xr beinstall.sh 1 , > +.Xr beinstall.sh 8 , > .Xr libbe 3 , > .Xr jail 8 , > .Xr zfs 8 , This breaks the sorting used in SEE ALSO: $ mandoc -Tlint -Wwarning sbin/bectl/bectl.8 mandoc: sbin/bectl/bectl.8:347:2: WARNING: unusual Xr order: libbe(3) after beinstall.sh(8) We don't have the man style guide (that I know of, at least), but keeping it consistent would be nice. > Modified: head/share/man/man8/beinstall.8 > ============================================================================== > --- head/share/man/man8/beinstall.8 Sat Apr 18 19:47:38 2020 (r360077) > +++ head/share/man/man8/beinstall.8 Sat Apr 18 19:53:47 2020 (r360078) > @@ -25,8 +25,8 @@ > .\" SUCH DAMAGE. > .\" > .\" $FreeBSD$ > -.Dd August 20, 2018 > -.Dt BEINSTALL.SH 1 > +.Dd April 18, 2020 > +.Dt BEINSTALL.SH 8 > .Os > .Sh NAME > .Nm beinstall.sh
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?530b4960-9735-15da-84b4-2fdda9930fc6>