aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-09 17:15:03 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-09 17:15:03 +1200
commit76039733d65456a7f3d2923b1d03e033932db8bd (patch)
tree6a9d21451efb2d98ca2803d8748a4c726ec62fd7 /man
parentChange jfcd(1) to POSIX sh (diff)
downloaddotfiles-76039733d65456a7f3d2923b1d03e033932db8bd.tar.gz
dotfiles-76039733d65456a7f3d2923b1d03e033932db8bd.zip
Mention nosls/sls flags in slsf(1) man page
Diffstat (limited to 'man')
-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