Sprinkle .Xrs to packages(7).
This commit is contained in:
parent
6a3e3549fe
commit
6a49247a32
@ -1,4 +1,4 @@
|
|||||||
.\" $NetBSD: pkg_add.1,v 1.36 2002/08/15 03:26:38 wiz Exp $
|
.\" $NetBSD: pkg_add.1,v 1.37 2002/09/24 03:18:00 uebayasi Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" FreeBSD install - a package for the installation and maintainance
|
.\" FreeBSD install - a package for the installation and maintainance
|
||||||
.\" of non-core utilities.
|
.\" of non-core utilities.
|
||||||
@ -467,6 +467,7 @@ The URL can be put into an environment variable,
|
|||||||
.Xr pkg_info 1 ,
|
.Xr pkg_info 1 ,
|
||||||
.Xr mktemp 3 ,
|
.Xr mktemp 3 ,
|
||||||
.Xr sysconf 3 ,
|
.Xr sysconf 3 ,
|
||||||
|
.Xr packages 7 ,
|
||||||
.Xr mtree 8
|
.Xr mtree 8
|
||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
.Bl -tag -width indent -compact
|
.Bl -tag -width indent -compact
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\" $NetBSD: pkg_admin.1,v 1.17 2002/08/04 20:50:55 hubertf Exp $
|
.\" $NetBSD: pkg_admin.1,v 1.18 2002/09/24 03:18:00 uebayasi Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1999-2002 Hubert Feyrer. All rights reserved.
|
.\" Copyright (c) 1999-2002 Hubert Feyrer. All rights reserved.
|
||||||
.\"
|
.\"
|
||||||
@ -130,7 +130,8 @@ Where to register packages instead of
|
|||||||
.Xr pkg_add 1 ,
|
.Xr pkg_add 1 ,
|
||||||
.Xr pkg_create 1 ,
|
.Xr pkg_create 1 ,
|
||||||
.Xr pkg_delete 1 ,
|
.Xr pkg_delete 1 ,
|
||||||
.Xr pkg_info 1
|
.Xr pkg_info 1 ,
|
||||||
|
.Xr packages 7
|
||||||
.Sh HISTORY
|
.Sh HISTORY
|
||||||
The
|
The
|
||||||
.Nm
|
.Nm
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\" $NetBSD: pkg_create.1,v 1.32 2002/03/05 13:01:21 agc Exp $
|
.\" $NetBSD: pkg_create.1,v 1.33 2002/09/24 03:18:01 uebayasi Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" FreeBSD install - a package for the installation and maintainance
|
.\" FreeBSD install - a package for the installation and maintainance
|
||||||
.\" of non-core utilities.
|
.\" of non-core utilities.
|
||||||
@ -478,7 +478,8 @@ and so cannot co-exist on the same system.
|
|||||||
.Xr pkg_admin 1 ,
|
.Xr pkg_admin 1 ,
|
||||||
.Xr pkg_delete 1 ,
|
.Xr pkg_delete 1 ,
|
||||||
.Xr pkg_info 1 ,
|
.Xr pkg_info 1 ,
|
||||||
.Xr sysconf 3
|
.Xr sysconf 3 ,
|
||||||
|
.Xr packages 7
|
||||||
.Sh HISTORY
|
.Sh HISTORY
|
||||||
The
|
The
|
||||||
.Nm
|
.Nm
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\" $NetBSD: pkg_delete.1,v 1.24 2002/02/08 01:38:53 ross Exp $
|
.\" $NetBSD: pkg_delete.1,v 1.25 2002/09/24 03:18:01 uebayasi Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" FreeBSD install - a package for the installation and maintainance
|
.\" FreeBSD install - a package for the installation and maintainance
|
||||||
.\" of non-core utilities.
|
.\" of non-core utilities.
|
||||||
@ -215,6 +215,7 @@ or
|
|||||||
.Xr pkg_create 1 ,
|
.Xr pkg_create 1 ,
|
||||||
.Xr pkg_info 1 ,
|
.Xr pkg_info 1 ,
|
||||||
.Xr mktemp 3 ,
|
.Xr mktemp 3 ,
|
||||||
|
.Xr packages 7 ,
|
||||||
.Xr mtree 8
|
.Xr mtree 8
|
||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
.Bl -tag -width indent -compact
|
.Bl -tag -width indent -compact
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.\" $NetBSD: pkg_info.1,v 1.29 2002/07/19 19:04:38 yamt Exp $
|
.\" $NetBSD: pkg_info.1,v 1.30 2002/09/24 03:18:01 uebayasi Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" FreeBSD install - a package for the installation and maintainance
|
.\" FreeBSD install - a package for the installation and maintainance
|
||||||
.\" of non-core utilities.
|
.\" of non-core utilities.
|
||||||
@ -241,6 +241,7 @@ of pkg_info
|
|||||||
.Xr pkg_create 1 ,
|
.Xr pkg_create 1 ,
|
||||||
.Xr pkg_delete 1 ,
|
.Xr pkg_delete 1 ,
|
||||||
.Xr mktemp 3 ,
|
.Xr mktemp 3 ,
|
||||||
|
.Xr packages 7 ,
|
||||||
.Xr mtree 8
|
.Xr mtree 8
|
||||||
.Sh AUTHORS
|
.Sh AUTHORS
|
||||||
.Bl -tag -width indent -compact
|
.Bl -tag -width indent -compact
|
||||||
|
Loading…
Reference in New Issue
Block a user