Commit 4c4d9851 4c4d985111347a1b2acad50ffd8018821e37e5ce by Jeff Bailey

Add man pages for pop3d and imap4d

1 parent 124a161f
2001-11-10 Jeff Bailey <jbailey@outpost.dnsalias.org>
* doc/man/.cvsignore: New File
* doc/Makefile.am: Add man to SUBDIRS
* configure.in: Build doc/man/Makefile
* doc/man/pop3d.1: New File
* doc/man/imap4d.1: New File
* doc/man/Makefile.am: New File
* pop3d/pop3d.c: Change timeout to unsigned int from size_t.
Thanks to James Troup <james@nocrew.org>
......
......@@ -249,7 +249,8 @@ fi
dnl Output Makefiles
AC_OUTPUT(Makefile mailutils.spec include/Makefile include/mailutils/Makefile
m4/Makefile doc/Makefile doc/rfc/Makefile doc/texinfo/Makefile argp/Makefile
m4/Makefile doc/Makefile doc/man/Makefile doc/rfc/Makefile
doc/texinfo/Makefile argp/Makefile
lib/Makefile lib/posix/Makefile mailbox/Makefile imap4d/Makefile
mailbox/include/Makefile from/Makefile mail/Makefile pop3d/Makefile
frm/Makefile sieve/Makefile messages/Makefile scripts/Makefile
......
# This file is part of GNU Mailutils
# Copyright (C) 2000,2001, Free Software Foundation
SUBDIRS=texinfo rfc
SUBDIRS=texinfo rfc man
......
Makefile
Makefile.in
man_MANS=pop3d.1 imap4d.1
EXTRA_DIST = $(man_MANS)
.\" Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH IMAP4D 1 "November 10th, 2001"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh disable hyphenation
.\" .hy enable hyphenation
.\" .ad l left justify
.\" .ad b justify to both left and right margins
.\" .nf disable filling
.\" .fi enable filling
.\" .br insert line break
.\" .sp <n> insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
imap4d \- RFC1939 compliant POP3 Daemon.
.SH SYNOPSIS
.B imap4d
.RI [ options ]
.SH DESCRIPTION
This manual page documents briefly the
.B imap4d
command.
This man page is not intended to be complete.
Instead, it has documentation in the GNU Info format; see below.
.PP
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
.\" respectively.
.SH OPTIONS
These programs follow the usual GNU command line syntax, with long
options starting with two dashes (`-').
A summary of options is included below.
For a complete description, see the Info files.
.TP
.B \-h, \-\-help
Show summary of options.
.TP
.B \-v, \-\-version
Show version of program.
.TP
.B \-d, \-\-daemon=MAXCHILDREN
Runs in daemon mode with a maximum of MAXCHILDREN child processes.
.TP
.B \-i, \-\-inetd
Runs in inetd mode (default).
.TP
.B \-p, \-\-port=PORT
Specifies port to listen on, implies -d defaults to 110, which need not be specified.
.TP
.B \-t, \-\-timeout=TIMEOUT
Sets idle timeout to TIMEOUT seconds TIMEOUT default is 600 (10 minutes).
.SH SEE ALSO
.BR RFC1730.
.br
The programs are documented fully by
.IR "mailutils" ,
available via the Info system.
.SH AUTHOR
This manual page was written by Jeff Bailey <jbailey@gnu.org>.
Copyright (C) 2001 Free Software Foundation. This document is
in the PUBLIC DOMAIN.
.\" Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH POP3D 1 "November 10th, 2001"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh disable hyphenation
.\" .hy enable hyphenation
.\" .ad l left justify
.\" .ad b justify to both left and right margins
.\" .nf disable filling
.\" .fi enable filling
.\" .br insert line break
.\" .sp <n> insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
pop3d \- RFC1939 compliant POP3 Daemon.
.SH SYNOPSIS
.B pop3d
.RI [ options ]
.SH DESCRIPTION
This manual page documents briefly the
.B pop3d
command.
This man page is not intended to be complete.
Instead, it has documentation in the GNU Info format; see below.
.PP
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
.\" respectively.
.SH OPTIONS
These programs follow the usual GNU command line syntax, with long
options starting with two dashes (`-').
A summary of options is included below.
For a complete description, see the Info files.
.TP
.B \-h, \-\-help
Show summary of options.
.TP
.B \-v, \-\-version
Show version of program.
.TP
.B \-d, \-\-daemon=MAXCHILDREN
Runs in daemon mode with a maximum of MAXCHILDREN child processes.
.TP
.B \-i, \-\-inetd
Runs in inetd mode (default).
.TP
.B \-p, \-\-port=PORT
Specifies port to listen on, implies -d defaults to 110, which need not be specified.
.TP
.B \-t, \-\-timeout=TIMEOUT
Sets idle timeout to TIMEOUT seconds TIMEOUT default is 600 (10 minutes).
.SH SEE ALSO
.BR RFC1939.
.br
The programs are documented fully by
.IR "mailutils" ,
available via the Info system.
.SH AUTHOR
This manual page was written by Jeff Bailey <jbailey@gnu.org>.
Copyright (C) 2001 Free Software Foundation. This document is
in the PUBLIC DOMAIN.