aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2006-09-04 08:57:04 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2006-09-04 08:57:04 +0000
commitef0b81712fefaf4328ffd53ee945763d376cc2ac (patch)
tree242a0fceedae3dc1767af5c53488c206d7d996f0 /man3
parent3bd6a9b1181e78670666a5c54b7884ea0098ef62 (diff)
downloadman-pages-ef0b81712fefaf4328ffd53ee945763d376cc2ac.tar.gz
wfix/tfix
Diffstat (limited to 'man3')
-rw-r--r--man3/atexit.32
-rw-r--r--man3/insque.32
-rw-r--r--man3/strfmon.32
3 files changed, 3 insertions, 3 deletions
diff --git a/man3/atexit.3 b/man3/atexit.3
index 434aa301f4..a850125722 100644
--- a/man3/atexit.3
+++ b/man3/atexit.3
@@ -52,7 +52,7 @@ The actual limit supported by an implementation can be obtained using
.LP
When a child process is created via
.BR fork (),
-it inherits copies of the its parents registrations.
+it inherits copies of its parents registrations.
Upon a successful call to one of the
.BR exec ()
functions,
diff --git a/man3/insque.3 b/man3/insque.3
index 1c58a04552..fbc3329795 100644
--- a/man3/insque.3
+++ b/man3/insque.3
@@ -53,7 +53,7 @@ doubly-linked list.
POSIX.1-2001
.SH "HISTORICAL NOTES"
Traditionally (e.g. SunOS, Linux libc 4,5) the parameters of these
-functions were of type \fBstruct qelem *\fP, where the struct
+functions were of type \fIstruct qelem *\fP, where the struct
is defined as
.RS
diff --git a/man3/strfmon.3 b/man3/strfmon.3
index e78442ef87..06d1d57a09 100644
--- a/man3/strfmon.3
+++ b/man3/strfmon.3
@@ -138,7 +138,7 @@ and Portuguese locales yield
.RE
.SH "CONFORMING TO"
Not in POSIX.1-2001.
-Presnt on several other systems.
+Present on several other systems.
.SH "SEE ALSO"
.BR setlocale (3),
.BR sprintf (3),