From 336ff946fc1deb19ef955ede2b4b7fca79f29cd8 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Fri, 11 Apr 1997 17:58:16 +0000 Subject: [PATCH] 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(+) diff --git a/share/man/man9/boot.9 b/share/man/man9/boot.9 index ef011941037..924c052f686 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 20b8ff448ac..3860b61c2ae 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 6b095d1e692..2982685f3ac 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