wording improvements.

This commit is contained in:
Michael Kerrisk 2008-06-29 06:28:27 +00:00
parent 593f7b6f7e
commit 5018c1b4c5
1 changed files with 3 additions and 2 deletions

View File

@ -163,7 +163,8 @@ does not have any of these functions, but instead uses
.br
.B void endutxent(void);
.sp
The \fIutmpx\fP structure is a superset of the \fIutmp\fP structure,
On some other systems,
the \fIutmpx\fP structure is a superset of the \fIutmp\fP structure,
with additional fields, and larger versions of the existing fields.
The corresponding files are often
.I /var/*/utmpx
@ -200,7 +201,7 @@ 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 equivalents 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