ossp-pkg/lmtp2nntp/lmtp2nntp.pod 1.25 -> 1.26
--- lmtp2nntp.pod 2001/10/09 08:22:29 1.25
+++ lmtp2nntp.pod 2001/10/09 10:19:12 1.26
@@ -33,20 +33,21 @@
=head1 SYNOPSIS
B<lmtp2nntp>
-[B<-a> I<altio>]
-[B<-b> I<bindaddr>[I<:port>]]
-[B<-d> I<deliverymode>]
+[B<-D>]
+[B<-K>]
+[B<-P> I<pidfile>]
+[B<-a> I<addr>/I<mask>[,I<addr>/I<mask>[,...]]
+[B<-b> C<->|I<path>|I<addr>[I<:port>]]
+[B<-c> I<addr>[I<:port>]]
+[B<-d> I<addr>[I<:port>][,I<addr>[I<:port>], ...]]
[B<-g> I<groupmode>]
-[B<-h> I<host>[I<:port>][,I<host>[I<:port>], ...]]
-[B<-k>]
+[B<-l> I<level>[:I<logfile>]]
[B<-m> I<mailfrom>]
[B<-n> I<nodename>]
-[B<-p> I<pidfile>]
+[B<-o> I<operationmode>]
[B<-s> I<size>]
-[B<-t> I<timeout>]
-[B<-l> I<level>[:I<logfile>]]
+[B<-t> I<name>=I<sec>[,I<name>=I<sec>[,...]]
[B<-v>]
-[B<-w> I<waittime>]
I<newsgroup> [I<newsgroup> ...]
=head1 DESCRIPTION
@@ -66,17 +67,15 @@
=over 4
-=item B<-a> I<altio>
+=item B<-b> C<->|I<path>|I<addr>[I<:port>] (LMTP bind)
-Alternate IO allows reading and writing from/to a UNIX domain or TCP sockets
-instead stdin/stdout. This places the program in daemon mode. The syntax for
-altio is either "unix:/path/to/socket" or "inet://address:port". If "unix:/"
-and "inet://" prefixes are ommited the program tries to guess the desired mode
-based on the existing of a leading slash.
+Where to bind for incoming LMTP connections. Supported are "C<->"
+(stdin/stdout), I<path> (for Unix Domain socket) and I<addr>[I<:port>]
+(for TCP Internet Domain socket).
-=item B<-b> I<bindaddr>[I<:port>]
+=item B<-c> I<addr>[I<:port>]
-Bind address and/or port to be used by the LMTP client. If an address is
+Where to bind for outgoing NNTP connections. If an address is
specified but port is omitted the kernel chooses an ephemeral port. If you
want to specify a port but no address replace address with 0.0.0.0. If
completely omitted, 0.0.0.0:0 is assumed which causes the kernel to choose an
|
|