aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
-rw-r--r--fetchmail.man22
2 files changed, 21 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 69e5aba3..aad96a52 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -200,7 +200,7 @@ headers = $(srcdir)/fetchmail.h $(srcdir)/socket.h $(srcdir)/smtp.h \
extra = $(srcdir)/alloca.c $(srcdir)/getopt.[ch] $(srcdir)/getopt1.c \
$(srcdir)/strcasecmp.c
docs = $(srcdir)/COPYING $(srcdir)/README $(srcdir)/INSTALL $(srcdir)/NEWS \
- $(srcdir)/NOTES $(srcdir)/fetchmail.lsm $(srcdir)/RFC/*.txt \
+ $(srcdir)/NOTES $(srcdir)/fetchmail.lsm \
$(srcdir)/*.man $(srcdir)/sample.rcfile $(srcdir)/FAQ
config = $(srcdir)/Makefile.in $(srcdir)/configure.in $(srcdir)/configure \
$(srcdir)/config.guess $(srcdir)/config.h.in $(srcdir)/config.sub \
diff --git a/fetchmail.man b/fetchmail.man
index 2c978de4..a1e87ad8 100644
--- a/fetchmail.man
+++ b/fetchmail.man
@@ -940,5 +940,23 @@ Send comments, bug reports, gripes, and the like to Eric S. Raymond
<esr@thyrsus.com>.
.SH SEE ALSO
-elm(1), mail(1), sendmail(8), popd(8), imapd(8);
-RFC 937, RFC 1081, RFC1176, RFC 1225, RFC 1460, RFC 1725, RFC1939.
+elm(1), mail(1), sendmail(8), popd(8), imapd(8)
+.SH APPLICABLE STANDARDS
+.TP 5
+SMTP:
+RFC 821
+.TP 5
+mail:
+RFC 822
+.TP 5
+POP2:
+RFC 937
+.TP 5
+POP3:
+RFC 1081, RFC 1225, RFC 1460, RFC 1725, RFC 1939
+.TP 5
+IMAP2/IMAP2BIS:
+RFC 1176, RFC 1732
+.TP 5
+IMAP4:
+RFC 1730, RFC 1731, RFC 1732 \ No newline at end of file