In the example program on the man page, we are `doing semget()` call but `checking for the shmget() failure`. [Link to the section that should be corrected](https://github.com/mkerrisk/man-pages/blob/71458d681bb4ebd5f9ec15ddea8b856310bc056b/man2/shmop.2#L390)
In the example program on the man page, we are
doing semget()call butchecking for the shmget() failure.Link to the section that should be corrected