diff options
author | rillig <rillig@pkgsrc.org> | 2008-01-04 14:24:38 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2008-01-04 14:24:38 +0000 |
commit | 5299226d71df9d0ccffb89e0e3ac2e4d3b229b4c (patch) | |
tree | 8fdad4dad76c5acc7461889243f7e595b8e525fa | |
parent | c564dfd5dbc1060baa468ceab70554f98b42234c (diff) | |
download | pkgsrc-5299226d71df9d0ccffb89e0e3ac2e4d3b229b4c.tar.gz |
If a command line argument is used, it should be mentioned by exactly
this name (pkg-name) and not some related description, to make searching
easy.
-rw-r--r-- | pkgtools/pkg_install/files/create/pkg_create.1 | 7 | ||||
-rw-r--r-- | pkgtools/pkg_install/files/create/pkg_create.cat1 | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/pkgtools/pkg_install/files/create/pkg_create.1 b/pkgtools/pkg_install/files/create/pkg_create.1 index c66fd45207b..1bb2ffbaf72 100644 --- a/pkgtools/pkg_install/files/create/pkg_create.1 +++ b/pkgtools/pkg_install/files/create/pkg_create.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: pkg_create.1,v 1.14 2007/11/14 22:57:07 wiz Exp $ +.\" $NetBSD: pkg_create.1,v 1.15 2008/01/04 14:24:38 rillig Exp $ .\" .\" FreeBSD install - a package for the installation and maintenance .\" of non-core utilities. @@ -441,8 +441,9 @@ This name is potentially different than the name of the file it came in, and is used when keeping track of the package for later deinstallation. Note that .Nm -will derive this field from the package name and add it automatically -if none is given. +will derive this field from the +.Ar pkg-name +and add it automatically if none is given. .It Cm @dirrm Ar name Declare directory .Pa name diff --git a/pkgtools/pkg_install/files/create/pkg_create.cat1 b/pkgtools/pkg_install/files/create/pkg_create.cat1 index e453e529062..0825cd1bc44 100644 --- a/pkgtools/pkg_install/files/create/pkg_create.cat1 +++ b/pkgtools/pkg_install/files/create/pkg_create.cat1 @@ -245,8 +245,8 @@ PPAACCKKIINNGG LLIISSTT DDEETTAAIILLSS put at the top. This name is potentially different than the name of the file it came in, and is used when keeping track of the package for later deinstallation. Note that ppkkgg__ccrreeaattee will - derive this field from the package name and add it automatically - if none is given. + derive this field from the _p_k_g_-_n_a_m_e and add it automatically if + none is given. @@ddiirrrrmm _n_a_m_e Declare directory _n_a_m_e to be deleted at deinstall time. By default, directories created by a package installation are not |