pkgsrc-Changes-HG archive

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

[pkgsrc/pkg_install-renovation]: pkgsrc/pkgtools/pkg_install/files/add Fix ma...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/66f0b0f608bc
branches:  pkg_install-renovation
changeset: 541606:66f0b0f608bc
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Oct 10 15:26:37 2008 +0000

description:
Fix man page to not document -p twice, when -P is meant.

diffstat:

 pkgtools/pkg_install/files/add/pkg_add.1    |  6 +++---
 pkgtools/pkg_install/files/add/pkg_add.cat1 |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r ed0c7e1d6eb9 -r 66f0b0f608bc pkgtools/pkg_install/files/add/pkg_add.1
--- a/pkgtools/pkg_install/files/add/pkg_add.1  Thu Oct 02 20:51:41 2008 +0000
+++ b/pkgtools/pkg_install/files/add/pkg_add.1  Fri Oct 10 15:26:37 2008 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pkg_add.1,v 1.28.6.8 2008/07/30 15:38:37 joerg Exp $
+.\" $NetBSD: pkg_add.1,v 1.28.6.9 2008/10/10 15:26:37 joerg Exp $
 .\"
 .\" FreeBSD install - a package for the installation and maintenance
 .\" of non-core utilities.
@@ -17,7 +17,7 @@
 .\"
 .\"     @(#)pkg_add.1
 .\"
-.Dd July 30, 2008
+.Dd October 10, 2008
 .Dt PKG_ADD 1
 .Os
 .Sh NAME
@@ -142,7 +142,7 @@
 .It Fl n
 Don't actually install a package, just report the steps that
 would be taken if it was.
-.It Fl p Ar destdir
+.It Fl P Ar destdir
 Prefix all file and directory names with
 .Ar destdir .
 For packages without install scripts this has the same behavior as
diff -r ed0c7e1d6eb9 -r 66f0b0f608bc pkgtools/pkg_install/files/add/pkg_add.cat1
--- a/pkgtools/pkg_install/files/add/pkg_add.cat1       Thu Oct 02 20:51:41 2008 +0000
+++ b/pkgtools/pkg_install/files/add/pkg_add.cat1       Fri Oct 10 15:26:37 2008 +0000
@@ -77,7 +77,7 @@
      --nn      Don't actually install a package, just report the steps that
              would be taken if it was.
 
-     --pp _d_e_s_t_d_i_r
+     --PP _d_e_s_t_d_i_r
              Prefix all file and directory names with _d_e_s_t_d_i_r.  For packages
              without install scripts this has the same behavior as using
              chroot.
@@ -316,4 +316,4 @@
 
      Sure to be others.
 
-NetBSD 4.0                       July 30, 2008                      NetBSD 4.0
+NetBSD 4.0                     October 10, 2008                     NetBSD 4.0



Home | Main Index | Thread Index | Old Index