INN commit: trunk/doc/pod (inn.conf.pod)

INN Commit Russ_Allbery at isc.org
Sun Dec 14 16:37:38 UTC 2008


    Date: Sunday, December 14, 2008 @ 08:37:37
  Author: iulius
Revision: 8228

Add double quotes in the minimal inn.conf.

Modified:
  trunk/doc/pod/inn.conf.pod

--------------+
 inn.conf.pod |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: inn.conf.pod
===================================================================
--- inn.conf.pod	2008-12-14 15:39:41 UTC (rev 8227)
+++ inn.conf.pod	2008-12-14 16:37:37 UTC (rev 8228)
@@ -93,7 +93,7 @@
 fatal error message will be logged via syslog.
 
 For most systems, C</usr/lib/sendmail -oi -oem %s> (adjusted for the
-correct path to sendmail) is a good choice.
+correct path to B<sendmail>, and between double quotes) is a good choice.
 
 =item I<pathhost>
 
@@ -1312,7 +1312,7 @@
 Here is a very minimalist example that only sets those parameters that are
 required.
 
-    mta:                /usr/lib/sendmail -oi -oem %s
+    mta:                "/usr/lib/sendmail -oi -oem %s"
     ovmethod:           tradindexed
     pathhost:           news.example.com
     pathnews:           /usr/local/news




More information about the inn-committers mailing list