summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsthen <sthen@openbsd.org>2014-01-11 13:50:56 +0000
committersthen <sthen@openbsd.org>2014-01-11 13:50:56 +0000
commita6e8e0836a7a36f818f0cc529d4e529ba86aca44 (patch)
tree6c6cf4e3d91996e2d0a099423ab33d62cdd687e0
parentsimplify code: always extract, then install, so that initial installations (diff)
downloadwireguard-openbsd-a6e8e0836a7a36f818f0cc529d4e529ba86aca44.tar.xz
wireguard-openbsd-a6e8e0836a7a36f818f0cc529d4e529ba86aca44.zip
remove extraneous D, from Markus Lude
-rw-r--r--usr.sbin/pkg_add/pkg_add.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pkg_add/pkg_add.1 b/usr.sbin/pkg_add/pkg_add.1
index fd68355e27e..d053a1f6802 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.118 2014/01/09 10:51:51 espie Exp $
+.\" $OpenBSD: pkg_add.1,v 1.119 2014/01/11 13:50:56 sthen Exp $
.\"
.\" Documentation and design originally from FreeBSD. All the code has
.\" been rewritten since. We keep the documentation's notice:
@@ -15,7 +15,7 @@
.\" Jordan K. Hubbard
.\"
.\"
-.Dd $Mdocdate: January 9 2014 $
+.Dd $Mdocdate: January 11 2014 $
.Dt PKG_ADD 1
.Os
.Sh NAME
@@ -275,7 +275,7 @@ and tie the entries together to avoid extracting files needlessly.
disables that behavior.
.It Ar downgrade
don't filter out package versions older than what's currently installed.
-.It D Ar FW_UPDATE
+.It Ar FW_UPDATE
set by
.Xr fw_update 1
to separate firmwares from normal packages.