diff options
author | Nicolas Boulenguez <nicolas.boulenguez@free.fr> | 2012-02-17 17:44:38 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-02-17 17:44:38 +0000 |
commit | cc6e48bc7c8e7a349147d5ce7683591175134076 (patch) | |
tree | c2df9fa3e01548be4bebf1736d1040ce8405765d /manual/syslog.texi | |
parent | 6dd8f3dca0dacac90815a8776142bd28ba59513e (diff) | |
download | glibc-cc6e48bc7c8e7a349147d5ce7683591175134076.tar glibc-cc6e48bc7c8e7a349147d5ce7683591175134076.tar.gz glibc-cc6e48bc7c8e7a349147d5ce7683591175134076.tar.bz2 glibc-cc6e48bc7c8e7a349147d5ce7683591175134076.zip |
Fix various problems with @deftypefun lines.
Diffstat (limited to 'manual/syslog.texi')
-rw-r--r-- | manual/syslog.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/syslog.texi b/manual/syslog.texi index e16b5d2475..4699978477 100644 --- a/manual/syslog.texi +++ b/manual/syslog.texi @@ -275,7 +275,7 @@ The symbols referred to in this section are declared in the file @c syslog() is implemented as a call to vsyslog(). @comment syslog.h @comment BSD -@deftypefun void syslog (int @var{facility_priority}, char *@var{format}, ...) +@deftypefun void syslog (int @var{facility_priority}, char *@var{format}, @dots{}) @code{syslog} submits a message to the Syslog facility. It does this by writing to the Unix domain socket @code{/dev/log}. @@ -403,7 +403,7 @@ syslog (LOG_MAKEPRI(LOG_LOCAL1, LOG_ERROR), @comment syslog.h @comment BSD -@deftypefun void vsyslog (int @var{facility_priority}, char *@var{format}, va_list arglist) +@deftypefun void vsyslog (int @var{facility_priority}, char *@var{format}, va_list @var{arglist}) This is functionally identical to @code{syslog}, with the BSD style variable length argument. |