aboutsummaryrefslogtreecommitdiffstats
path: root/man2/sysctl.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/sysctl.2')
-rw-r--r--man2/sysctl.26
1 files changed, 4 insertions, 2 deletions
diff --git a/man2/sysctl.2 b/man2/sysctl.2
index a36ec7a884..06989c16d3 100644
--- a/man2/sysctl.2
+++ b/man2/sysctl.2
@@ -30,10 +30,12 @@
sysctl \- read/write system parameters
.SH SYNOPSIS
.B #include <unistd.h>
-.sp
+.br
.B #include <linux/unistd.h>
-.sp
+.br
.B #include <linux/sysctl.h>
+.br
+.B #include <errno.h>
.sp
.B _syscall1(int, _sysctl, struct __sysctl_args *, args)
.sp