diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-04-11 17:58:16 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-04-11 17:58:16 +0000 |
| commit | 336ff946fc1deb19ef955ede2b4b7fca79f29cd8 (patch) | |
| tree | f57107d7b8bf704f4d6c860bf52499f3635b03ad | |
| parent | d134e17633e9da7d6274aca5deaa4485e0419e6e (diff) | |
Notes
| -rw-r--r-- | share/man/man9/boot.9 | 2 | ||||
| -rw-r--r-- | share/man/man9/resettodr.9 | 2 | ||||
| -rw-r--r-- | share/man/man9/store.9 | 1 |
3 files changed, 5 insertions, 0 deletions
diff --git a/share/man/man9/boot.9 b/share/man/man9/boot.9 index ef0119410373..924c052f686b 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 20b8ff448ac0..3860b61c2aef 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 6b095d1e6921..2982685f3ac2 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 |
