POSIX.1 does not specify utmpx _r() functions.

This commit is contained in:
Michael Kerrisk 2008-06-29 05:53:20 +00:00
parent 747f898c32
commit 23c36287fb
1 changed files with 2 additions and 1 deletions

View File

@ -200,7 +200,8 @@ parameter gives these functions a place to store their result.
On success they return 0, and a pointer to the result is written in
.IR *ubufp .
On error these functions return \-1.
There are no utmpx of the above functions.
There are no utmpx of the above functions.
(POSIX.1 does not sdpecify such functions.)
.SH EXAMPLE
The following example adds and removes a utmp record, assuming it is run
from within a pseudo terminal.