Date: Wed, 05 Jan 2005 01:55:15 +0900 From: FUJISHIMA Satsuki <sf@FreeBSD.org> To: Paul Richards <paul@FreeBSD.org> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pkg_install/lib lib.h Message-ID: <86oeg5uob0.wl%sf@FreeBSD.org> In-Reply-To: <200501041618.j04GItis029406@repoman.freebsd.org> References: <200501041618.j04GItis029406@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Please fix manpage too. Index: version/pkg_version.1 =================================================================== RCS file: /home/ncvs/src/usr.sbin/pkg_install/version/pkg_version.1,v retrieving revision 1.28 diff -u -r1.28 pkg_version.1 --- version/pkg_version.1 18 Oct 2004 05:34:54 -0000 1.28 +++ version/pkg_version.1 19 Dec 2004 15:10:47 -0000 @@ -70,7 +70,7 @@ .Nm will search for the package in the ports collection index file (typically -.Pa /usr/ports/INDEX-5 ) . +.Pa /usr/ports/INDEX-6 ) . Any matching version number(s) there will be used to determine whether the installed package is up-to-date or requires updating. .Pp @@ -192,7 +192,7 @@ If no .Ar index file is specified on the command line, -.Pa /usr/ports/INDEX-5 +.Pa /usr/ports/INDEX-6 is used. .El .Sh COMPATIBILITY @@ -207,8 +207,8 @@ .Xr pkg_info 1 , .Xr portupdate 8 .Sh FILES -.Bl -tag -width /usr/ports/INDEX-5 -compact -.It Pa /usr/ports/INDEX-5 +.Bl -tag -width /usr/ports/INDEX-6 -compact +.It Pa /usr/ports/INDEX-6 Default index file. .El .Sh EXAMPLES @@ -222,7 +222,7 @@ The command below generates a report against the version numbers in the on-line ports collection: .Pp -.Dl % pkg_version http://www.FreeBSD.org/ports/INDEX-5 +.Dl % pkg_version http://www.FreeBSD.org/ports/INDEX-6 .Pp The following command compares two package version strings: .Pp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86oeg5uob0.wl%sf>