diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-03-19 09:32:37 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-03-19 09:32:37 +0000 |
commit | fe22ff7ac7c655cefa6f37819fb5781b543ecee3 (patch) | |
tree | 0c08ab05acef5b50f73a20f98fa2d7defe5f2bb3 /usr.sbin | |
parent | 1bc8782cb8c0263a446e2afd8533c8ff8157665c (diff) |
Xr pkg.conf.5; from Patrick Lamaiziere
ok espie
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/pkg_add/pkg_add.1 | 7 | ||||
-rw-r--r-- | usr.sbin/pkg_add/pkg_create.1 | 5 | ||||
-rw-r--r-- | usr.sbin/pkg_add/pkg_delete.1 | 5 | ||||
-rw-r--r-- | usr.sbin/pkg_add/pkg_info.1 | 5 |
4 files changed, 13 insertions, 9 deletions
diff --git a/usr.sbin/pkg_add/pkg_add.1 b/usr.sbin/pkg_add/pkg_add.1 index 9b2c9c21200..0274005ee7f 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.104 2011/02/07 00:02:50 schwarze Exp $ +.\" $OpenBSD: pkg_add.1,v 1.105 2011/03/19 09:32:36 jmc 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: February 7 2011 $ +.Dd $Mdocdate: March 19 2011 $ .Dt PKG_ADD 1 .Os .Sh NAME @@ -720,7 +720,8 @@ Temporary area where package information files will be extracted, instead of .Xr pkg_info 1 , .Xr OpenBSD::Intro 3p , .Xr bsd.port.mk 5 , -.Xr package 5 +.Xr package 5 , +.Xr pkg.conf 5 .Sh AUTHORS .Bl -tag -width indent -compact .It "Jordan Hubbard" diff --git a/usr.sbin/pkg_add/pkg_create.1 b/usr.sbin/pkg_add/pkg_create.1 index 67ca99e9c28..2f26d1b71ca 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.72 2011/02/07 00:02:50 schwarze Exp $ +.\" $OpenBSD: pkg_create.1,v 1.73 2011/03/19 09:32:36 jmc 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: February 7 2011 $ +.Dd $Mdocdate: March 19 2011 $ .Dt PKG_CREATE 1 .Os .Sh NAME @@ -918,6 +918,7 @@ option is specified. .Xr tar 1 , .Xr bsd.port.mk 5 , .Xr package 5 , +.Xr pkg.conf 5 , .Xr packages-specs 7 , .Xr ports 7 .Sh HISTORY diff --git a/usr.sbin/pkg_add/pkg_delete.1 b/usr.sbin/pkg_add/pkg_delete.1 index ae4f07ce378..38a0641722d 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.35 2010/06/05 07:11:43 espie Exp $ +.\" $OpenBSD: pkg_delete.1,v 1.36 2011/03/19 09:32:36 jmc 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: June 5 2010 $ +.Dd $Mdocdate: March 19 2011 $ .Dt PKG_DELETE 1 .Os .Sh NAME @@ -189,6 +189,7 @@ script invoked from the package. .Xr pkg_add 1 , .Xr pkg_create 1 , .Xr pkg_info 1 , +.Xr pkg.conf 5 , .Xr packages-specs 7 .Sh AUTHORS .Bl -tag -width indent -compact diff --git a/usr.sbin/pkg_add/pkg_info.1 b/usr.sbin/pkg_add/pkg_info.1 index eb48307b64e..7608d26077e 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.41 2011/01/04 16:43:06 jmc Exp $ +.\" $OpenBSD: pkg_info.1,v 1.42 2011/03/19 09:32:36 jmc 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 4 2011 $ +.Dd $Mdocdate: March 19 2011 $ .Dt PKG_INFO 1 .Os .Sh NAME @@ -207,6 +207,7 @@ in .Xr pkg_delete 1 , .Xr bsd.port.mk 5 , .Xr package 5 , +.Xr pkg.conf 5 , .Xr packages-specs 7 .Sh AUTHORS .Bl -tag -width indent -compact |