aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-05-02 14:43:25 +1200
committerTom Ryder <tom@sanctum.geek.nz>2014-05-02 14:43:25 +1200
commit23b0a4cb80472439c94c9ae6f5baf8949559badf (patch)
treea38a2cf12daa81aaabbad1e24d05aa9d4e6646e6
parentHighlight known issues (diff)
downloaddotfiles-23b0a4cb80472439c94c9ae6f5baf8949559badf.tar.gz
dotfiles-23b0a4cb80472439c94c9ae6f5baf8949559badf.zip
Use proper dashes
-rw-r--r--README.markdown8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.markdown b/README.markdown
index ce3680b2..a35a25e0 100644
--- a/README.markdown
+++ b/README.markdown
@@ -266,11 +266,11 @@ Scripts
Three SSH-related scripts and their manuals are included:
-* `scatter(1)` -- Run command on multiple hosts read from `shoal(1)` and
- print output
-* `shock(1)` -- Run command on multiple hosts read from `shoal(1)` and print
+* `scatter(1)` — Run command on multiple hosts read from `shoal(1)` and print
+ output
+* `shock(1)` — Run command on multiple hosts read from `shoal(1)` and print
the hostname if the command returns zero
-* `shoal(1)` -- Print hostnames read from a `ssh_config(5)` file
+* `shoal(1)` — Print hostnames read from a `ssh_config(5)` file
If you want to use the manuals, you may need to add `~/.local/share/man` to
your `/etc/manpath` configuration, depending on your system.