semop.2: SEE ALSO: Add clone(2)

Give reader a clue about CLONE_SYSVSEM.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-08-27 12:43:52 +02:00
parent eb58a74c8c
commit f81b78a4ca
1 changed files with 2 additions and 1 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 2012-05-31 "Linux" "Linux Programmer's Manual"
.TH SEMOP 2 2012-08-27 "Linux" "Linux Programmer's Manual"
.SH NAME
semop, semtimedop \- semaphore operations
.SH SYNOPSIS
@ -527,6 +527,7 @@ and then increment the semaphore value by one.
}
.fi
.SH "SEE ALSO"
.BR clone (2),
.BR semctl (2),
.BR semget (2),
.BR sigaction (2),