semop.2: Add a reference to the semop(2) example in shmop(2)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-02-28 11:54:23 +01:00
parent fc4774234e
commit 26c8d4bb8c
1 changed files with 5 additions and 0 deletions

View File

@ -544,6 +544,11 @@ if (semop(semid, sops, 2) == \-1) {
}
.EE
.in
.PP
A further example of the use of
.BR semop ()
can be found in
.BR shmop (2).
.SH SEE ALSO
.BR clone (2),
.BR semctl (2),