diff options
author | agc <agc> | 2004-11-10 17:50:10 +0000 |
---|---|---|
committer | agc <agc> | 2004-11-10 17:50:10 +0000 |
commit | 6db08d3cab4a5a910a3f2c50b71f1c8242a355da (patch) | |
tree | 46378b0ff3eac9eb281b22101d262c58fc20e432 /pkgtools | |
parent | 7bdb5fa3a3c1d5e4c9baaa6170e1d0a500bff3e3 (diff) | |
download | pkgsrc-6db08d3cab4a5a910a3f2c50b71f1c8242a355da.tar.gz |
Bring over manual page patches from src/
Document the "pre" magic string, and bump date for this change.
Re-generate the preformatted manual page having done this.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install/files/info/pkg_info.1 | 5 | ||||
-rw-r--r-- | pkgtools/pkg_install/files/info/pkg_info.cat1 | 19 |
2 files changed, 13 insertions, 11 deletions
diff --git a/pkgtools/pkg_install/files/info/pkg_info.1 b/pkgtools/pkg_install/files/info/pkg_info.1 index 11ff0d0cd21..73963af6700 100644 --- a/pkgtools/pkg_install/files/info/pkg_info.1 +++ b/pkgtools/pkg_install/files/info/pkg_info.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: pkg_info.1,v 1.13 2004/08/23 19:52:59 snj Exp $ +.\" $NetBSD: pkg_info.1,v 1.14 2004/11/10 17:50:10 agc Exp $ .\" .\" FreeBSD install - a package for the installation and maintenance .\" of non-core utilities. @@ -17,7 +17,7 @@ .\" .\" @(#)pkg_info.1 .\" -.Dd August 23, 2004 +.Dd November 10, 2004 .Dt PKG_INFO 1 .Os .Sh NAME @@ -219,6 +219,7 @@ and sorts before a release candidate. The magic string ``rc'' equates to .Pa release candidate and sorts before a release. +The magic string ``pre'', short for ``pre-release'', is a synonym for ``rc''. For example, .Pa name-1.3rc3 will sort before diff --git a/pkgtools/pkg_install/files/info/pkg_info.cat1 b/pkgtools/pkg_install/files/info/pkg_info.cat1 index 9e321a14794..fa7d102a755 100644 --- a/pkgtools/pkg_install/files/info/pkg_info.cat1 +++ b/pkgtools/pkg_install/files/info/pkg_info.cat1 @@ -1,7 +1,7 @@ PKG_INFO(1) NetBSD General Commands Manual PKG_INFO(1) NNAAMMEE - ppkkgg__iinnffoo - a utility for displaying information on software packages + ppkkgg__iinnffoo -- a utility for displaying information on software packages SSYYNNOOPPSSIISS ppkkgg__iinnffoo [--..BBbbccDDddFFffhhIIiikkLLmmNNnnppqqRRrrSSssVVvv] [--ee _p_a_c_k_a_g_e] [--KK _p_k_g___d_b_d_i_r] @@ -135,13 +135,14 @@ PPAACCKKAAGGEE WWIILLDDCCAARRDDSS ``alpha'' equates to _a_l_p_h_a _v_e_r_s_i_o_n and sorts before a beta version. The magic string ``beta'' equates to _b_e_t_a _v_e_r_s_i_o_n and sorts before a release candidate. The magic string ``rc'' equates to _r_e_l_e_a_s_e _c_a_n_d_i_d_a_t_e and - sorts before a release. For example, _n_a_m_e_-_1_._3_r_c_3 will sort before - _n_a_m_e_-_1_._3 and after _n_a_m_e_-_1_._2_._9. Similarly _n_a_m_e_-_1_._3_a_l_p_h_a_2 will sort before - _n_a_m_e_-_1_._3_b_e_t_a_1 and they both sort before _n_a_m_e_-_1_._3_r_c_1. In addition, alpha- - betic characters sort in the same place as their numeric counterparts, so - that _n_a_m_e_-_1_._2_e has the same sorting value as _n_a_m_e_-_1_._2_._5 The magic string - ``pl'' equates to a _p_a_t_c_h _l_e_v_e_l and has the same value as a dot in the - dewey-decimal ordering schemes. + sorts before a release. The magic string ``pre'', short for ``pre- + release'', is a synonym for ``rc''. For example, _n_a_m_e_-_1_._3_r_c_3 will sort + before _n_a_m_e_-_1_._3 and after _n_a_m_e_-_1_._2_._9. Similarly _n_a_m_e_-_1_._3_a_l_p_h_a_2 will sort + before _n_a_m_e_-_1_._3_b_e_t_a_1 and they both sort before _n_a_m_e_-_1_._3_r_c_1. In addition, + alphabetic characters sort in the same place as their numeric counter- + parts, so that _n_a_m_e_-_1_._2_e has the same sorting value as _n_a_m_e_-_1_._2_._5 The + magic string ``pl'' equates to a _p_a_t_c_h _l_e_v_e_l and has the same value as a + dot in the dewey-decimal ordering schemes. EENNVVIIRROONNMMEENNTT PKG_DBDIR If the --KK flag isn't given, then PKG_DBDIR is the location of @@ -180,4 +181,4 @@ AAUUTTHHOORRSS NetBSD wildcard dependency processing, pkgdb, depends displaying, pkg size display etc. -NetBSD 2.0 August 23, 2004 NetBSD 2.0 +BSD November 10, 2004 BSD |