diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2018-01-18 20:22:01 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2018-01-18 20:22:01 +0000 |
commit | d6c6e0f9d8469c2dbd8ae0200552c5031f8baba0 (patch) | |
tree | 057da46292aa51703a2207c232eca90a1dd88b68 /sysutils/beadm | |
parent | 4325c04e1b0c68ffb80edf8943370a7c90ce3f6c (diff) |
Notes
Diffstat (limited to 'sysutils/beadm')
-rw-r--r-- | sysutils/beadm/Makefile | 2 | ||||
-rw-r--r-- | sysutils/beadm/files/patch-beadm.1 | 24 |
2 files changed, 25 insertions, 1 deletions
diff --git a/sysutils/beadm/Makefile b/sysutils/beadm/Makefile index cb62c3004129..865b5dfe89cf 100644 --- a/sysutils/beadm/Makefile +++ b/sysutils/beadm/Makefile @@ -2,7 +2,7 @@ PORTNAME= beadm PORTVERSION= 1.2.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= GH \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ diff --git a/sysutils/beadm/files/patch-beadm.1 b/sysutils/beadm/files/patch-beadm.1 new file mode 100644 index 000000000000..4b5c34f0d2eb --- /dev/null +++ b/sysutils/beadm/files/patch-beadm.1 @@ -0,0 +1,24 @@ +commit 25a066def7cddd0f9178d07531b1f18703308db0 +Author: Alan Somers <asomers@gmail.com> +Date: Wed Sep 6 09:17:00 2017 -0600 + + Fix indentation in man page + +diff --git beadm.1 beadm.1 +index a5ac900..ff97c93 100644 +--- beadm.1 ++++ beadm.1 +@@ -87,9 +87,11 @@ If the -e param is specified, the new environment will be cloned from the given + Creates a snapshot of the existing boot environment named + .Ar beName . + .Pp +-.It +-.Ic destroy Op Fl F ++.It Xo ++.Ic destroy ++.Op Fl F + .Ao Ar beName | beName@snapshot Ac ++.Xc + .Pp + Destroys the given + .Ar beName |