diff options
| author | Alejandro Colomar <alx@kernel.org> | 2024-05-29 01:31:34 +0200 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2024-05-29 01:32:21 +0200 |
| commit | 5cd2d51e343ceaffac95031b1cb8309a2f7fc6a5 (patch) | |
| tree | 7475ff43c70eb8ca100710610b155f373620bc43 | |
| parent | e341fb7e47bc4e99c27fa61735cda2ba3e97ca00 (diff) | |
| download | man-pages-5cd2d51e343ceaffac95031b1cb8309a2f7fc6a5.tar.gz | |
prctl.2: tfix
Fixes: 7e3236a5a010 ("prctl(2): PR_SET_MM: Document new PR_SET_MM_MAP{,_SIZE} helpers")
Signed-off-by: Alejandro Colomar <alx@kernel.org>
| -rw-r--r-- | man/man2/prctl.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man2/prctl.2 b/man/man2/prctl.2 index 453e2177c3..8028a16c4a 100644 --- a/man/man2/prctl.2 +++ b/man/man2/prctl.2 @@ -763,7 +763,7 @@ Returns the size of the the kernel expects. This allows user space to find a compatible struct. The -.I arg4 +.I arg3 argument should be a pointer to an unsigned int. .IP This feature is available only if the kernel is built with the |
