From b9fc84dd29174380439d4fafd5214520db98d7d8 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Sun, 1 Jun 2025 21:43:10 +0200 Subject: [PATCH] man/man2const/PR_SET_MM_AUXV.2const: SYNOPSIS: Fix position of #include line Signed-off-by: Alejandro Colomar --- man/man2const/PR_SET_MM_AUXV.2const | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/man2const/PR_SET_MM_AUXV.2const b/man/man2const/PR_SET_MM_AUXV.2const index d8d6a0f2b..e2de94c36 100644 --- a/man/man2const/PR_SET_MM_AUXV.2const +++ b/man/man2const/PR_SET_MM_AUXV.2const @@ -12,9 +12,9 @@ Standard C library .RI ( libc ,\~ \-lc ) .SH SYNOPSIS .nf +.BR "#include " " /* Definition of " PR_* " constants */" .B #include .P -.BR "#include " " /* Definition of " PR_* " constants */" .B int prctl(PR_SET_MM, PR_SET_MM_AUXV, .BI " unsigned long " addr ", unsigned long " size ", 0L);" .fi -- 2.47.2