aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2006-03-20 03:13:48 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2006-03-20 03:13:48 +0000
commitf8bb81c57669f89e0e3bbcb3b6b5d267ed96e264 (patch)
tree472b550884bbf22c4e3cb4b43b0e4040c476b803
parent7bc7af37cfd31bab22b82d8f200a6f486e724b03 (diff)
downloadman-pages-f8bb81c57669f89e0e3bbcb3b6b5d267ed96e264.tar.gz
spfix
-rw-r--r--man3/addseverity.32
-rw-r--r--man3/errno.32
-rw-r--r--man3/updwtmp.32
3 files changed, 3 insertions, 3 deletions
diff --git a/man3/addseverity.3 b/man3/addseverity.3
index 123c95d2fb..7d706036a2 100644
--- a/man3/addseverity.3
+++ b/man3/addseverity.3
@@ -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
diff --git a/man3/errno.3 b/man3/errno.3
index 3d151f9030..8e23d68d07 100644
--- a/man3/errno.3
+++ b/man3/errno.3
@@ -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
diff --git a/man3/updwtmp.3 b/man3/updwtmp.3
index 9cced3ddfd..23aeccc407 100644
--- a/man3/updwtmp.3
+++ b/man3/updwtmp.3
@@ -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.