mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 17:32:43 +00:00
The user name for anonymous ftp is now "anonymous".
Remove the period after the last man page reference. Add a reference to RFC1635, and sort the RFC references by number.
This commit is contained in:
parent
bf4dd407e3
commit
c86c6f748b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=70797
@ -332,8 +332,8 @@ will use a direct connection even if a proxy server is defined.
|
||||
.Pp
|
||||
If no user name or password is given, the
|
||||
.Nm fetch
|
||||
library will attempt an anonymous login, with user name "ftp" and
|
||||
password "ftp".
|
||||
library will attempt an anonymous login, with user name "anonymous"
|
||||
and password "anonymous@<hostname>".
|
||||
.Sh HTTP SCHEME
|
||||
The
|
||||
.Fn fetchXGetHTTP ,
|
||||
@ -483,7 +483,21 @@ URL.
|
||||
.Sh SEE ALSO
|
||||
.Xr fetch 1 ,
|
||||
.Xr ftpio 3 ,
|
||||
.Xr ip 4 .
|
||||
.Xr ip 4
|
||||
.Rs
|
||||
.%A J. Postel
|
||||
.%A J. K. Reynolds
|
||||
.%D October 1985
|
||||
.%B File Transfer Protocol
|
||||
.%O RFC959
|
||||
.Re
|
||||
.Rs
|
||||
.%A P. Deutsch
|
||||
.%A A. Emtage
|
||||
.%A A. Marine.
|
||||
.%D May 1994
|
||||
.%T How to Use Anonymous FTP
|
||||
.%O RFC1635
|
||||
.Rs
|
||||
.%A T. Berners-Lee
|
||||
.%A L. Masinter
|
||||
@ -502,13 +516,6 @@ URL.
|
||||
.%B Hypertext Transfer Protocol -- HTTP/1.1
|
||||
.%O RFC2068
|
||||
.Re
|
||||
.Rs
|
||||
.%A J. Postel
|
||||
.%A J. K. Reynolds
|
||||
.%D October 1985
|
||||
.%B File Transfer Protocol
|
||||
.%O RFC959
|
||||
.Re
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm fetch
|
||||
|
Loading…
Reference in New Issue
Block a user