summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2010-01-10 22:44:01 +0000
committerMarc Espie <espie@cvs.openbsd.org>2010-01-10 22:44:01 +0000
commit963229bae35bb03da749011af4ff5381af4a33db (patch)
tree9bd498ab469314054ed9f707ff9d902f29fb6b3e
parent37e6be3704bca205ce132f6b272639465cd841f4 (diff)
fix some mdoc tidbits. Thanks to jmc@ for advice.
-rw-r--r--usr.sbin/pkg_add/pkg_add.110
-rw-r--r--usr.sbin/pkg_add/pkg_create.110
-rw-r--r--usr.sbin/pkg_add/pkg_delete.110
3 files changed, 17 insertions, 13 deletions
diff --git a/usr.sbin/pkg_add/pkg_add.1 b/usr.sbin/pkg_add/pkg_add.1
index cf413dfdf67..32cfd21690a 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.92 2010/01/10 21:27:59 espie Exp $
+.\" $OpenBSD: pkg_add.1,v 1.93 2010/01/10 22:44:00 espie Exp $
.\"
.\" Documentation and design originally from FreeBSD. All the code has
.\" been rewritten since. We keep the documentation's notice:
@@ -228,14 +228,14 @@ While replacing packages, delete extra configuration file in the old package,
mentioned as
.Dl @extra file
in the packing-list.
-.It Fl D Ar name Ns = Ns Ar value
+.It Xo
+.Fl D
+.Ar name Ns Op = Ns Ar value
+.Xc
Force installation of the package.
.Ar name
is a keyword that states what failsafe
should be waived.
-The
-.Op = Ns value
-part is actually unnecessary in most cases.
Recognized keywords include:
.Pp
.Bl -tag -width "updatedependsXX" -compact
diff --git a/usr.sbin/pkg_add/pkg_create.1 b/usr.sbin/pkg_add/pkg_create.1
index 558ac1dbc46..595a80f5776 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.55 2010/01/10 21:27:59 espie Exp $
+.\" $OpenBSD: pkg_create.1,v 1.56 2010/01/10 22:44:00 espie Exp $
.\"
.\" Documentation and design originally from FreeBSD. All the code has
.\" been rewritten since. We keep the documentation's notice:
@@ -100,11 +100,15 @@ to mean any architecture (e.g., arch-independent packages).
Set
.Ar pkg-destdir
as the prefix to prepend to any file to select for the package.
-.It Fl D Ar name Ns = Ns Ar value
+.It Xo
+.Fl D
+.Ar name Ns Op = Ns Ar value
+.Xc
Define
.Ar name
to
-.Ar value ,
+.Ar value
+(or just define it)
for substitution and fragment inclusion purposes.
Some specific
.Ar names
diff --git a/usr.sbin/pkg_add/pkg_delete.1 b/usr.sbin/pkg_add/pkg_delete.1
index d3bf268b195..c4f6f09fe29 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.31 2010/01/10 21:27:59 espie Exp $
+.\" $OpenBSD: pkg_delete.1,v 1.32 2010/01/10 22:44:00 espie Exp $
.\"
.\" Documentation and design originally from FreeBSD. All the code has
.\" been rewritten since. We keep the documentation's notice:
@@ -62,14 +62,14 @@ as the prefix to prepend to any object deleted.
Delete extra configuration file, mentioned as
.Dl @extra file
in the packing-list.
-.It Fl D Ar name Ns = Ns Ar value
+.It Xo
+.Fl D
+.Ar name Ns Op = Ns Ar value
+.Xc
Force removal of the package.
.Ar name
is a keyword that states what failsafe
should be waived.
-The
-.Op = Ns value
-part is actually unnecessary in most cases.
Recognized keywords include:
.Bl -tag -width "dependenciesXX"
.It Ar ambiguous