From f133dd0de16ff4610e74e4a7ba98ee15811987a0 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sat, 11 Mar 2017 17:34:41 +0000 Subject: Make spacing after -D consistent. Manual pages should only use .Fl X Ns Ar in the unusual case that no space is allowed between the option letter and the option argument. See POSIX for details: http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap12.html OK espie@ --- usr.sbin/pkg_add/pkg_add.1 | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'usr.sbin/pkg_add') diff --git a/usr.sbin/pkg_add/pkg_add.1 b/usr.sbin/pkg_add/pkg_add.1 index 3f4f25d8e70..6473e2df8f7 100644 --- a/usr.sbin/pkg_add/pkg_add.1 +++ b/usr.sbin/pkg_add/pkg_add.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_add.1,v 1.143 2017/03/11 11:42:10 espie Exp $ +.\" $OpenBSD: pkg_add.1,v 1.144 2017/03/11 17:34:40 schwarze Exp $ .\" .\" Documentation and design originally from FreeBSD. All the code has .\" been rewritten since. We keep the documentation's notice: @@ -27,7 +27,7 @@ .Op Fl acIimnqrsUuVvxz .Op Fl A Ar arch .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 Fl L Ar localbase .Op Fl l Ar file .Op Fl P Ar type @@ -117,7 +117,7 @@ enforces signed packages, except if they come from a trusted source .Ev TRUSTED_PKG_PATH .Pc or if -.Fl D Ns Ar unsigned +.Fl D Ar unsigned is specified. .Pp In normal mode, @@ -242,7 +242,7 @@ are slightly more magical. One can force them to expand to .Sq snapshots on a release kernel by using -.Fl D Ns Ar snap . +.Fl D Ar snap . Otherwise, on a .Sq -stable system, they will expand @@ -301,9 +301,7 @@ While replacing packages, delete extra configuration file in the old package, 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 installation of the package. .Ar name is a keyword that states what failsafe -- cgit v1.2.3