diff options
author | dd <dd@FreeBSD.org> | 2001-07-15 08:06:20 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-07-15 08:06:20 +0000 |
commit | 911ca14c8798a89d240d36ecbc63b5df5dd99f66 (patch) | |
tree | 62f210bf3aee25e49335dc77030fff6e97fbe447 /usr.bin/fetch | |
parent | a145482cf625d5f04072fd1d20b5c2062cbe8e47 (diff) | |
download | FreeBSD-src-911ca14c8798a89d240d36ecbc63b5df5dd99f66.zip FreeBSD-src-911ca14c8798a89d240d36ecbc63b5df5dd99f66.tar.gz |
Remove whitespace at EOL.
Diffstat (limited to 'usr.bin/fetch')
-rw-r--r-- | usr.bin/fetch/fetch.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/fetch/fetch.1 b/usr.bin/fetch/fetch.1 index 8603b7f..c361115 100644 --- a/usr.bin/fetch/fetch.1 +++ b/usr.bin/fetch/fetch.1 @@ -121,7 +121,7 @@ flags are mutually exclusive. .It Fl n Don't preserve the modification time of the transferred file. .It Fl o Ar file -Set the output file name to +Set the output file name to .Ar file . By default, a ``pathname'' is extracted from the specified URI, and its basename is used as the name of the output file. @@ -164,7 +164,7 @@ Set timeout value to Overrides the environment variables .Ev FTP_TIMEOUT for FTP transfers or -.Ev HTTP_TIMEOUT +.Ev HTTP_TIMEOUT for HTTP transfers if set. .It Fl U When using passive FTP, allocate the port for the data connection from @@ -190,7 +190,7 @@ only if they were all successfully retrieved. .Sh ENVIRONMENT .Bl -tag -width HTTP_TIMEOUT .It Ev FTP_TIMEOUT -maximum time, in seconds, to wait before aborting an +maximum time, in seconds, to wait before aborting an .Tn FTP connection. .It Ev HTTP_TIMEOUT @@ -205,7 +205,7 @@ library are supported. .Sh SEE ALSO .Xr fetch 3 .Sh HISTORY -The +The .Nm command appeared in .Fx 2.1.5 . |