ossp-pkg/lmtp2nntp/lmtp2nntp.pod 1.29 -> 1.30
--- lmtp2nntp.pod 2001/10/12 08:57:51 1.29
+++ lmtp2nntp.pod 2001/10/12 12:26:26 1.30
@@ -33,11 +33,12 @@
=head1 SYNOPSIS
B<lmtp2nntp>
+[B<-C> I<childsmax>]
[B<-D>]
[B<-K>]
[B<-P> I<pidfile>]
[B<-a> I<addr>/I<mask>[,I<addr>/I<mask>[,...]]
-[B<-b> I<addr>[I<:port>]|C<->|I<path>]
+[B<-b> I<addr>[I<:port>]|C<->|I<path>[:perms]]
[B<-c> I<addr>[I<:port>]]
[B<-d> I<addr>[I<:port>][,I<addr>[I<:port>], ...]]
[B<-g> I<groupmode>]
@@ -68,6 +69,10 @@
=over 4
+=item B<-C> I<childsmax>
+
+Childs the daemon spawns at maximum. Default is 10.
+
=item B<-D>
Daemonize program and detach from current terminal.
@@ -98,12 +103,13 @@
specify any inclusions a fake inclusion of 0.0.0.0/0 is appended internally.
Any addr can be a name to be resolved first.
-=item B<-b> I<addr>[I<:port>]|C<->|I<path> (LMTP daemon bind)
+=item B<-b> I<addr>[I<:port>]|C<->|I<path[:perms]> (LMTP daemon bind)
Bind address accepting incoming LMTP connections. Supported are "C<->" for
-stdio, I<path> for Unix Domain socket and I<addr>[I<:port>] for TCP INET
-socket. Omitting this option defaults to stdio. The path for a UNIX domain
-socket must start with a slash. The addr can be a name to be resolved first.
+stdio, I<path>[:perms] for Unix Domain socket with optional chmod-like
+permissions and I<addr>[I<:port>] for TCP INET socket. Omitting this option
+defaults to stdio. The path for a UNIX domain socket must start with a slash.
+The addr can be a name to be resolved first.
=item B<-c> I<addr>[I<:port>] (NNTP client bind)
|
|