Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 May 2020 01:48:12 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r361121 - in stable/12: sbin/bectl share/man/man8
Message-ID:  <202005170148.04H1mCov073968@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: asomers
Date: Sun May 17 01:48:12 2020
New Revision: 361121
URL: https://svnweb.freebsd.org/changeset/base/361121

Log:
  MFC r360078, r360086
  
  r360078:
  bectl.8, beinstall.sh.8: fix man page section of beinstall.sh
  
  Reported by:	phk
  
  r360086:
  bectl.8: correctly sort SEE ALSO section after 360078
  
  Reported by:	yuripv
  MFC with:	360078

Modified:
  stable/12/sbin/bectl/bectl.8
  stable/12/share/man/man8/beinstall.8
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sbin/bectl/bectl.8
==============================================================================
--- stable/12/sbin/bectl/bectl.8	Sun May 17 01:46:00 2020	(r361120)
+++ stable/12/sbin/bectl/bectl.8	Sun May 17 01:48:12 2020	(r361121)
@@ -17,7 +17,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd September 14, 2019
+.Dd April 18, 2020
 .Dt BECTL 8
 .Os
 .Sh NAME
@@ -343,8 +343,8 @@ is specified.
 To fill in with jail upgrade example when behavior is firm.
 .El
 .Sh SEE ALSO
-.Xr beinstall.sh 1 ,
 .Xr libbe 3 ,
+.Xr beinstall.sh 8 ,
 .Xr jail 8 ,
 .Xr zfs 8 ,
 .Xr zpool 8

Modified: stable/12/share/man/man8/beinstall.8
==============================================================================
--- stable/12/share/man/man8/beinstall.8	Sun May 17 01:46:00 2020	(r361120)
+++ stable/12/share/man/man8/beinstall.8	Sun May 17 01:48:12 2020	(r361121)
@@ -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?202005170148.04H1mCov073968>