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/users.texi | |
parent | 6dd8f3dca0dacac90815a8776142bd28ba59513e (diff) | |
download | glibc-cc6e48bc7c8e7a349147d5ce7683591175134076.tar.gz glibc-cc6e48bc7c8e7a349147d5ce7683591175134076.tar.xz glibc-cc6e48bc7c8e7a349147d5ce7683591175134076.zip |
Fix various problems with @deftypefun lines.
Diffstat (limited to 'manual/users.texi')
-rw-r--r-- | manual/users.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/users.texi b/manual/users.texi index b52ee44439..efe8958b43 100644 --- a/manual/users.texi +++ b/manual/users.texi @@ -1390,7 +1390,7 @@ identical. @comment utmpx.h @comment utmp.h @comment GNU -@deftypefun int getutmp (const struct utmpx *utmpx, struct utmp *utmp) +@deftypefun int getutmp (const struct utmpx *@var{utmpx}, struct utmp *@var{utmp}) @code{getutmp} copies the information, insofar as the structures are compatible, from @var{utmpx} to @var{utmp}. @end deftypefun @@ -1398,7 +1398,7 @@ compatible, from @var{utmpx} to @var{utmp}. @comment utmpx.h @comment utmp.h @comment GNU -@deftypefun int getutmpx (const struct utmp *utmp, struct utmpx *utmpx) +@deftypefun int getutmpx (const struct utmp *@var{utmp}, struct utmpx *@var{utmpx}) @code{getutmpx} copies the information, insofar as the structures are compatible, from @var{utmp} to @var{utmpx}. @end deftypefun |