diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-04-08 22:00:16 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-04-08 22:00:16 +0200 |
commit | c53d521508bb82ff23024eab5835fce70e18add4 (patch) | |
tree | b03a20f04d7e8a677c65a7bfedb03754e72f6711 | |
parent | 225a80cf6175d57123e9c4611b900a4978097ead (diff) |
listen(8): fix html rendering
-rw-r--r-- | sys/man/8/listen | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/man/8/listen b/sys/man/8/listen index 668a19f2b..ea4827c22 100644 --- a/sys/man/8/listen +++ b/sys/man/8/listen @@ -136,6 +136,7 @@ server for old command for compatibility with old clients. .TP .B tcp17019 +server for .IR rcpu (1), replaces .IR rx , @@ -158,6 +159,7 @@ service. FTP daemon .TP .B tcp22 +server for .IR ssh (1) `secure shell' encrypted terminal connection or file transfer. .TP |