extended atom syntax: Add comment to make.conf man page
authorSebastian Luther <SebastianLuther@gmx.de>
Tue, 27 Jul 2010 11:46:09 +0000 (13:46 +0200)
committerZac Medico <zmedico@gentoo.org>
Tue, 27 Jul 2010 19:01:23 +0000 (12:01 -0700)
man/portage.5

index 6c78cbd54a756cf17259fbf6d9b39d40433606fe..c3e8d8655baf9b4ae2263ca2de6f54998dec6cda 100644 (file)
@@ -104,8 +104,13 @@ more detailed explanations.
 .RS
 .TP
 .B DEPEND atom
-A string which matches a package.  It is of the form category/package.  
-It may also contain optional logical operators and versions.
+An atom is either of the form category/package or consists of an operator
+followed by category/package followed by a hyphen and a version specification.
+An atom might be prefixed by a slot specification.
+The extended atom syntax allows atoms of the form category/package, where an
+arbitrary number of characters has been replaced by a '*'. An extended atom may contain
+more than one '*', but not two next to each other. The extend atom syntax is only
+available in user configuration files and for some command line options.
 .br
 More reading: 
 .BR ebuild (5)