comparison docs/noffle.1 @ 255:52f467c7213b noffle

[svn] * docs/noffle.1,src/Makefile.am,src/Makefile.in,src/content.c, src/content.h,src/database.c,src/database.h,src/expire.c, src/expire.h,src/noffle.c: Split out expire code from database.c, change to remove articles in place (rather than rebuild article database) and add separate command to rebuild article database from articles listed in overviews. This may help if the article database gets corrupted.
author bears
date Wed, 26 Jun 2002 14:15:44 +0100
parents dca5a43bb7a0
children 01c7c68996e2
comparison
equal deleted inserted replaced
254:4c0f54d51591 255:52f467c7213b
1 .TH noffle 1 1 .TH noffle 1
2 .\" $Id: noffle.1 328 2001-11-14 20:23:15Z mirkol $ 2 .\" $Id: noffle.1 387 2002-06-26 13:15:44Z 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
50 .B noffle 50 .B noffle
51 \-p | \-\-post 51 \-p | \-\-post
52 .br 52 .br
53 .B noffle 53 .B noffle
54 \-q | \-\-query groups|desc [server pattern] 54 \-q | \-\-query groups|desc [server pattern]
55 .br
56 .B noffle
57 \-B | \-\-rebuild
55 .br 58 .br
56 .B noffle 59 .B noffle
57 \-R | \-\-requested 60 \-R | \-\-requested
58 .br 61 .br
59 .B noffle 62 .B noffle
277 .B noffle 280 .B noffle
278 can be retrieved by running the server and typing 281 can be retrieved by running the server and typing
279 .B HELP. 282 .B HELP.
280 283
281 .TP 284 .TP
285 .B \-B, \-\-rebuild
286 Rebuild the article database. This build a fresh copy of the
287 .B NOFFLE
288 article database. All locally held groups are scanned, and all articles
289 currently active in those groups are copied from the old article
290 database to the new one. The new one then replaces the old one.
291 This can be useful in cases of article database corruption.
292
293 .TP
282 .B \-R, \-\-requested 294 .B \-R, \-\-requested
283 List articles that are marked for download. 295 List articles that are marked for download.
284 296
285 Format: <message-id> <server> 297 Format: <message-id> <server>
286 298