diff options
Diffstat (limited to 'lib/libc/sys/reboot.2')
-rw-r--r-- | lib/libc/sys/reboot.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/reboot.2 b/lib/libc/sys/reboot.2 index 8f247b2c30e3..8e3a19ad71c5 100644 --- a/lib/libc/sys/reboot.2 +++ b/lib/libc/sys/reboot.2 @@ -41,8 +41,8 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS -.Fd #include <unistd.h> -.Fd #include <sys/reboot.h> +.In unistd.h +.In sys/reboot.h .Ft int .Fn reboot "int howto" .Sh DESCRIPTION |