svn commit: r361121 - in stable/12: sbin/bectl share/man/man8

Alan Somers asomers at FreeBSD.org
Sun May 17 01:48:13 UTC 2020


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


More information about the svn-src-all mailing list