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 /share/man/man9/resettodr.9 | |
parent | d134e17633e9da7d6274aca5deaa4485e0419e6e (diff) |
Fixed #include(s) in the synopsis to actually declare the function(s) in the
synopsis.
Notes
Notes:
svn path=/head/; revision=24818
Diffstat (limited to 'share/man/man9/resettodr.9')
-rw-r--r-- | share/man/man9/resettodr.9 | 2 |
1 files changed, 2 insertions, 0 deletions
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 |