comparison man/files.texi @ 36155:3594ca3f5f64

Fix some Texinfo usage.
author Richard M. Stallman <rms@gnu.org>
date Sat, 17 Feb 2001 17:05:29 +0000
parents a5ae50ec6fe7
children 62cf166239f3
comparison
equal deleted inserted replaced
36154:b0a0856aa1c1 36155:3594ca3f5f64
2627 @code{ange-ftp}.) 2627 @code{ange-ftp}.)
2628 2628
2629 @cindex anonymous FTP 2629 @cindex anonymous FTP
2630 @vindex ange-ftp-generate-anonymous-password 2630 @vindex ange-ftp-generate-anonymous-password
2631 To visit files accessible by anonymous FTP, you use special user 2631 To visit files accessible by anonymous FTP, you use special user
2632 names ``anonymous'' or ``ftp''. Passwords for these user names are 2632 names @samp{anonymous} or @samp{ftp}. Passwords for these user names
2633 handled specially. The variable 2633 are handled specially. The variable
2634 @code{ange-ftp-generate-anonymous-password} controls what happens: if 2634 @code{ange-ftp-generate-anonymous-password} controls what happens: if
2635 the value of this variable is a string, then that string is used as 2635 the value of this variable is a string, then that string is used as
2636 the password; if non-@code{nil} (the default), then the value of 2636 the password; if non-@code{nil} (the default), then the value of
2637 @code{user-mail-address} is used; if @code{nil}, the user is prompted 2637 @code{user-mail-address} is used; if @code{nil}, the user is prompted
2638 for a password as normal. 2638 for a password as normal.