changeset 23:84bfdb5600b2 noffle

[svn] Wrong spool dir and some typos corrected
author enz
date Sat, 29 Apr 2000 13:59:10 +0100
parents 82271d0d6c84
children cb6cab9fbdf9
files noffle.1
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/noffle.1	Sat Apr 29 13:56:57 2000 +0100
+++ b/noffle.1	Sat Apr 29 13:59:10 2000 +0100
@@ -1,6 +1,6 @@
 
 .TH noffle 1
-.\" $Id: noffle.1 8 2000-01-06 09:32:21Z enz $
+.\" $Id: noffle.1 29 2000-04-29 12:59:10Z enz $
 .SH NAME
 noffle \- Usenet package optimized for dialup connections.
 
@@ -85,8 +85,8 @@
 .TP
 .B \-a, \-\-article <message id>|all
 Write article <message id> to standard output. Message Id must contain
-the leading '<' and trailing '>' (quote the argument to avoid shell
-interpretation of '<' and '>').
+the leading '<' and trailing '>' (quote the argument with single quotes to
+avoid shell interpretation of characters like '<' and '>' and '$').
 .br
 If "all" is given as message Id, all articles are shown. 
 
@@ -218,7 +218,7 @@
 .SH FILES
 
 There exists a spool directory (default
-.I /var/spool/news),
+.I /var/spool/noffle),
 and a config file (default
 .I /etc/noffle.conf).
 
@@ -231,7 +231,7 @@
 Definition lines may contain:
 .br
 .B server <hostname>[:<port>] [<user> <pass>]
-Name of the remote server. If no port given, port 119 is used.
+Name of the remote server. If no port is given, port 119 is used.
 Username and password for servers that need authentication
 (Original AUTHINFO). The password may not contain white-spaces.
 If there are multiple server entries in the config file, all of them are
@@ -254,7 +254,7 @@
 .br
 .B auto-unsubscribe yes|no
 Automatically remove groups from fetch list if they have not been
-accessed for a number days.
+accessed for a number of days.
 .br
 Default: no
 .br