doc: fix missing backtick in 2e16037

pull/5010/head
Sam Roberts 2013-10-25 13:16:50 -07:00 committed by Ben Noordhuis
parent 21265e20d3
commit a60f67192f
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ on more than one address.
The `addressType` is one of:
* `4' (TCPv4)
* `4` (TCPv4)
* `6` (TCPv6)
* `-1` (unix domain socket)
* `"udp4"` or `"udp6"` (UDP v4 or v6)