Browse Source

apropos: add -a example (#3018)

RH-sdavey 5 years ago
parent
commit
c0813b29fe
1 changed files with 4 additions and 0 deletions
  1. 4 0
      pages/common/apropos.md

+ 4 - 0
pages/common/apropos.md

@@ -9,3 +9,7 @@
 - Search without restricting output to terminal width:
 
 `apropos -l {{regular_expression}}`
+
+- Search for pages that only contain all of the expressions given (AND search):
+
+`apropos {{regular_expression_1}} -a {{regular_expression_2}} -a {{regular_expression_3}`