summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2011-11-21 12:06:13 +0000
committerMarc Espie <espie@cvs.openbsd.org>2011-11-21 12:06:13 +0000
commit374d03835493475c2c1cc9dd6bd1669520ff6280 (patch)
tree570344c02b068583b94337156026c9c530911fa1 /usr.sbin/pkg_add
parent12c854b5241c8dbdcb809c4f57dde1bb7a73d144 (diff)
point to pkgpath(7)
Diffstat (limited to 'usr.sbin/pkg_add')
-rw-r--r--usr.sbin/pkg_add/pkg_create.15
-rw-r--r--usr.sbin/pkg_add/pkg_info.17
2 files changed, 7 insertions, 5 deletions
diff --git a/usr.sbin/pkg_add/pkg_create.1 b/usr.sbin/pkg_add/pkg_create.1
index 0b1a9c8d462..e06838a9f7e 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.78 2011/09/29 17:57:09 jmc Exp $
+.\" $OpenBSD: pkg_create.1,v 1.79 2011/11/21 12:06:12 espie 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: September 29 2011 $
+.Dd $Mdocdate: November 21 2011 $
.Dt PKG_CREATE 1
.Os
.Sh NAME
@@ -948,6 +948,7 @@ option is specified.
.Xr package 5 ,
.Xr pkg.conf 5 ,
.Xr packages-specs 7 ,
+.Xr pkgpath 7 ,
.Xr ports 7
.Sh HISTORY
The
diff --git a/usr.sbin/pkg_add/pkg_info.1 b/usr.sbin/pkg_add/pkg_info.1
index 9aebad68aa5..b496df04832 100644
--- a/usr.sbin/pkg_add/pkg_info.1
+++ b/usr.sbin/pkg_add/pkg_info.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pkg_info.1,v 1.43 2011/07/24 10:46:10 espie Exp $
+.\" $OpenBSD: pkg_info.1,v 1.44 2011/11/21 12:06:12 espie 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: July 24 2011 $
+.Dd $Mdocdate: November 21 2011 $
.Dt PKG_INFO 1
.Os
.Sh NAME
@@ -212,7 +212,8 @@ in
.Xr bsd.port.mk 5 ,
.Xr package 5 ,
.Xr pkg.conf 5 ,
-.Xr packages-specs 7
+.Xr packages-specs 7 ,
+.Xr pkgpath 7
.Sh AUTHORS
.Bl -tag -width indent -compact
.It "Jordan Hubbard"