From 23c36287fb76b968db6d33f2b81a37dbbf6fdcce Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 29 Jun 2008 05:53:20 +0000 Subject: [PATCH] POSIX.1 does not specify utmpx _r() functions. --- man3/getutent.3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man3/getutent.3 b/man3/getutent.3 index 66b0b99db..3baf2d1b0 100644 --- a/man3/getutent.3 +++ b/man3/getutent.3 @@ -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.