svn commit: r337603 - projects/bectl/sbin/bectl

Kyle Evans kevans at FreeBSD.org
Sat Aug 11 04:03:06 UTC 2018


Author: kevans
Date: Sat Aug 11 04:03:05 2018
New Revision: 337603
URL: https://svnweb.freebsd.org/changeset/base/337603

Log:
  bectl(8): Swap the order of ujail/umount documentation...
  
  "Despite my inconsistency, consistency is king." -Anonymous

Modified:
  projects/bectl/sbin/bectl/bectl.8

Modified: projects/bectl/sbin/bectl/bectl.8
==============================================================================
--- projects/bectl/sbin/bectl/bectl.8	Sat Aug 11 04:01:24 2018	(r337602)
+++ projects/bectl/sbin/bectl/bectl.8	Sat Aug 11 04:03:05 2018	(r337603)
@@ -225,6 +225,9 @@ Renames the given nonactive
 .Ar origBeName
 to the given
 .Ar newBeName
+.It Ic unjail Ao Ar jailID | jailName | beName Ac
+.Pp
+Destroys the jail created from the given boot environment.
 .It Ic unmount
 .Op Fl f
 .Ao Ar beName Ac
@@ -233,9 +236,6 @@ Unmount the given boot environment, if it is mounted.
 Specifying
 .Fl f
 will force the unmount if busy.
-.It Ic unjail Ao Ar jailID | jailName | beName Ac
-.Pp
-Destroys the jail created from the given boot environment.
 .El
 .Sh EXAMPLES
 .Bl -bullet


More information about the svn-src-projects mailing list