diff options
author | kib <kib@FreeBSD.org> | 2009-03-05 12:04:42 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2009-03-05 12:04:42 +0000 |
commit | 9d2aa84a7ad0a2b35c0f60cb92df273ced7fb87a (patch) | |
tree | 055a54b061ae048cacfe3b5245b64dd5d913f28c /UPDATING | |
parent | ed62a96e4332398a373a6d43c15284686fefa7a0 (diff) | |
download | FreeBSD-src-9d2aa84a7ad0a2b35c0f60cb92df273ced7fb87a.zip FreeBSD-src-9d2aa84a7ad0a2b35c0f60cb92df273ced7fb87a.tar.gz |
Hopefully, improve the grammar and wording in the changes to shmctl(2)
manpage and UPDATING entry 20090302.
UPDATING changes suggested by bf2006a yahoo com.
man page corrections by bde.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -23,11 +23,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8.x IS SLOW: ln -s aj /etc/malloc.conf.) 20090302: - The workaround is committed to allow to create System V shared - memory segment of size > 2 Gb on the 64-bit architectures. - Due to limitation of the existing ABI, the shm_segsz member + A workaround is committed to allow the creation of System V shared + memory segment of size > 2 GB on the 64-bit architectures. + Due to a limitation of the existing ABI, the shm_segsz member of the struct shmid_ds, returned by shmctl(IPC_STAT) call is - wrong for large segments. Note that limits shall be explicitely + wrong for large segments. Note that limits must be explicitely raised to allow such segments to be created. 20090301: |