Fixed #include(s) in the synopsis to actually declare the function(s) in the

synopsis.
This commit is contained in:
Bruce Evans 1997-04-11 17:58:16 +00:00
parent d134e17633
commit 336ff946fc
3 changed files with 5 additions and 0 deletions

View file

@ -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"

View file

@ -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

View file

@ -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