comparison docs/noffle.1 @ 477:48be71391b9d noffle

[svn] * docs/noffle.1,src/noffle.c: When outputing the entire message base using 'noffle --article all', ditch the previous casual header for each article and switch to the 'rnews' format.
author bears
date Fri, 09 Jul 2004 16:27:20 +0100
parents fb8cadeed4d4
children a04c52f87b6e
comparison
equal deleted inserted replaced
476:29cccddfc307 477:48be71391b9d
1 .TH noffle 1 1 .TH noffle 1
2 .\" $Id: noffle.1 619 2003-10-31 15:54:59Z godisch $ 2 .\" $Id: noffle.1 624 2004-07-09 15:27:20Z bears $
3 .SH NAME 3 .SH NAME
4 noffle \- Usenet package optimized for dialup connections. 4 noffle \- Usenet package optimized for dialup connections.
5 5
6 .SH SYNOPSIS 6 .SH SYNOPSIS
7 7
134 .B \-a, \-\-article <message id>|all 134 .B \-a, \-\-article <message id>|all
135 Write article <message id> to standard output. Message Id must contain 135 Write article <message id> to standard output. Message Id must contain
136 the leading '<' and trailing '>' (quote the argument to avoid shell 136 the leading '<' and trailing '>' (quote the argument to avoid shell
137 interpretation of '<' and '>'). 137 interpretation of '<' and '>').
138 .br 138 .br
139 If "all" is given as message Id, all articles are shown. 139 If "all" is given as message Id, all articles are written using the
140 .B rnews
141 news batch format. In the format, recognised by the UUCP
142 .BR rnews (1)
143 program, each article is prefixed with a header line. The line
144 consists of '#! rnews <len>', where <len> is the size of the
145 entire message including headers in bytes.
140 146
141 .TP 147 .TP
142 .B \-c, \-\-cancel <message id> 148 .B \-c, \-\-cancel <message id>
143 Cancel the article from the database and remove it from the queue of 149 Cancel the article from the database and remove it from the queue of
144 outbound messages if it has not already been sent. Message Id must 150 outbound messages if it has not already been sent. Message Id must
439 445
440 446
441 .SH SEE ALSO 447 .SH SEE ALSO
442 448
443 .BR inews (1), 449 .BR inews (1),
450 .BR rnews (1)
444 .BR noffle.conf (5), 451 .BR noffle.conf (5),
445 .BR crond (8), 452 .BR crond (8),
446 .BR inetd (8), 453 .BR inetd (8),
447 .BR pppd (8) 454 .BR pppd (8)
448 .br 455 .br