]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man2const/PR_SET_MM_AUXV.2const: SYNOPSIS: Fix position of #include line
authorAlejandro Colomar <alx@kernel.org>
Sun, 1 Jun 2025 19:43:10 +0000 (21:43 +0200)
committerAlejandro Colomar <alx@kernel.org>
Sun, 1 Jun 2025 22:40:22 +0000 (00:40 +0200)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man2const/PR_SET_MM_AUXV.2const

index d8d6a0f2bb09d7abe5c038ab9495b82128daa1a3..e2de94c36d2d1268a60f218dc27a4b6f82c65d29 100644 (file)
@@ -12,9 +12,9 @@ Standard C library
 .RI ( libc ,\~ \-lc )
 .SH SYNOPSIS
 .nf
+.BR "#include <linux/prctl.h>" "  /* Definition of " PR_* " constants */"
 .B #include <sys/prctl.h>
 .P
-.BR "#include <linux/prctl.h>" "  /* Definition of " PR_* " constants */"
 .B int prctl(PR_SET_MM, PR_SET_MM_AUXV,
 .BI "          unsigned long " addr ", unsigned long " size ", 0L);"
 .fi