summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/man/man5/bsd.port.mk.55
-rw-r--r--usr.sbin/pkg_add/pkg_add.15
2 files changed, 6 insertions, 4 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5
index e5040694e65..a10e655a70a 100644
--- a/share/man/man5/bsd.port.mk.5
+++ b/share/man/man5/bsd.port.mk.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bsd.port.mk.5,v 1.224 2008/10/26 19:30:18 jmc Exp $
+.\" $OpenBSD: bsd.port.mk.5,v 1.225 2008/10/29 12:35:10 espie Exp $
.\"
.\" Copyright (c) 2000-2008 Marc Espie
.\"
@@ -24,7 +24,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: October 26 2008 $
+.Dd $Mdocdate: October 29 2008 $
.Dt BSD.PORT.MK 5
.Os
.Sh NAME
@@ -2660,6 +2660,7 @@ non-flavor version if there is no flavor-specific file around.
.Xr ftp 1 ,
.Xr pkg_add 1 ,
.Xr pkg_create 1 ,
+.Xr OpenBSD::Intro 3p ,
.Xr port-modules 5 ,
.Xr library-specs 7 ,
.Xr mirroring-ports 7 ,
diff --git a/usr.sbin/pkg_add/pkg_add.1 b/usr.sbin/pkg_add/pkg_add.1
index 3bfb9c391e4..94e007256b3 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.74 2008/07/04 14:55:59 jmc Exp $
+.\" $OpenBSD: pkg_add.1,v 1.75 2008/10/29 12:35:10 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 4 2008 $
+.Dd $Mdocdate: October 29 2008 $
.Dt PKG_ADD 1
.Os
.Sh NAME
@@ -606,6 +606,7 @@ Temporary area where package information files will be extracted, instead of
.Xr pkg_create 1 ,
.Xr pkg_delete 1 ,
.Xr pkg_info 1 ,
+.Xr OpenBSD::Intro 3p ,
.Xr bsd.port.mk 5 ,
.Xr package 5
.Sh AUTHORS