Reformat kernel version information for flags.

This commit is contained in:
Michael Kerrisk 2008-05-07 13:43:44 +00:00
parent f99fc19730
commit 31daf529b7
2 changed files with 10 additions and 13 deletions

View File

@ -149,8 +149,7 @@ Status for
children which have stopped is provided children which have stopped is provided
even if this option is not specified. even if this option is not specified.
.TP .TP
.B WCONTINUED .BR WCONTINUED " (since Linux 2.6.10)"
(Since Linux 2.6.10)
also return if a stopped child has been resumed by delivery of also return if a stopped child has been resumed by delivery of
.BR SIGCONT . .BR SIGCONT .
.PP .PP
@ -235,7 +234,7 @@ This macro should only be employed if
returned true. returned true.
.TP .TP
.BI WIFCONTINUED( status ) .BI WIFCONTINUED( status )
(Since Linux 2.6.10) (since Linux 2.6.10)
returns true if the child process was resumed by delivery of returns true if the child process was resumed by delivery of
.BR SIGCONT . .BR SIGCONT .
.SS "waitid()" .SS "waitid()"
@ -502,14 +501,14 @@ This option is ignored if
.B __WALL .B __WALL
is also specified. is also specified.
.TP .TP
.B __WALL .BR __WALL " (since Linux 2.4)"
.\" since patch-2.3.48 .\" since patch-2.3.48
(Since Linux 2.4) Wait for all children, regardless of Wait for all children, regardless of
type ("clone" or "non-clone"). type ("clone" or "non-clone").
.TP .TP
.B __WNOTHREAD .BR __WNOTHREAD " (since Linux 2.4)"
.\" since patch-2.4.0-test8 .\" since patch-2.4.0-test8
(Since Linux 2.4) Do not wait for children of other threads in Do not wait for children of other threads in
the same thread group. the same thread group.
This was the default before Linux 2.4. This was the default before Linux 2.4.
.SH EXAMPLE .SH EXAMPLE

View File

@ -234,9 +234,8 @@ when calling
.sp .sp
.PD 0 .PD 0
.TP 18 .TP 18
.B IN_DONT_FOLLOW .BR IN_DONT_FOLLOW " (since Linux 2.6.15)"
Don't dereference \fIpathname\fP if it is a symbolic link Don't dereference \fIpathname\fP if it is a symbolic link.
(since Linux 2.6.15).
.TP .TP
.B IN_MASK_ADD .B IN_MASK_ADD
Add (OR) events to watch mask for this pathname if Add (OR) events to watch mask for this pathname if
@ -246,9 +245,8 @@ it already exists (instead of replacing mask).
Monitor \fIpathname\fP for one event, then remove from Monitor \fIpathname\fP for one event, then remove from
watch list. watch list.
.TP .TP
.B IN_ONLYDIR .BR IN_ONLYDIR " (since Linux 2.6.15)"
Only watch \fIpathname\fP if it is a directory Only watch \fIpathname\fP if it is a directory.
(since Linux 2.6.15).
.PD .PD
.RE .RE
.PP .PP