Updated
Showing
5 changed files
with
57 additions
and
179 deletions
1 | 2004-02-08 Wojciech Polak | ||
2 | |||
3 | * doc/texinfo/*: Updated to the current API. | ||
4 | * doc/man/*: Too many outdated stuff... Replaced it | ||
5 | with the "always fresh" man pages ;). | ||
6 | |||
1 | 2004-02-05 Sergey Poznyakoff | 7 | 2004-02-05 Sergey Poznyakoff |
2 | 8 | ||
3 | * include/mailutils/header.h (MU_HEADER_DELIVERY_DATE) | 9 | * include/mailutils/header.h (MU_HEADER_DELIVERY_DATE) | ... | ... |
1 | ## Process this file with GNU Automake to create Makefile.in | 1 | ## Process this file with GNU Automake to create Makefile.in |
2 | 2 | ||
3 | ## Copyright (C) 2001, 2002 Free Software Foundation, Inc. | 3 | ## Copyright (C) 2001, 2002, 2003, 2004 Free Software Foundation, Inc. |
4 | ## | 4 | ## |
5 | ## GNU Mailutils is free software; you can redistribute it and/or | 5 | ## GNU Mailutils is free software; you can redistribute it and/or |
6 | ## modify it under the terms of the GNU General Public License as | 6 | ## modify it under the terms of the GNU General Public License as |
... | @@ -14,10 +14,8 @@ | ... | @@ -14,10 +14,8 @@ |
14 | ## | 14 | ## |
15 | ## You should have received a copy of the GNU General Public License | 15 | ## You should have received a copy of the GNU General Public License |
16 | ## along with this program; if not, write to the Free Software | 16 | ## along with this program; if not, write to the Free Software |
17 | ## Foundation, Inc. | 17 | ## Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
18 | ## 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
19 | 18 | ||
20 | man_MANS=pop3d.1 imap4d.1 popauth.1 | 19 | man_MANS = pop3d.1 imap4d.1 popauth.1 mail.1 |
21 | EXTRA_DIST = $(man_MANS) | 20 | EXTRA_DIST = $(man_MANS) |
22 | 21 | ||
23 | ... | ... |
1 | .\" Hey, EMACS: -*- nroff -*- | 1 | .TH IMAP4D "1" "" "FSF" |
2 | .\" First parameter, NAME, should be all caps | ||
3 | .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection | ||
4 | .\" other parameters are allowed: see man(7), man(1) | ||
5 | .TH IMAP4D 1 "November 10th, 2001" | ||
6 | .\" Please adjust this date whenever revising the manpage. | ||
7 | .\" | ||
8 | .\" Some roff macros, for reference: | ||
9 | .\" .nh disable hyphenation | ||
10 | .\" .hy enable hyphenation | ||
11 | .\" .ad l left justify | ||
12 | .\" .ad b justify to both left and right margins | ||
13 | .\" .nf disable filling | ||
14 | .\" .fi enable filling | ||
15 | .\" .br insert line break | ||
16 | .\" .sp <n> insert n+1 empty lines | ||
17 | .\" for manpage-specific macros, see man(7) | ||
18 | .SH NAME | 2 | .SH NAME |
19 | imap4d \- RFC1939 compliant POP3 Daemon. | 3 | imap4d \- manual page for imap4d (GNU Mailutils) |
20 | .SH SYNOPSIS | 4 | .SH SYNOPSIS |
21 | .B imap4d | 5 | .B imap4d |
22 | .RI [ options ] | 6 | [\fIOPTION\fR...] |
23 | .SH DESCRIPTION | 7 | .SH DESCRIPTION |
24 | This manual page documents briefly the | 8 | GNU imap4d \fB\-\-\fR the IMAP4D daemon |
9 | .SH "REPORTING BUGS" | ||
10 | Report bugs to <bug-mailutils@gnu.org>. | ||
11 | .SH "SEE ALSO" | ||
12 | The full documentation for | ||
25 | .B imap4d | 13 | .B imap4d |
26 | command. | 14 | is maintained as a Texinfo manual. If the |
27 | This man page is not intended to be complete. | 15 | .B info |
28 | Instead, it has documentation in the GNU Info format; see below. | 16 | and |
17 | .B imap4d | ||
18 | programs are properly installed at your site, the command | ||
19 | .IP | ||
20 | .B info imap4d | ||
29 | .PP | 21 | .PP |
30 | .\" TeX users may be more comfortable with the \fB<whatever>\fP and | 22 | should give you access to the complete manual. |
31 | .\" \fI<whatever>\fP escape sequences to invode bold face and italics, | ||
32 | .\" respectively. | ||
33 | .SH OPTIONS | ||
34 | These programs follow the usual GNU command line syntax, with long | ||
35 | options starting with two dashes (`-'). | ||
36 | A summary of options is included below. | ||
37 | For a complete description, see the Info files. | ||
38 | .TP | ||
39 | .B \-h, \-\-help | ||
40 | Show summary of options. | ||
41 | .TP | ||
42 | .B \-v, \-\-version | ||
43 | Show version of program. | ||
44 | .TP | ||
45 | .B \-d, \-\-daemon=MAXCHILDREN | ||
46 | Runs in daemon mode with a maximum of MAXCHILDREN child processes. | ||
47 | .TP | ||
48 | .B \-i, \-\-inetd | ||
49 | Runs in inetd mode (default). | ||
50 | .TP | ||
51 | .B \-p, \-\-port=PORT | ||
52 | Specifies port to listen on, implies -d defaults to 110, which need not be specified. | ||
53 | .TP | ||
54 | .B \-t, \-\-timeout=TIMEOUT | ||
55 | Sets idle timeout to TIMEOUT seconds TIMEOUT default is 600 (10 minutes). | ||
56 | .SH SEE ALSO | ||
57 | .BR RFC1730. | ||
58 | .br | ||
59 | The programs are documented fully by | ||
60 | .IR "mailutils" , | ||
61 | available via the Info system. | ||
62 | .SH AUTHOR | ||
63 | This manual page was written by Jeff Bailey <jbailey@gnu.org>. | ||
64 | Copyright (C) 2001 Free Software Foundation. This document is | ||
65 | in the PUBLIC DOMAIN. | ... | ... |
1 | .\" Hey, EMACS: -*- nroff -*- | 1 | .TH POP3D "1" "" "FSF" |
2 | .\" First parameter, NAME, should be all caps | ||
3 | .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection | ||
4 | .\" other parameters are allowed: see man(7), man(1) | ||
5 | .TH POP3D 1 "November 10th, 2001" | ||
6 | .\" Please adjust this date whenever revising the manpage. | ||
7 | .\" | ||
8 | .\" Some roff macros, for reference: | ||
9 | .\" .nh disable hyphenation | ||
10 | .\" .hy enable hyphenation | ||
11 | .\" .ad l left justify | ||
12 | .\" .ad b justify to both left and right margins | ||
13 | .\" .nf disable filling | ||
14 | .\" .fi enable filling | ||
15 | .\" .br insert line break | ||
16 | .\" .sp <n> insert n+1 empty lines | ||
17 | .\" for manpage-specific macros, see man(7) | ||
18 | .SH NAME | 2 | .SH NAME |
19 | pop3d \- RFC1939 compliant POP3 Daemon. | 3 | pop3d \- manual page for pop3d (GNU Mailutils) |
20 | .SH SYNOPSIS | 4 | .SH SYNOPSIS |
21 | .B pop3d | 5 | .B pop3d |
22 | .RI [ options ] | 6 | [\fIOPTION\fR...] |
23 | .SH DESCRIPTION | 7 | .SH DESCRIPTION |
24 | This manual page documents briefly the | 8 | GNU pop3d \fB\-\-\fR the POP3 daemon |
9 | .SH "REPORTING BUGS" | ||
10 | Report bugs to <bug-mailutils@gnu.org>. | ||
11 | .SH "SEE ALSO" | ||
12 | The full documentation for | ||
25 | .B pop3d | 13 | .B pop3d |
26 | command. | 14 | is maintained as a Texinfo manual. If the |
27 | This man page is not intended to be complete. | 15 | .B info |
28 | Instead, it has documentation in the GNU Info format; see below. | 16 | and |
17 | .B pop3d | ||
18 | programs are properly installed at your site, the command | ||
19 | .IP | ||
20 | .B info pop3d | ||
29 | .PP | 21 | .PP |
30 | .\" TeX users may be more comfortable with the \fB<whatever>\fP and | 22 | should give you access to the complete manual. |
31 | .\" \fI<whatever>\fP escape sequences to invode bold face and italics, | ||
32 | .\" respectively. | ||
33 | .SH OPTIONS | ||
34 | These programs follow the usual GNU command line syntax, with long | ||
35 | options starting with two dashes (`-'). | ||
36 | A summary of options is included below. | ||
37 | For a complete description, see the Info files. | ||
38 | .TP | ||
39 | .B \-h, \-\-help | ||
40 | Show summary of options. | ||
41 | .TP | ||
42 | .B \-v, \-\-version | ||
43 | Show version of program. | ||
44 | .TP | ||
45 | .B \-d, \-\-daemon=MAXCHILDREN | ||
46 | Runs in daemon mode with a maximum of MAXCHILDREN child processes. | ||
47 | .TP | ||
48 | .B \-i, \-\-inetd | ||
49 | Runs in inetd mode (default). | ||
50 | .TP | ||
51 | .B \-p, \-\-port=PORT | ||
52 | Specifies port to listen on, implies -d defaults to 110, which need not be specified. | ||
53 | .TP | ||
54 | .B \-t, \-\-timeout=TIMEOUT | ||
55 | Sets idle timeout to TIMEOUT seconds TIMEOUT default is 600 (10 minutes). | ||
56 | .SH SEE ALSO | ||
57 | .BR RFC1939. | ||
58 | .br | ||
59 | The programs are documented fully by | ||
60 | .IR "mailutils" , | ||
61 | available via the Info system. | ||
62 | .SH AUTHOR | ||
63 | This manual page was written by Jeff Bailey <jbailey@gnu.org>. | ||
64 | Copyright (C) 2001 Free Software Foundation. This document is | ||
65 | in the PUBLIC DOMAIN. | ... | ... |
1 | .\" Hey, EMACS: -*- nroff -*- | 1 | .TH POPAUTH "1" "" "FSF" "User Commands" |
2 | .\" First parameter, NAME, should be all caps | ||
3 | .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection | ||
4 | .\" other parameters are allowed: see man(7), man(1) | ||
5 | .TH POPAUTH 1 "November 20th, 2001" | ||
6 | .\" Please adjust this date whenever revising the manpage. | ||
7 | .\" | ||
8 | .\" Some roff macros, for reference: | ||
9 | .\" .nh disable hyphenation | ||
10 | .\" .hy enable hyphenation | ||
11 | .\" .ad l left justify | ||
12 | .\" .ad b justify to both left and right margins | ||
13 | .\" .nf disable filling | ||
14 | .\" .fi enable filling | ||
15 | .\" .br insert line break | ||
16 | .\" .sp <n> insert n+1 empty lines | ||
17 | .\" for manpage-specific macros, see man(7) | ||
18 | .SH NAME | 2 | .SH NAME |
19 | popauth \- Setup APOP passwords | 3 | popauth \- manual page for popauth (GNU Mailutils) |
20 | .SH SYNOPSIS | 4 | .SH SYNOPSIS |
21 | .B popauth | 5 | .B popauth |
22 | .RI [ options ] | 6 | [\fIOPTION\fR...] |
23 | .SH DESCRIPTION | 7 | .SH DESCRIPTION |
24 | This manual page documents briefly the | 8 | GNU popauth \fB\-\-\fR manage POP3 authentication database |
9 | .SH "REPORTING BUGS" | ||
10 | Report bugs to <bug-mailutils@gnu.org>. | ||
11 | .SH "SEE ALSO" | ||
12 | The full documentation for | ||
25 | .B popauth | 13 | .B popauth |
26 | command. | 14 | is maintained as a Texinfo manual. If the |
27 | Default action is to convert plaintext to DBM file. | 15 | .B info |
28 | 16 | and | |
29 | This man page is not intended to be complete. | 17 | .B popauth |
30 | The programs are documented fully by | 18 | programs are properly installed at your site, the command |
31 | .IR "mailutils" , | 19 | .IP |
32 | available via the Info system. | 20 | .B info popauth |
33 | |||
34 | .PP | 21 | .PP |
35 | .\" TeX users may be more comfortable with the \fB<whatever>\fP and | 22 | should give you access to the complete manual. |
36 | .\" \fI<whatever>\fP escape sequences to invode bold face and italics, | ||
37 | .\" respectively. | ||
38 | .SH OPTIONS | ||
39 | These programs follow the usual GNU command line syntax, with long | ||
40 | options starting with two dashes (`-'). | ||
41 | A summary of options is included below. | ||
42 | For a complete description, see the Info files. | ||
43 | .TP | ||
44 | .B \-f, \-\-file=FILE | ||
45 | Read input from FILE (default stdin) | ||
46 | .TP | ||
47 | .B \-o, \-\-output=FILE | ||
48 | Direct output to FILE | ||
49 | .TP | ||
50 | .B \-l, \-\-list | ||
51 | List the contents of DBM file | ||
52 | .TP | ||
53 | .B \-h, \-\-help | ||
54 | Display this help and exit | ||
55 | .TP | ||
56 | .B \-v, \-\-version | ||
57 | Display program version | ||
58 | .br | ||
59 | .SH AUTHOR | ||
60 | This manual page was written by Jeff Bailey <jbailey@gnu.org>. | ||
61 | Copyright (C) 2001 Free Software Foundation. This document is | ||
62 | in the PUBLIC DOMAIN. | ... | ... |
-
Please register or sign in to post a comment