diff options
author | Daniel Burrows <Daniel_Burrows@alumni.brown.edu> | 2007-04-22 19:06:03 +0000 |
---|---|---|
committer | Daniel Burrows <Daniel_Burrows@alumni.brown.edu> | 2007-04-22 19:06:03 +0000 |
commit | fd3fd719d5f327c3bb11d0d851280ca3bdd6e38b (patch) | |
tree | fe03c12dc470e8ea34cd1b793def963a9a779c4b /doc/en/manpage.xml | |
parent | ce2dd19b4a3fb2087c6694f15dd94702d640cd0a (diff) | |
download | aptitude-fd3fd719d5f327c3bb11d0d851280ca3bdd6e38b.tar.gz |
[aptitude @ Make it clearer that the command-line search implicitly 'or's its arguments, rather than 'and'-ing them.]
Diffstat (limited to 'doc/en/manpage.xml')
-rw-r--r-- | doc/en/manpage.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/manpage.xml b/doc/en/manpage.xml index e4605bde..14a9f35e 100644 --- a/doc/en/manpage.xml +++ b/doc/en/manpage.xml @@ -466,7 +466,7 @@ supplied on the command line. All packages which match any of the given patterns will be displayed; for instance, <quote><literal>aptitude search - '~N'</literal></quote> will list all <quote>new</quote> packages. For more information on + '~N' edit</literal></quote> will list all <quote>new</quote> packages and all packages whose name contains <quote>edit</quote>. For more information on search patterns, see the section <quote><link linkend='secSearchPatterns'>Search Patterns</link></quote> in the &aptitude; reference |