Documentation and build fixes
Showing
9 changed files
with
94 additions
and
4 deletions
1 | 2002-02-07 Jeff Bailey <jbailey@outpost.dnsalias.org> | ||
2 | |||
3 | * guimb/.cvsignore: Add .libs | ||
4 | |||
5 | * .cvsignore: Add stamp-h1 | ||
6 | |||
7 | * sieve/Makefile.am: Add sieve.h for make dist. | ||
8 | |||
9 | * doc/texinfo/programs.texi: Put break between @end itemize and } | ||
10 | to quiet error from texi2dvi. | ||
11 | |||
12 | * doc/texinfo/mailer.texi: Add space to quiet error from makeinfo. | ||
13 | |||
14 | * readmsg/.cvsignore: New File | ||
15 | |||
16 | * doc/man/popauth.1: New file. | ||
17 | |||
18 | * doc/man/Makefile.am: Add popauth.1 | ||
19 | |||
1 | 2002-02-05 Sergey Poznyakoff | 20 | 2002-02-05 Sergey Poznyakoff |
2 | 21 | ||
3 | Use argp_ functions instead of getopt to parse command | 22 | Use argp_ functions instead of getopt to parse command | ... | ... |
doc/man/popauth.1
0 → 100644
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 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 | ||
19 | popauth \- Setup APOP passwords | ||
20 | .SH SYNOPSIS | ||
21 | .B popauth | ||
22 | .RI [ options ] | ||
23 | .SH DESCRIPTION | ||
24 | This manual page documents briefly the | ||
25 | .B popauth | ||
26 | command. | ||
27 | Default action is to convert plaintext to DBM file. | ||
28 | |||
29 | This man page is not intended to be complete. | ||
30 | The programs are documented fully by | ||
31 | .IR "mailutils" , | ||
32 | available via the Info system. | ||
33 | |||
34 | .PP | ||
35 | .\" TeX users may be more comfortable with the \fB<whatever>\fP and | ||
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. |
... | @@ -18,7 +18,7 @@ The API is still changing. | ... | @@ -18,7 +18,7 @@ The API is still changing. |
18 | @deftypefun int mailer_close (mailer_t) | 18 | @deftypefun int mailer_close (mailer_t) |
19 | @end deftypefun | 19 | @end deftypefun |
20 | 20 | ||
21 | @deftypefun int mailer_send_message(mailer_t @var{mailer}, message_t @var{msg}, address_t @var{from}, address_t @var{to}); | 21 | @deftypefun int mailer_send_message (mailer_t @var{mailer}, message_t @var{msg}, address_t @var{from}, address_t @var{to}); |
22 | 22 | ||
23 | If from is not @var{NULL}, it must containg a single fully qualified | 23 | If from is not @var{NULL}, it must containg a single fully qualified |
24 | RFC2822 email address which will be used as the envelope from | 24 | RFC2822 email address which will be used as the envelope from | ... | ... |
1 | @c This is part of the GNU Mailutils manual. | 1 | @c This is part of the GNU Mailutils manual. |
2 | @c Copyright (C) 1999,2000,2001 Free Software Foundation, Inc. | 2 | @c Copyright (C) 1999,2000,2001 Free Software Foundation, Inc. |
3 | @c See file mailutils.texi for copying conditions. | 3 | @c See file mailutils.texi for copying conditions. |
4 | @comment ******************************************************************* | 4 | @comment ******************************************************************* |
... | @@ -39,7 +39,8 @@ are: | ... | @@ -39,7 +39,8 @@ are: |
39 | @item pop3d | 39 | @item pop3d |
40 | @item mail.local | 40 | @item mail.local |
41 | @item comsatd | 41 | @item comsatd |
42 | @end itemize} | 42 | @end itemize |
43 | } | ||
43 | 44 | ||
44 | The @file{mailutils.rc} has a simple line-oriented syntax. Upon | 45 | The @file{mailutils.rc} has a simple line-oriented syntax. Upon |
45 | startup, each mailutils program scans this file for a line that | 46 | startup, each mailutils program scans this file for a line that | ... | ... |
-
Please register or sign in to post a comment