[yum-cvs] yum/docs yum.8,1.36,1.37

Seth Vidal skvidal at linux.duke.edu
Fri Feb 24 16:41:06 UTC 2006


Update of /home/groups/yum/cvs/yum/docs
In directory login1.linux.duke.edu:/tmp/cvs-serv22450

Modified Files:
	yum.8 
Log Message:

a few doc clarifications for bugs 562 and 563


Index: yum.8
===================================================================
RCS file: /home/groups/yum/cvs/yum/docs/yum.8,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- yum.8	20 Dec 2005 19:14:54 -0000	1.36
+++ yum.8	24 Feb 2006 16:41:04 -0000	1.37
@@ -204,24 +204,24 @@
 mode\&.  Note that all \fBlist\fP commands include information on the
 version of the package\&.
 .IP 
-.IP "\fByum list [all | regexp1] [regexp2] [\&.\&.\&.]\fP"
+.IP "\fByum list [all | glob_exp1] [glob_exp2] [\&.\&.\&.]\fP"
 List all available and installed packages\&.
-.IP "\fByum list available [regexp1] [\&.\&.\&.]\fP"
+.IP "\fByum list available [glob_exp1] [\&.\&.\&.]\fP"
 List all packages in the yum repositories available to be installed\&.
 .IP 
-.IP "\fByum list updates [regexp1] [\&.\&.\&.]\fP"
+.IP "\fByum list updates [glob_exp1] [\&.\&.\&.]\fP"
 List all packages with updates available in the yum repositories\&.
 .IP 
-.IP "\fByum list installed [regexp1] [\&.\&.\&.]\fP"
+.IP "\fByum list installed [glob_exp1] [\&.\&.\&.]\fP"
 List the packages specified by \fIargs\fP\&.  If an argument does not
 match the name of an available package, it is assumed to be a
 shell\-style glob and any matches are printed\&.
 .IP
-.IP "\fByum list extras [regexp1] [\&.\&.\&.]\fP"
+.IP "\fByum list extras [glob_exp1] [\&.\&.\&.]\fP"
 List the packages installed on the system that are not available in any yum
 repository listed in the config file.
 .IP
-.IP "\fByum list obsoletes [regexp1] [\&.\&.\&.]\fP"
+.IP "\fByum list obsoletes [glob_exp1] [\&.\&.\&.]\fP"
 List the packages installed on the system that are obsoleted by packages
 in any yum repository listed in the config file.
 .IP
@@ -230,8 +230,9 @@
 .IP
 .IP "\fBSpecifying package names\fP"
 All the list options mentioned above take file-glob-syntax wildcards or package
-names as arguments, for example \fByum list available foo*\fP will list
-all available packages that match foo*.
+names as arguments, for example \fByum list available 'foo*'\fP will list
+all available packages that match 'foo*'. (The single quotes will keep your
+shell from expanding the globs.
 .IP
 .PP 
 .SH "CLEAN OPTIONS"




More information about the Yum-cvs-commits mailing list