cvs commit: src/usr.sbin/pkg_install/lib lib.h

FUJISHIMA Satsuki sf at FreeBSD.org
Tue Jan 4 08:55:24 PST 2005


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


More information about the cvs-all mailing list