whatis: add glob example (#1365)

coverage
Starbeamrainbowlabs 2017-05-04 08:38:06 +01:00 committed by Waldir Pimenta
parent 7a9c755e4e
commit e8d141b6c4
1 changed files with 5 additions and 1 deletions

View File

@ -10,6 +10,10 @@
`whatis --long {{command}}`
- Display descriptions for all commands matching a glob:
`whatis --wildcard {{net*}}`
- Search man page descriptions with a regular expression:
`whatis --regex {{regular_expression}}`
`whatis --regex '{{wish[0-9]\.[0-9]}}'`