diff options
author | 2017-03-11 18:24:55 +0000 | |
---|---|---|
committer | 2017-03-11 18:24:55 +0000 | |
commit | e307f1a1b7db305a125a8ab10ca203aa392b441c (patch) | |
tree | 0749a237e3e94636eee890fa89d74985ba2362d3 | |
parent | Make spacing after -D consistent. (diff) | |
download | wireguard-openbsd-e307f1a1b7db305a125a8ab10ca203aa392b441c.tar.xz wireguard-openbsd-e307f1a1b7db305a125a8ab10ca203aa392b441c.zip |
more consistency on .Fl ... Ns Ar lines, requested by jmc@
-rw-r--r-- | usr.sbin/pkg_add/pkg_create.1 | 6 | ||||
-rw-r--r-- | usr.sbin/pkg_add/pkg_delete.1 | 10 |
2 files changed, 7 insertions, 9 deletions
diff --git a/usr.sbin/pkg_add/pkg_create.1 b/usr.sbin/pkg_add/pkg_create.1 index 3f9bbd7ebaf..defb1b33eab 100644 --- a/usr.sbin/pkg_add/pkg_create.1 +++ b/usr.sbin/pkg_add/pkg_create.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_create.1,v 1.105 2017/03/03 14:13:58 espie Exp $ +.\" $OpenBSD: pkg_create.1,v 1.106 2017/03/11 18:24:55 schwarze Exp $ .\" .\" Documentation and design originally from FreeBSD. All the code has .\" been rewritten since. We keep the documentation's notice: @@ -21,7 +21,7 @@ .\" [jkh] Took John's changes back and made some additional extensions for .\" better integration with FreeBSD's new ports collection. .\" -.Dd $Mdocdate: March 3 2017 $ +.Dd $Mdocdate: March 11 2017 $ .Dt PKG_CREATE 1 .Os .Sh NAME @@ -150,7 +150,7 @@ If defined, appended to the description. Set to 1 to have groff format manpages behind the scenes during package creation. .El -.It Fl d No [-] Ns Ar desc +.It Fl d Oo Fl Oc Ns Ar desc Fetch long description for package from file .Ar desc or, if preceded by diff --git a/usr.sbin/pkg_add/pkg_delete.1 b/usr.sbin/pkg_add/pkg_delete.1 index 5b5b999c112..14d7661b2e4 100644 --- a/usr.sbin/pkg_add/pkg_delete.1 +++ b/usr.sbin/pkg_add/pkg_delete.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_delete.1,v 1.55 2017/03/11 11:42:10 espie Exp $ +.\" $OpenBSD: pkg_delete.1,v 1.56 2017/03/11 18:24:55 schwarze Exp $ .\" .\" Documentation and design originally from FreeBSD. All the code has .\" been rewritten since. We keep the documentation's notice: @@ -25,7 +25,7 @@ .Nm pkg_delete .Op Fl acIimnqsVvXx .Op Fl B Ar pkg-destdir -.Op Fl D Ns Ar name Ns Op = Ns Ar value +.Op Fl D Ar name Ns Op = Ns Ar value .Op Ar pkg-name ... .Sh DESCRIPTION The @@ -83,7 +83,7 @@ options .Fl I/i . .Pp The options are as follows: -.Bl -tag -width BB-pkg-destdir +.Bl -tag -width Ds .It Fl a Delete unused dependencies (packages that are not needed by anything tagged as installed manually). @@ -100,9 +100,7 @@ as the prefix to prepend to any object deleted. Delete extra configuration file, mentioned as .Dl @extra file in the packing-list. -.It Xo -.Fl D Ns Ar name Ns Op = Ns Ar value -.Xc +.It Fl D Ar name Ns Op = Ns Ar value Force removal of the package. .Ar name is a keyword that states what failsafe |