From ef0b81712fefaf4328ffd53ee945763d376cc2ac Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 4 Sep 2006 08:57:04 +0000 Subject: [PATCH] wfix/tfix --- man2/epoll_ctl.2 | 2 +- man2/execve.2 | 2 +- man2/getcontext.2 | 2 +- man2/mknodat.2 | 2 +- man2/mmap.2 | 2 +- man2/shmop.2 | 12 ++++++------ man3/atexit.3 | 2 +- man3/insque.3 | 2 +- man3/strfmon.3 | 2 +- man5/nscd.conf.5 | 2 +- 10 files changed, 15 insertions(+), 15 deletions(-) diff --git a/man2/epoll_ctl.2 b/man2/epoll_ctl.2 index 8972ad03f9..543630c753 100644 --- a/man2/epoll_ctl.2 +++ b/man2/epoll_ctl.2 @@ -224,6 +224,6 @@ when using .BR EPOLL_CTL_DEL . .SH "SEE ALSO" .BR epoll_create (2), -.BR poll (2), .BR epoll_wait (2), +.BR poll (2), .BR epoll (7) diff --git a/man2/execve.2 b/man2/execve.2 index d6dc9391b4..d123595656 100644 --- a/man2/execve.2 +++ b/man2/execve.2 @@ -68,7 +68,7 @@ after a successful \fBexecve\fP(). If the set-user-ID bit is set on the program file pointed to by \fIfilename\fP, and the calling process is not being ptraced, then the effective user ID of the calling process is changed -to that of the owner of the program file. i +to that of the owner of the program file. Similarly, when the set-group-ID bit of the program file is set the effective group ID of the calling process is set to the group of the program file. diff --git a/man2/getcontext.2 b/man2/getcontext.2 index 995e72c61a..c3ececa477 100644 --- a/man2/getcontext.2 +++ b/man2/getcontext.2 @@ -31,7 +31,7 @@ getcontext, setcontext \- get or set the user context .BI "int setcontext(const ucontext_t *" ucp ); .SH DESCRIPTION In a System V-like environment, one has the two types -\fBmcontext_t\fP and \fIucontext_t\fP defined in +\fImcontext_t\fP and \fIucontext_t\fP defined in .I and the four functions \fBgetcontext\fP(), \fBsetcontext\fP(), \fBmakecontext\fP() diff --git a/man2/mknodat.2 b/man2/mknodat.2 index 610a6b792a..2514d5d526 100644 --- a/man2/mknodat.2 +++ b/man2/mknodat.2 @@ -104,4 +104,4 @@ for inclusion in a future revision of POSIX.1. was added to Linux in kernel 2.6.16. .SH "SEE ALSO" .BR mknod (2), -.BR openat (2), +.BR openat (2) diff --git a/man2/mmap.2 b/man2/mmap.2 index abbbe4dc1d..a503cd8e1d 100644 --- a/man2/mmap.2 +++ b/man2/mmap.2 @@ -196,7 +196,7 @@ This flag is currently only supported on x86-64 for 64bit programs. .BR MAP_POPULATE " (since Linux 2.5.46)" Populate (prefault) page tables for a file mapping, by performing read-ahead on the file. -Later accesses to the mapping will not be bocked by page faults. +Later accesses to the mapping will not be blocked by page faults. .TP .BR MAP_NONBLOCK " (since Linux 2.5.46)" Only meaningful in conjunction with diff --git a/man2/shmop.2 b/man2/shmop.2 index 871a7c7f05..4f9223bf4d 100644 --- a/man2/shmop.2 +++ b/man2/shmop.2 @@ -274,17 +274,17 @@ SVr4, POSIX.1-2001. In SVID 3 (or perhaps earlier) the type of the \fIshmaddr\fP argument was changed from -.B "char *" +.I "char *" into -.BR "const void *" , +.IR "const void *" , and the returned type of \fIshmat\fP() from -.B "char *" +.I "char *" into -.BR "void *" . +.IR "void *" . (Linux libc4 and libc5 have the -.B "char *" +.I "char *" prototypes; glibc2 has -.BR "void *" .) +.IR "void *" .) .SH "SEE ALSO" .BR brk (2), .BR mmap (2), 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), diff --git a/man5/nscd.conf.5 b/man5/nscd.conf.5 index bbd63da98d..fa10100758 100644 --- a/man5/nscd.conf.5 +++ b/man5/nscd.conf.5 @@ -174,7 +174,7 @@ The memory mapping of the nscd databases for .I service is shared with the clients so that they can directly search in them instead of having to ask the -daemon over the socket each time a lookup is performend. +daemon over the socket each time a lookup is performed. .RE .SH "SEE ALSO" -- 2.39.2