Skip to content
Snippets Groups Projects
Commit 6a21a280 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

.IP instead of .TP and .B

parent 0adb7511
No related branches found
No related tags found
No related merge requests found
......@@ -567,17 +567,13 @@ practice, PORT tells the server to connect to the client's specified
address and port, while PASV asks the server for an ip address and
port to connect to. <address> should be one of:
.RS
.TP 12
.B interface
.IP interface
i.e "eth0" to specify which interface's IP address you want to use (Unix only)
.TP
.B "IP address"
.IP "IP address"
i.e "192.168.10.1" to specify exact IP number
.TP
.B "host name"
.IP "host name"
i.e "my.host.domain" to specify machine
.TP
.B "-"
.IP "-"
(any single-letter string) to make it pick the machine's default
.RE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment