shmget.2: spfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-03-16 11:02:57 +01:00
parent b3a695fcd8
commit 0bca57f378
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ If the shared memory segment already exists, the permissions are
verified, and a check is made to see if it is marked for destruction.
.SH RETURN VALUE
On success, a valid shared memory identifier is returned.
On errir, \-1 is returned, and
On error, \-1 is returned, and
.I errno
is set to indicate the error.
.SH ERRORS