mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fixed #include(s) in the synopsis to actually declare the function(s) in the
synopsis.
This commit is contained in:
parent
d134e17633
commit
336ff946fc
3 changed files with 5 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue