aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--man/man1/slsf.110
1 files changed, 10 insertions, 0 deletions
diff --git a/man/man1/slsf.1 b/man/man1/slsf.1
index d19e7c96..b98bd473 100644
--- a/man/man1/slsf.1
+++ b/man/man1/slsf.1
@@ -13,6 +13,16 @@ cat ~/.ssh_config |
iterates through the ssh_config(5) files given as its input and prints the
first non-wildcard hostname on each "Host" line. Most users will probably want
the sls(1) frontend.
+.P
+Within the file, a comment "### nosls" on its own line will exclude all
+following output unless an "### sls" comment is read to resume it again:
+.P
+ Host wanted1
+ Host wanted2
+ ### nosls
+ Host excluded
+ ### sls
+ Host wanted3
.SH SEE ALSO
sls(1), sra(1), sta(1), ssh(1), ssh_config(5)
.SH AUTHOR