aboutsummaryrefslogtreecommitdiff
path: root/docs/curl.1
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-11-04 12:59:10 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-11-04 12:59:10 +0000
commit6a21a28048ea16db731be79445e2c7b1b05f38ee (patch)
treefbc0a90263227e61ac179340d2901574fc2505e4 /docs/curl.1
parent0adb75114bd361a872de26e77a1fed01ea02cacd (diff)
.IP instead of .TP and .B
Diffstat (limited to 'docs/curl.1')
-rw-r--r--docs/curl.112
1 files changed, 4 insertions, 8 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index d778c72bd..6246b8137 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -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