INN commit: trunk/doc/pod (news.pod ovdb.pod ovdb_init.pod)

INN Commit Russ_Allbery at isc.org
Wed May 7 07:15:33 UTC 2008


    Date: Wednesday, May 7, 2008 @ 00:15:33
  Author: iulius
Revision: 7825

Generic boolean values are not inside C<> in POD documentation.

Modified:
  trunk/doc/pod/news.pod
  trunk/doc/pod/ovdb.pod
  trunk/doc/pod/ovdb_init.pod

---------------+
 news.pod      |   16 ++++++++--------
 ovdb.pod      |    4 ++--
 ovdb_init.pod |    6 +++---
 3 files changed, 13 insertions(+), 13 deletions(-)

Modified: news.pod
===================================================================
--- news.pod	2008-05-06 13:15:47 UTC (rev 7824)
+++ news.pod	2008-05-07 07:15:33 UTC (rev 7825)
@@ -506,16 +506,16 @@
 
 ovdb is known to have some locking and timing issues related to how B<nnrpd>
 shuts down (or fails to shut down) the overview databases.  If you have
-stability problems with ovdb, try setting I<readserver> to C<true> in
+stability problems with ovdb, try setting I<readserver> to true in
 F<ovdb.conf>.  This will funnel all ovdb reads through a single process
 with a cleaner interface to the underlying S<Berkeley DB> database.
 
 If you use Perl authentication for B<nnrpd> (if I<nnrpdperlauth> in
-F<inn.conf> is C<true>), there have been major changes.  See "Changes to
+F<inn.conf> is true), there have been major changes.  See "Changes to
 Perl Authentication Support for nnrpd" in F<doc/hook-perl> for details.
 
 Similarly, if you use Python authentication for B<nnrpd> (if
-I<nnrpdpythonauth> in F<inn.conf> is C<true>), there have been major changes.
+I<nnrpdpythonauth> in F<inn.conf> is true), there have been major changes.
 See "Changes to Python Authentication and Access Control Support for
 nnrpd" in F<doc/hook-python> for details.
 
@@ -594,7 +594,7 @@
 =item *
 
 B<innfeed> supports a new peer parameter, I<backlog-feed-first>, that if set
-to C<true> feeds any backlog to a peer before new articles, see
+to true feeds any backlog to a peer before new articles, see
 innfeed.conf(5).  When used in combination with I<max-connections> set to C<1>,
 this can be used to enforce in-order delivery of messages to a peer that
 is doing Xref slaving, avoiding cases where a higher-numbered message is
@@ -663,8 +663,8 @@
 
 Two new options, I<nfsreader> and I<nfswriter>, have been added to
 F<inn.conf> to aid in building NFS based shared reader/writer platforms.
-On the writer server configure I<nfswriter> to C<true> and on all of the readers
-configure I<nfsreader> to C<true>; these options add calls to force data out to
+On the writer server configure I<nfswriter> to true and on all of the readers
+configure I<nfsreader> to true; these options add calls to force data out to
 the NFS server and force it to be read directly from the NFS server at the
 appropriate moments.  Note that it has only been tested on S<Solaris 8>,
 using CNFS as the storage mechanism and tradindexed as the overview
@@ -673,7 +673,7 @@
 =item *
 
 A new option, I<tradindexedmmap>, has been added to F<inn.conf>.  If set
-to C<true> (the default), then the tradindexed overview method will use
+to true (the default), then the tradindexed overview method will use
 mmap() to access its overview data (in 2.3 you couldn't control this; it
 always used mmap).
 
@@ -1001,7 +1001,7 @@
 better failure mode under high loads.  Writing overview data directly is
 the default, so in a normal upgrade from 2.2 to 2.3 you'll want to comment
 out or remove your B<overchan> entry in F<newsfeeds> and set I<useoverchan> to
-C<false> in F<inn.conf>.
+false in F<inn.conf>.
 
 B<crosspost> is no longer installed, and no longer works (even with
 traditional spool).  If you have an entry for B<crosspost> in F<newsfeeds>,

Modified: ovdb.pod
===================================================================
--- ovdb.pod	2008-05-06 13:15:47 UTC (rev 7824)
+++ ovdb.pod	2008-05-07 07:15:33 UTC (rev 7825)
@@ -156,7 +156,7 @@
 fairly expensive, and can result in high loads in situations when there
 are lots of reader connections of relatively short duration.
 
-When the readserver parameter is "true", the nnrpds will access overview
+When the I<readserver> parameter is true, the nnrpds will access overview
 via a helper server (B<ovdb_server> S<-- which> is started by B<ovdb_init>).
 This can also result in cleaner shutdowns for the database, improving
 stability and avoiding deadlocks and corrupted databases.  If you are
@@ -200,7 +200,7 @@
 of OVDB from opening the database.
 
 You can upgrade an existing database to use compression simply by setting
-C<compress> to C<true> if F<ovdb.conf>.  Note that existing records in the
+I<compress> to true in F<ovdb.conf>.  Note that existing records in the
 database will remain uncompressed; only new records added after enabling
 compression will be compressed.
 

Modified: ovdb_init.pod
===================================================================
--- ovdb_init.pod	2008-05-06 13:15:47 UTC (rev 7824)
+++ ovdb_init.pod	2008-05-07 07:15:33 UTC (rev 7825)
@@ -36,9 +36,9 @@
 
 =item 5
 
-Starts the ovdb readserver (ovdb_server) processes if C<readserver>
-in F<ovdb.conf> is C<true>, and if they're not
-already running. (Unless the C<-r> option is specified).
+Starts the ovdb readserver (ovdb_server) processes if I<readserver>
+in F<ovdb.conf> is true, and if they are not already running.  (Unless
+the C<-r> option is specified).
 
 =back
 



More information about the inn-committers mailing list