diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-09-04 08:57:04 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2006-09-04 08:57:04 +0000 |
| commit | ef0b81712fefaf4328ffd53ee945763d376cc2ac (patch) | |
| tree | 242a0fceedae3dc1767af5c53488c206d7d996f0 /man3 | |
| parent | 3bd6a9b1181e78670666a5c54b7884ea0098ef62 (diff) | |
| download | man-pages-ef0b81712fefaf4328ffd53ee945763d376cc2ac.tar.gz | |
wfix/tfix
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/atexit.3 | 2 | ||||
| -rw-r--r-- | man3/insque.3 | 2 | ||||
| -rw-r--r-- | man3/strfmon.3 | 2 |
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), |
