INN commit: branches/2.5 (6 files)

INN Commit rra at isc.org
Fri Jul 3 22:02:42 UTC 2009


    Date: Friday, July 3, 2009 @ 15:02:42
  Author: iulius
Revision: 8547

Convert the cnfsheadconf man page into POD.

Added:
  branches/2.5/doc/pod/cnfsheadconf.pod
Modified:
  branches/2.5/MANIFEST
  branches/2.5/doc/man/	(properties)
  branches/2.5/doc/pod/Makefile
  branches/2.5/doc/pod/cnfsstat.pod
Deleted:
  branches/2.5/doc/man/cnfsheadconf.8

--------------------------+
 MANIFEST                 |    1 
 doc/man/cnfsheadconf.8   |   46 ---------------------------------------------
 doc/pod/Makefile         |    4 ++-
 doc/pod/cnfsheadconf.pod |   46 +++++++++++++++++++++++++++++++++++++++++++++
 doc/pod/cnfsstat.pod     |    4 +--
 5 files changed, 52 insertions(+), 49 deletions(-)

Modified: MANIFEST
===================================================================
--- MANIFEST	2009-07-03 21:59:33 UTC (rev 8546)
+++ MANIFEST	2009-07-03 22:02:42 UTC (rev 8547)
@@ -236,6 +236,7 @@
 doc/pod/buffindexed.conf.pod          Master file for buffindexed.conf.5
 doc/pod/checklist.pod                 Master file for doc/checklist
 doc/pod/ckpasswd.pod                  Master file for ckpasswd.8
+doc/pod/cnfsheadconf.pod              Master file for cnfsheadconf.8
 doc/pod/cnfsstat.pod                  Master file for cnfsstat.8
 doc/pod/control.ctl.pod               Master file for control.ctl.5
 doc/pod/convdate.pod                  Master file for convdate.1


Property changes on: branches/2.5/doc/man
___________________________________________________________________
Modified: svn:ignore
   - active.5
active.times.5
actsync.8
archive.8
auth_krb5.8
batcher.8
buffchan.8
buffindexed.conf.5
ckpasswd.8
cnfsstat.8
control.ctl.5
convdate.1
ctlinnd.8
cycbuff.conf.5
distrib.pats.5
distributions.5
docheckgroups.8
domain.8
expire.ctl.5
expireover.8
fastrm.1
getlist.1
grephistory.1
ident.8
incoming.conf.5
inews.1
inn.conf.5
INN__Config.3pm
innbind.8
innconfval.1
innd.8
inndf.8
innmail.1
innupgrade.8
libauth.3
libinnhist.3
list.3
mailpost.8
makehistory.8
mod-active.8
moderators.5
motd.news.5
newsfeeds.5
news.daily.8
news2mail.8
newslog.5
newsgroups.5
ninpaths.8
nnrpd.8
ovdb.5
ovdb_init.8
ovdb_monitor.8
ovdb_server.8
ovdb_stat.8
overchan.8
passwd.nntp.5
perl-nocem.8
pgpverify.1
pullnews.1
qio.3
radius.8
radius.conf.5
rc.news.8
readers.conf.5
rnews.1
sasl.conf.5
scanlogs.8
send-uucp.8
sendinpaths.8
shlock.1
simpleftp.1
sm.1
storage.conf.5
subscriptions.5
tally.control.8
tdx-util.8
tinyleaf.8
tst.3
uwildmat.3

   + active.5
active.times.5
actsync.8
archive.8
auth_krb5.8
batcher.8
buffchan.8
buffindexed.conf.5
ckpasswd.8
cnfsheadconf.8
cnfsstat.8
control.ctl.5
convdate.1
ctlinnd.8
cycbuff.conf.5
distrib.pats.5
distributions.5
docheckgroups.8
domain.8
expire.ctl.5
expireover.8
fastrm.1
getlist.1
grephistory.1
ident.8
incoming.conf.5
inews.1
inn.conf.5
INN__Config.3pm
innbind.8
innconfval.1
innd.8
inndf.8
innmail.1
innupgrade.8
libauth.3
libinnhist.3
list.3
mailpost.8
makehistory.8
mod-active.8
moderators.5
motd.news.5
newsfeeds.5
news.daily.8
news2mail.8
newslog.5
newsgroups.5
ninpaths.8
nnrpd.8
ovdb.5
ovdb_init.8
ovdb_monitor.8
ovdb_server.8
ovdb_stat.8
overchan.8
passwd.nntp.5
perl-nocem.8
pgpverify.1
pullnews.1
qio.3
radius.8
radius.conf.5
rc.news.8
readers.conf.5
rnews.1
sasl.conf.5
scanlogs.8
send-uucp.8
sendinpaths.8
shlock.1
simpleftp.1
sm.1
storage.conf.5
subscriptions.5
tally.control.8
tdx-util.8
tinyleaf.8
tst.3
uwildmat.3


