Correcting typo, chomping line ending. RE:#1919

This commit is contained in:
James Douglass 2025-05-12 11:09:25 -07:00
parent 22fc0275a0
commit aabc096a4d
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ Encode = none
# to an empty string to use the default current locale. If set to a valid # to an empty string to use the default current locale. If set to a valid
# encoding, the input characters are converted to UTF-8, discarding any # encoding, the input characters are converted to UTF-8, discarding any
# illegal characters. Valid encodings are as used by the iconv program, # illegal characters. Valid encodings are as used by the iconv program,
# and `iconv -l` lists valid character set encodings. # and `iconv -l` lists valid character set encodings.
# Setting CharEncoding to UTF-8 simply discards illegal UTF-8 characters. # Setting CharEncoding to UTF-8 simply discards illegal UTF-8 characters.
#CharEncoding = "" #CharEncoding = ""
@ -50,7 +50,7 @@ Encode = none
# complete email address. Variable Output should be set to mail, or # complete email address. Variable Output should be set to mail, or
# --output mail should be passed on command line to enable mail feature. # --output mail should be passed on command line to enable mail feature.
MailTo = jdouglass@stanford.edu MailTo = jdouglass@stanford.edu
# WHen using option --multiemail, it is possible to specify a different # When using option --multiemail, it is possible to specify a different
# email recipient per host processed. For example, to send the report # email recipient per host processed. For example, to send the report
# for hostname host1 to user@example.com, use: # for hostname host1 to user@example.com, use:
#Mailto_host1 = user@example.com #Mailto_host1 = user@example.com