]> git.ipfire.org Git - thirdparty/man-pages.git/commit
prctl.2: Document (uncomment) PR_SET_MM options in Linux 3.5
authorKir Kolyshkin <kir@openvz.org>
Thu, 13 Feb 2014 00:49:13 +0000 (16:49 -0800)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 26 Feb 2014 16:42:59 +0000 (17:42 +0100)
commit77649527ec1595e6d742ca28053695fc28f3adf5
tree105d48a96b5dcdf8850d3edd36e213dadff801b9
parentb40dd7e45d4d9fd72b2a4eb1133a64aa5525fc04
prctl.2: Document (uncomment) PR_SET_MM options in Linux 3.5

Some of the PR_SET_MM options were merged to vanilla kernel
later, and appeared in Linux 3.5. Those are:

   - PR_SET_MM_ARG_START
   - PR_SET_MM_ARG_END
   - PR_SET_MM_ENV_START
   - PR_SET_MM_ENV_END
   - PR_SET_MM_AUXV
   - PR_SET_MM_EXE_FILE

This patch merely uncomments description and error codes
for these options, which were present but commented out,
and removes the appropriate FIXME marks.

Signed-off-by: Kir Kolyshkin <kir@openvz.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/prctl.2