diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-05-31 23:12:09 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-05-31 23:12:09 +0000 |
commit | 596e35ebc93e210f086d49bf2c533a1746b2b35a (patch) | |
tree | 45cee5064263b71215e6b66c26f6cbfc1c632cf2 | |
parent | 5b640f18a26e48d8bc5018252e769356ac2c2544 (diff) |
zap trailing whitespace;
-rw-r--r-- | share/man/man1/dpb.1 | 6 | ||||
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 4 | ||||
-rw-r--r-- | usr.sbin/vmctl/vmctl.8 | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/share/man/man1/dpb.1 b/share/man/man1/dpb.1 index f5ed67af800..446be7002cd 100644 --- a/share/man/man1/dpb.1 +++ b/share/man/man1/dpb.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dpb.1,v 1.14 2019/05/12 16:38:14 espie Exp $ +.\" $OpenBSD: dpb.1,v 1.15 2019/05/31 23:12:08 jmc Exp $ .\" .\" Copyright (c) 2010-2013 Marc Espie <espie@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 12 2019 $ +.Dd $Mdocdate: May 31 2019 $ .Dt DPB 1 .Os .Sh NAME @@ -1289,7 +1289,7 @@ figured that one yet) along with the more useful warning and die traces that happen when something wrong occurs. Especially useful for the warning messages that tend to be overwritten by subsequent displays. -Will also contain error messages pertaining to failure at parsing existing +Will also contain error messages pertaining to failure at parsing existing lock files. .It Pa dist/<distfile>.log Log of the diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 6ca74446e8b..15b13dbd402 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.511 2019/05/31 21:27:48 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.512 2019/05/31 23:12:08 jmc Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -954,7 +954,7 @@ Defaults to 1.4. .It Ev AUTORECONF Location of the autoreconf binary and the arguments it is invoked with. Can be set to -.Sq autogen.sh +.Sq autogen.sh if such a script is available. Defaults to autoreconf --force --install. .It Ev BASE_PKGPATH diff --git a/usr.sbin/vmctl/vmctl.8 b/usr.sbin/vmctl/vmctl.8 index d915414880b..70d8217a8e8 100644 --- a/usr.sbin/vmctl/vmctl.8 +++ b/usr.sbin/vmctl/vmctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vmctl.8,v 1.67 2019/05/29 21:32:43 reyk Exp $ +.\" $OpenBSD: vmctl.8,v 1.68 2019/05/31 23:12:08 jmc Exp $ .\" .\" Copyright (c) 2015 Mike Larkin <mlarkin@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 29 2019 $ +.Dd $Mdocdate: May 31 2019 $ .Dt VMCTL 8 .Os .Sh NAME @@ -241,7 +241,7 @@ interface names. .It Cm status Op Ar id List VMs running on the host, optionally listing just the selected VM .Ar id . -.It Cm stop Oo Fl fw Oc Oo Fl a | Ar id Oc +.It Cm stop Oo Fl fw Oc Oo Fl a | Ar id Oc Stop (terminate) a VM defined by the specified VM .Ar id or all running VMs |