This commit is contained in:
Michael Kerrisk 2006-03-20 03:13:48 +00:00
parent 7bc7af37cf
commit f8bb81c576
3 changed files with 3 additions and 3 deletions

View File

@ -43,7 +43,7 @@ is returned. Upon error, the return value is
Possible errors include: out of memory, attempt to remove a
nonexistent or default severity class.
.SH NOTE
New severity classes can also be added by setting the environment varible
New severity classes can also be added by setting the environment variable
.BR SEV_LEVEL .
.SH "CONFORMING TO"
This function is not specified in the X/Open Portability Guide

View File

@ -446,7 +446,7 @@ Connection timed out (POSIX.1)
Text file busy (POSIX.1)
.TP
.BR EUCLEAN
Struture needs cleaning
Structure needs cleaning
.TP
.BR EUNATCH
Protocol driver not attached

View File

@ -35,7 +35,7 @@ updwtmp, logwtmp \- append an entry to the wtmp file
.I ut
to the wtmp file.
.PP
\fBlogwtmp\fR() constructs an utmp structure using
\fBlogwtmp\fR() constructs a utmp structure using
.IR line ", " name ", " host ,
current time and current process ID.
Then it calls \fBupdwtmp\fR() to append the structure to the utmp file.