semop.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2008-10-04 07:14:34 +02:00
parent dfcc37a6ab
commit 55aa29202c
1 changed files with 4 additions and 4 deletions

View File

@ -30,7 +30,7 @@
.\" 2005-04-08, mtk, Noted kernel version numbers for semtimedop()
.\" 2007-07-09, mtk, Added an EXAMPLE code segment.
.\"
.TH SEMOP 2 2007-07-26 "Linux" "Linux Programmer's Manual"
.TH SEMOP 2 2008-10-04 "Linux" "Linux Programmer's Manual"
.SH NAME
semop, semtimedop \- semaphore operations
.SH SYNOPSIS
@ -400,9 +400,9 @@ SVr4, POSIX.1-2001.
.SH NOTES
The
.I sem_undo
structures of a process aren't inherited across a
.BR fork (2)
system call, but they are inherited across an
structures of a process aren't inherited by the child produced by
.BR fork (2),
but they are inherited across an
.BR execve (2)
system call.
.PP