aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2024-05-28 15:01:36 +0200
committerAlejandro Colomar <alx@kernel.org>2024-05-30 15:31:12 +0200
commit07e8a6c45b61ef52813a06a687d5165a828a2415 (patch)
tree12cc1698ef3f5e118417105ad83e389300a8c684
parent6f3879fa5af877018c25021dcf17d4d39249b9b6 (diff)
downloadman-pages-07e8a6c45b61ef52813a06a687d5165a828a2415.tar.gz
prctl.2: SYNOPSIS: Simplify
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man/man2/prctl.24
1 files changed, 1 insertions, 3 deletions
diff --git a/man/man2/prctl.2 b/man/man2/prctl.2
index 0eed702e70..9eab5015ec 100644
--- a/man/man2/prctl.2
+++ b/man/man2/prctl.2
@@ -46,9 +46,7 @@ Standard C library
.nf
.B #include <sys/prctl.h>
.P
-.BI "int prctl(int " op ", ..."
-.BI " \fR/*\fP unsigned long " arg2 ", unsigned long " arg3 ,
-.BI " unsigned long " arg4 ", unsigned long " arg5 " \fR*/\fP );"
+.BI "int prctl(int " op ", ...);"
.fi
.SH DESCRIPTION
.BR prctl ()