missing @end deftypefun
replade @func with @code
Showing
2 changed files
with
7 additions
and
1 deletions
1 | 2001-11-26 Alain Magloire | ||
2 | |||
3 | * doc/texinfo/mailer.texi: Replace @func with @code | ||
4 | missing @end deftypefun | ||
5 | |||
1 | 2001-11-26 Sam Roberts | 6 | 2001-11-26 Sam Roberts |
2 | 7 | ||
3 | * doc/texinfo/mailer.texi: Hacked up work-in-progress of the mailer | 8 | * doc/texinfo/mailer.texi: Hacked up work-in-progress of the mailer | ... | ... |
... | @@ -236,10 +236,11 @@ are sent, so it never matters what it is set to until it REALLY matters. | ... | @@ -236,10 +236,11 @@ are sent, so it never matters what it is set to until it REALLY matters. |
236 | 236 | ||
237 | If to is nul, then the contents of the standard "To:", "Cc:", and | 237 | If to is nul, then the contents of the standard "To:", "Cc:", and |
238 | "Bcc:" fields will be used as recipient addresses. | 238 | "Bcc:" fields will be used as recipient addresses. |
239 | @end deftypefun | ||
239 | 240 | ||
240 | @deftypefun int mailer_send_message (mailer_t, message_t) | 241 | @deftypefun int mailer_send_message (mailer_t, message_t) |
241 | 242 | ||
242 | Identical to @func{mailer_send_message()} with @var{from} | 243 | Identical to @code{mailer_send_message()} with @var{from} |
243 | and @var{to} both @code{NULL}. | 244 | and @var{to} both @code{NULL}. |
244 | 245 | ||
245 | @end deftypefun | 246 | @end deftypefun | ... | ... |
-
Please register or sign in to post a comment