Mercurial > noffle
diff docs/noffle.1 @ 150:1c7303c71f66 noffle
[svn] * src/protocol.c: Fix bug in Prt_getLn if we should read a line
starting with '\0' - according to the leafnode mailing list,
this has been seen in the wild.
* docs/inews.1,docs/noffle.1,docs/noffle.conf.5,
packages/redhat/noffle.spec,src/configfile.h,src/configfile.c,
src/noffle.c,src/post.h,src/post.c: Removed use of getopt_long,
and added inews mode - the Noffle executable behaves
as inews is invoked as inews. This includes adding From: and
Organization: headers if necessary - add configs to override
defaults for the From: domain and specify the organization.
For all my fellow trn-heads out there, and users of any other
ageing newsreader that expects inews. Updated RPM spec to create
inews link to noffle on install.
| author | bears |
|---|---|
| date | Thu, 26 Oct 2000 22:21:13 +0100 |
| parents | 3c71e28c8eef |
| children | dca5a43bb7a0 |
line wrap: on
line diff
--- a/docs/noffle.1 Thu Oct 26 22:13:28 2000 +0100 +++ b/docs/noffle.1 Thu Oct 26 22:21:13 2000 +0100 @@ -1,5 +1,5 @@ .TH noffle 1 -.\" $Id: noffle.1 183 2000-07-25 12:14:54Z bears $ +.\" $Id: noffle.1 227 2000-10-26 21:21:13Z bears $ .SH NAME noffle \- Usenet package optimized for dialup connections. @@ -289,6 +289,15 @@ Remove group with name <group> from list of groups that are presently to be fetched. +.SH NOTES + +If the +.I noffle +prgram sees the name under which it is executed is +.IR inews , +it changes its behaviour to that described in +.BR inews (1). + .SH FILES .B NOFFLE @@ -338,6 +347,7 @@ .SH SEE ALSO +.BR inews (1), .BR noffle.conf (5), .BR crond (8), .BR inetd (8),
