getutent.3: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2021-01-04 08:54:44 +01:00
parent fe05d0458e
commit e3528453c0
1 changed files with 1 additions and 1 deletions

View File

@ -44,9 +44,9 @@ utmpname \- access utmp file entries
.PP
.B void setutent(void);
.B void endutent(void);
.fi
.PP
.BI "int utmpname(const char *" file );
.fi
.SH DESCRIPTION
New applications should use the POSIX.1-specified "utmpx" versions of
these functions; see CONFORMING TO.