aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-10 11:08:33 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-10 11:08:33 +1200
commitd6ad13a32edc049554c0b4b84a5ef01f1f20602c (patch)
tree23fd3c0830c171105a896679cdfd5bca3c809bb2 /man
parentRevert to plain HTTP version of pdksh link (diff)
downloaddotfiles-d6ad13a32edc049554c0b4b84a5ef01f1f20602c.tar.gz
dotfiles-d6ad13a32edc049554c0b4b84a5ef01f1f20602c.zip
Correct minor inaccuracy in slsf(1) man page
Diffstat (limited to 'man')
-rw-r--r--man/man1/slsf.14
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man1/slsf.1 b/man/man1/slsf.1
index b98bd473..b34a719d 100644
--- a/man/man1/slsf.1
+++ b/man/man1/slsf.1
@@ -11,8 +11,8 @@ cat ~/.ssh_config |
.SH DESCRIPTION
.B slsf
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.
+first name given on each "Host" line, as long as it contains no wildcards. 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: