From c0813b29fe664d6b6d9875c336c75cb80c5d3619 Mon Sep 17 00:00:00 2001 From: RH-sdavey <32485509+RH-sdavey@users.noreply.github.com> Date: Mon, 13 May 2019 17:17:02 +0200 Subject: [PATCH] apropos: add -a example (#3018) --- pages/common/apropos.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/apropos.md b/pages/common/apropos.md index 7b9ca837f..1ca20abe6 100644 --- a/pages/common/apropos.md +++ b/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}`