diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2013-07-08 12:51:56 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2013-07-08 12:51:56 +1200 |
commit | 11fba7da754d637661af3750df9e74c873eb5207 (patch) | |
tree | 051fe6738612e0096779b6d3d36994b421390e66 | |
parent | Forgot my license, also added some links (diff) | |
download | psshd-11fba7da754d637661af3750df9e74c873eb5207.tar.gz psshd-11fba7da754d637661af3750df9e74c873eb5207.zip |
Fix up previous commit's README errors
-rw-r--r-- | README.markdown | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/README.markdown b/README.markdown index ecfe91c..e215e7c 100644 --- a/README.markdown +++ b/README.markdown @@ -1,8 +1,8 @@ psshd ===== -Persistent, daemonized autossh tunnels. Requires [start-stop-daemon(8)][sdm] -and [autossh(1)][asm] commands. Designed to be called for login shells, in +Persistent, daemonized autossh tunnels. Requires [`start-stop-daemon(8)`][sdm] +and [`autossh(1)`][asm] commands. Designed to be called for login shells, in ~/.profile or ~/.bash\_profile. $ psshd -p 9010 -- -fN -D 8001 myvps @@ -10,9 +10,11 @@ and [autossh(1)][asm] commands. Designed to be called for login shells, in License ------- -Copyright (c) [Tom Ryder][2]. Distributed under an [MIT License][3]. Buy me a -beer sometime. +Copyright (c) [Tom Ryder][atr]. Distributed under an [MIT License][mit]. Buy me +a beer sometime. [sdm]: http://man.he.net/man8/start-stop-daemon -[adm]: http://linux.die.net/man/1/autossh +[asm]: http://linux.die.net/man/1/autossh +[atr]: http://www.sanctum.geek.nz/about/tom-ryder +[mit]: http://www.opensource.org/licenses/MIT |