Commit 4c4d9851 4c4d985111347a1b2acad50ffd8018821e37e5ce by Jeff Bailey

Add man pages for pop3d and imap4d

1 parent 124a161f
1 2001-11-10 Jeff Bailey <jbailey@outpost.dnsalias.org> 1 2001-11-10 Jeff Bailey <jbailey@outpost.dnsalias.org>
2 2
3 * doc/man/.cvsignore: New File
4
5 * doc/Makefile.am: Add man to SUBDIRS
6
7 * configure.in: Build doc/man/Makefile
8
9 * doc/man/pop3d.1: New File
10
11 * doc/man/imap4d.1: New File
12
13 * doc/man/Makefile.am: New File
14
3 * pop3d/pop3d.c: Change timeout to unsigned int from size_t. 15 * pop3d/pop3d.c: Change timeout to unsigned int from size_t.
4 Thanks to James Troup <james@nocrew.org> 16 Thanks to James Troup <james@nocrew.org>
5 17
......
...@@ -249,7 +249,8 @@ fi ...@@ -249,7 +249,8 @@ fi
249 249
250 dnl Output Makefiles 250 dnl Output Makefiles
251 AC_OUTPUT(Makefile mailutils.spec include/Makefile include/mailutils/Makefile 251 AC_OUTPUT(Makefile mailutils.spec include/Makefile include/mailutils/Makefile
252 m4/Makefile doc/Makefile doc/rfc/Makefile doc/texinfo/Makefile argp/Makefile 252 m4/Makefile doc/Makefile doc/man/Makefile doc/rfc/Makefile
253 doc/texinfo/Makefile argp/Makefile
253 lib/Makefile lib/posix/Makefile mailbox/Makefile imap4d/Makefile 254 lib/Makefile lib/posix/Makefile mailbox/Makefile imap4d/Makefile
254 mailbox/include/Makefile from/Makefile mail/Makefile pop3d/Makefile 255 mailbox/include/Makefile from/Makefile mail/Makefile pop3d/Makefile
255 frm/Makefile sieve/Makefile messages/Makefile scripts/Makefile 256 frm/Makefile sieve/Makefile messages/Makefile scripts/Makefile
......
1 # This file is part of GNU Mailutils 1 # This file is part of GNU Mailutils
2 # Copyright (C) 2000,2001, Free Software Foundation 2 # Copyright (C) 2000,2001, Free Software Foundation
3 3
4 SUBDIRS=texinfo rfc 4 SUBDIRS=texinfo rfc man
......
1 Makefile
2 Makefile.in
1 man_MANS=pop3d.1 imap4d.1
2 EXTRA_DIST = $(man_MANS)
3
4
1 .\" Hey, EMACS: -*- nroff -*-
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
19 imap4d \- RFC1939 compliant POP3 Daemon.
20 .SH SYNOPSIS
21 .B imap4d
22 .RI [ options ]
23 .SH DESCRIPTION
24 This manual page documents briefly the
25 .B imap4d
26 command.
27 This man page is not intended to be complete.
28 Instead, it has documentation in the GNU Info format; see below.
29 .PP
30 .\" TeX users may be more comfortable with the \fB<whatever>\fP and
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 -*-
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
19 pop3d \- RFC1939 compliant POP3 Daemon.
20 .SH SYNOPSIS
21 .B pop3d
22 .RI [ options ]
23 .SH DESCRIPTION
24 This manual page documents briefly the
25 .B pop3d
26 command.
27 This man page is not intended to be complete.
28 Instead, it has documentation in the GNU Info format; see below.
29 .PP
30 .\" TeX users may be more comfortable with the \fB<whatever>\fP and
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.