summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2020-01-24 21:10:47 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2020-01-24 21:10:47 +0000
commitcd1bbbfbe5544d90fb80a0d423234cef5385897f (patch)
tree463bbbc81e856c9a8779752f22c871515b6fea51
parentb78ed6489e0bb89796f015fcd59b8c9e0cd538d4 (diff)
Add FILES sections; OK espie@ solene@.
Triggered because Claus Assmann observed on ports@ that the pkg_add(1) manual page didn't mention pkg-readmes.
-rw-r--r--usr.sbin/pkg_add/pkg_add.120
-rw-r--r--usr.sbin/pkg_add/pkg_info.113
2 files changed, 29 insertions, 4 deletions
diff --git a/usr.sbin/pkg_add/pkg_add.1 b/usr.sbin/pkg_add/pkg_add.1
index cb6bb2b6357..276dd15d747 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.162 2020/01/04 15:13:54 schwarze Exp $
+.\" $OpenBSD: pkg_add.1,v 1.163 2020/01/24 21:10:46 schwarze 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 2020 $
+.Dd $Mdocdate: January 24 2020 $
.Dt PKG_ADD 1
.Os
.Sh NAME
@@ -820,6 +820,22 @@ but it is searched before
.Ev PKG_PATH
and waives any kind of signature checking.
.El
+.Sh FILES
+.Bl -tag -width /etc/installurl
+.It Pa /etc/installurl
+default mirror server for package download
+.It Pa /etc/signify/*-pkg.pub
+public keys for package verification with
+.Xr signify 1
+.It Pa /usr/local/
+default file system to install packages in
+.It Pa /usr/local/share/doc/pkg-readmes/
+.Ox Ns -specific
+information about individual packages
+.It Pa /var/db/pkg/
+database of installed
+.Xr packages 7
+.El
.Sh SEE ALSO
.Xr ftp 1 ,
.Xr pkg_create 1 ,
diff --git a/usr.sbin/pkg_add/pkg_info.1 b/usr.sbin/pkg_add/pkg_info.1
index a03f30e373a..6e875557247 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.60 2019/07/04 15:25:16 tb Exp $
+.\" $OpenBSD: pkg_info.1,v 1.61 2020/01/24 21:10:46 schwarze 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 2019 $
+.Dd $Mdocdate: January 24 2020 $
.Dt PKG_INFO 1
.Os
.Sh NAME
@@ -269,6 +269,15 @@ but it is searched before
.Ev PKG_PATH
and waives any kind of signature checking.
.El
+.Sh FILES
+.Bl -tag -width /var/db/pkg/
+.It Pa /usr/local/share/doc/pkg-readmes/
+.Ox Ns -specific
+information about individual packages
+.It Pa /var/db/pkg/
+database of installed
+.Xr packages 7
+.El
.Sh TECHNICAL DETAILS
Package info is either extracted from package files named on the
command line, or from already installed package information