Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/pkg_install Minor macro usage improvements.



details:   https://anonhg.NetBSD.org/src/rev/8693987b1a72
branches:  trunk
changeset: 573659:8693987b1a72
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Feb 04 14:58:59 2005 +0000

description:
Minor macro usage improvements.

diffstat:

 usr.sbin/pkg_install/add/pkg_add.1       |  6 +++---
 usr.sbin/pkg_install/delete/pkg_delete.1 |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r be6ce6f124c0 -r 8693987b1a72 usr.sbin/pkg_install/add/pkg_add.1
--- a/usr.sbin/pkg_install/add/pkg_add.1        Fri Feb 04 12:15:22 2005 +0000
+++ b/usr.sbin/pkg_install/add/pkg_add.1        Fri Feb 04 14:58:59 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pkg_add.1,v 1.55 2005/02/04 09:03:03 jlam Exp $
+.\" $NetBSD: pkg_add.1,v 1.56 2005/02/04 14:58:59 wiz Exp $
 .\"
 .\" FreeBSD install - a package for the installation and maintenance
 .\" of non-core utilities.
@@ -517,7 +517,7 @@
 The scripts are also called with the
 .Ev PKG_METADATA_DIR
 environment variable set to the location of the
-.Ar +*
+.Pa +*
 meta-data files, and with the
 .Ev PKG_REFCOUNT_DBDIR
 environment variable set to the location of the package reference counts
@@ -554,7 +554,7 @@
 .It Ev PKG_REFCOUNT_DBDIR
 Location of the package reference counts database directory.
 The default location is the path to the package database directory with
-.Do .refcount Dc
+.Dq .refcount
 appended to the path, e.g.
 .Pa /var/db/pkg.refcount .
 .It Ev PKG_TMPDIR
diff -r be6ce6f124c0 -r 8693987b1a72 usr.sbin/pkg_install/delete/pkg_delete.1
--- a/usr.sbin/pkg_install/delete/pkg_delete.1  Fri Feb 04 12:15:22 2005 +0000
+++ b/usr.sbin/pkg_install/delete/pkg_delete.1  Fri Feb 04 14:58:59 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pkg_delete.1,v 1.36 2005/02/04 09:03:03 jlam Exp $
+.\" $NetBSD: pkg_delete.1,v 1.37 2005/02/04 15:00:23 wiz Exp $
 .\"
 .\" FreeBSD install - a package for the installation and maintenance
 .\" of non-core utilities.
@@ -266,7 +266,7 @@
 The scripts are also called with the
 .Ev PKG_METADATA_DIR
 environment variable set to the location of the
-.Ar +*
+.Pa +*
 meta-data files, and with the
 .Ev PKG_REFCOUNT_DBDIR
 environment variable set to the location of the package reference counts
@@ -284,7 +284,7 @@
 .It Ev PKG_REFCOUNT_DBDIR
 Location of the package reference counts database directory.
 The default location is the path to the package database directory with
-.Do .refcount Dc
+.Dq .refcount
 appended to the path, e.g.
 .Pa /var/db/pkg.refcount .
 .El



Home | Main Index | Thread Index | Old Index