Last change was really:

In the ipc_perm structure definition, some fields were
incorrectly named: s/key/__key/ and s/seq/__seq/.
This commit is contained in:
Michael Kerrisk 2008-08-06 20:19:17 +00:00
parent 2d2892fc42
commit 765eec1080
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
.\" attaches to a segment that has already been marked for deletion.
.\" 2005-08-02, mtk: Added IPC_INFO, SHM_INFO, SHM_STAT descriptions.
.\"
.TH SHMCTL 2 2008-08-06 "Linux" "Linux Programmer's Manual"
.TH SHMCTL 2 2008-08-07 "Linux" "Linux Programmer's Manual"
.SH NAME
shmctl \- shared memory control
.SH SYNOPSIS