From 8be7733c4d13a16aad274765269378042e5b6f03 Mon Sep 17 00:00:00 2001 From: bde Date: Fri, 11 Apr 1997 17:58:16 +0000 Subject: Fixed #include(s) in the synopsis to actually declare the function(s) in the synopsis. --- share/man/man9/boot.9 | 2 ++ share/man/man9/resettodr.9 | 2 ++ share/man/man9/store.9 | 1 + 3 files changed, 5 insertions(+) (limited to 'share/man') 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 +.Fd #include .Fd #include .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 +.Fd #include .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 .Fd #include +.Fd #include .Ft int .Fn subyte "void *base" "int byte" .Ft int -- cgit v1.1