aboutsummaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-07-03 03:39:45 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-07-03 03:39:45 +0000
commit3e22607c5ba702824afd838132591123ae6ad9c3 (patch)
treef8261580f7369b032c8b95a33d6cccd6ce617596 /options.c
parentfd17182ede5ef93140e204b8b5746e275f494a94 (diff)
downloadfetchmail-3e22607c5ba702824afd838132591123ae6ad9c3.tar.gz
fetchmail-3e22607c5ba702824afd838132591123ae6ad9c3.tar.bz2
fetchmail-3e22607c5ba702824afd838132591123ae6ad9c3.zip
Correct doc comment.
svn path=/trunk/; revision=30
Diffstat (limited to 'options.c')
-rw-r--r--options.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/options.c b/options.c
index 66c7f401..cd10d138 100644
--- a/options.c
+++ b/options.c
@@ -84,7 +84,8 @@ static struct option longoptions[] = {
if negative, the command line is has one or more
syntax errors.
calls: none.
- globals: outlevel.
+ globals: writes outlevel, versioninfo, yydebug, logfile,
+ poll_interval, quitmode, poprcfile.
*********************************************************************/
int parsecmdline (argc,argv,options)
@@ -272,7 +273,7 @@ struct optrec *options;
return value: zero if defaults were successfully set, else non-zero
(indicates a problem reading /etc/passwd).
calls: none.
- globals: writes outlevel.
+ globals: writes outlevel, poprcfile.
*********************************************************************/
int setdefaults (options)
@@ -309,7 +310,7 @@ struct optrec *options;
(void) sprintf(options->mda, DEF_MDA, options->localname);
- poprcfile =
+ poprcfile =
(char *) xmalloc(strlen(pw->pw_dir)+strlen(POPRC_NAME)+2);
strcpy(poprcfile, pw->pw_dir);