summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-04-11 17:58:16 +0000
committerbde <bde@FreeBSD.org>1997-04-11 17:58:16 +0000
commit8be7733c4d13a16aad274765269378042e5b6f03 (patch)
tree2b928a985490572f8fb4d95cb4c9ea80252bcca1 /share/man
parent40a06f087a3b0e387b4cedcc0218c7879a2ac9a1 (diff)
downloadFreeBSD-src-8be7733c4d13a16aad274765269378042e5b6f03.zip
FreeBSD-src-8be7733c4d13a16aad274765269378042e5b6f03.tar.gz
Fixed #include(s) in the synopsis to actually declare the function(s) in the
synopsis.
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man9/boot.92
-rw-r--r--share/man/man9/resettodr.92
-rw-r--r--share/man/man9/store.91
3 files changed, 5 insertions, 0 deletions
diff --git a/share/man/man9/boot.9 b/share/man/man9/boot.9
index ef01194..924c052 100644
--- a/share/man/man9/boot.9
+++ b/share/man/man9/boot.9
@@ -39,6 +39,8 @@
.Nm boot
.Nd halt or reboot the system
.Sh SYNOPSIS
+.Fd #include <sys/types.h>
+.Fd #include <sys/systm.h>
.Fd #include <sys/reboot.h>
.Ft void
.Fn boot "int howto"
diff --git a/share/man/man9/resettodr.9 b/share/man/man9/resettodr.9
index 20b8ff4..3860b61 100644
--- a/share/man/man9/resettodr.9
+++ b/share/man/man9/resettodr.9
@@ -36,6 +36,8 @@
.Nm resettodr
.Nd set battery-backed clock from system time
.Sh SYNOPSIS
+.Fd #include <sys/types.h>
+.Fd #include <sys/systm.h>
.Ft void
.Fn resettodr "void"
.Sh DESCRIPTION
diff --git a/share/man/man9/store.9 b/share/man/man9/store.9
index 6b095d1..2982685 100644
--- a/share/man/man9/store.9
+++ b/share/man/man9/store.9
@@ -45,6 +45,7 @@
.Sh SYNOPSIS
.Fd #include <sys/types.h>
.Fd #include <sys/systm.h>
+.Fd #include <sys/resourcevar.h>
.Ft int
.Fn subyte "void *base" "int byte"
.Ft int
OpenPOWER on IntegriCloud