Deleted: doc/man/cnfsheadconf.8
===================================================================
--- doc/man/cnfsheadconf.8	2009-07-03 21:59:33 UTC (rev 8546)
+++ doc/man/cnfsheadconf.8	2009-07-03 22:02:42 UTC (rev 8547)
@@ -1,46 +0,0 @@
-.\" $Revision$
-.TH CNFSHEADCONF 8
-.SH NAME
-cnfsheadconf \- set CNFS header
-.SH SYNOPSIS
-.B cnfsheadconf
-[
-.B \-c CLASS
-]
-[
-.B \-h
-]
-[
-.B \-w
-]
-.SH DESCRIPTION
-.I Cnfsheadconf
-reads
-.I <pathetc in inn.conf>/cycbuff.conf
-and
-.I <pathetc in inn.conf>/storage.conf
-to determine which cycbuffs are available, reads the specified cycbuff, and
-modifies the header as directed by the interactive user.
-.SH OPTIONS
-.TP
-.B \-c CLASS
-.I Cnfsheadconf
-prints status of (and modifies, if appropriate) the specified class.
-.TP
-.B \-h
-.I Cnfsheadconf
-prints usage information.
-.TP
-.B \-w
-.I Cnfsheadconf
-prompts for modifications to make to cycbuff header.
-.SH HISTORY
-Written by Katsuhiro Kondou <kondou at nec.co.jp> for InterNetNews.
-.de R$
-This is revision \\$3, dated \\$4.
-..
-.R$ $Id$
-.SH "SEE ALSO"
-cycbuff.conf(5),
-inn.conf(5),
-storage.conf(5).

Modified: doc/pod/Makefile
===================================================================
--- doc/pod/Makefile	2009-07-03 21:59:33 UTC (rev 8546)
+++ doc/pod/Makefile	2009-07-03 22:02:42 UTC (rev 8547)
@@ -29,7 +29,8 @@
 
 MAN8	= ../man/actsync.8 ../man/archive.8 ../man/auth_krb5.8 \
 	../man/batcher.8 ../man/buffchan.8 \
-	../man/ckpasswd.8 ../man/cnfsstat.8 ../man/ctlinnd.8 ../man/docheckgroups.8 \
+	../man/ckpasswd.8 ../man/cnfsheadconf.8 ../man/cnfsstat.8 \
+	../man/ctlinnd.8 ../man/docheckgroups.8 \
 	../man/domain.8 \
 	../man/expireover.8 ../man/ident.8 ../man/innd.8 ../man/inndf.8 \
 	../man/nnrpd.8 ../man/innbind.8 ../man/innupgrade.8 \
@@ -107,6 +108,7 @@
 ../man/batcher.8:	batcher.pod		; $(POD2MAN) -s 8 $? > $@
 ../man/buffchan.8:	buffchan.pod		; $(POD2MAN) -s 8 $? > $@
 ../man/ckpasswd.8:	ckpasswd.pod		; $(POD2MAN) -s 8 $? > $@
+../man/cnfsheadconf.8:	cnfsheadconf.pod	; $(POD2MAN) -s 8 $? > $@
 ../man/cnfsstat.8:	cnfsstat.pod		; $(POD2MAN) -s 8 $? > $@
 ../man/ctlinnd.8:	ctlinnd.pod		; $(POD2MAN) -s 8 $? > $@
 ../man/docheckgroups.8:	docheckgroups.pod	; $(POD2MAN) -s 8 $? > $@

Added: doc/pod/cnfsheadconf.pod
===================================================================
--- doc/pod/cnfsheadconf.pod	                        (rev 0)
+++ doc/pod/cnfsheadconf.pod	2009-07-03 22:02:42 UTC (rev 8547)
@@ -0,0 +1,46 @@
+=head1 NAME
+
+cnfsheadconf - Read and write CNFS headers
+
+=head1 SYNOPSIS
+
+B<cnfsheadconf> [B<-hw>] [B<-c> I<class>]
+
+=head1 DESCRIPTION
+
+I<cnfsheadconf> reads I<pathetc>/cycbuff.conf and I<pathetc>/storage.conf
+to determine which CNFS buffers are available.  It then reads all of them
+or the specified cyclic buffer via the B<-c> flag, and modifies the header
+as directed by the interactive user if B<-w> is used.
+
+=head1 OPTIONS
+
+=over 4
+
+=item B<-c> I<class>
+
+Print the status of the specified class.  It also modifies it in case B<-w>
+is used.
+
+=item B<-h>
+
+Print usage information and exit.
+
+=item B<-w>
+
+Prompt for modifications to make to cycbuff header.
+
+=back
+
+=head1 HISTORY
+
+Written by Katsuhiro Kondou <kondou at nec.co.jp> for InterNetNews.  Converted
+to POD by Julien Elie.
+
+$Id$
+
+=head1 SEE ALSO
+
+cycbuff.conf(5), inn.conf(5), storage.conf(5).
+
+=cut


Property changes on: branches/2.5/doc/pod/cnfsheadconf.pod
___________________________________________________________________
Added: svn:keywords
   + Author Date Id Revision
Added: svn:eol-style
   + native

Modified: doc/pod/cnfsstat.pod
===================================================================
--- doc/pod/cnfsstat.pod	2009-07-03 21:59:33 UTC (rev 8546)
+++ doc/pod/cnfsstat.pod	2009-07-03 22:02:42 UTC (rev 8547)
@@ -61,8 +61,8 @@
 
 =head1 HISTORY
 
-Written by Katsuhiro Kondou <kondou at nec.co.jp> for InterNetNews.  Rewritten
-into POD by Julien Elie.
+Written by Katsuhiro Kondou <kondou at nec.co.jp> for InterNetNews.  Converted
+to POD by Julien Elie.
 
 $Id$
 




More information about the inn-committers mailing list