summaryrefslogtreecommitdiffstats
path: root/share/man/man9/bios.9
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-01-16 18:06:23 +0000
committerbde <bde@FreeBSD.org>1998-01-16 18:06:23 +0000
commita6e05ea1ce99d5d674b3e0dad41b29602ea884de (patch)
tree27fbfadae458a966108ea91fa31dfcf0efaffd37 /share/man/man9/bios.9
parent9437b36c24e183184fdcbd51a0016813671146d0 (diff)
downloadFreeBSD-src-a6e05ea1ce99d5d674b3e0dad41b29602ea884de.zip
FreeBSD-src-a6e05ea1ce99d5d674b3e0dad41b29602ea884de.tar.gz
Fixed a missing #include in the synopsis.
Diffstat (limited to 'share/man/man9/bios.9')
-rw-r--r--share/man/man9/bios.93
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man9/bios.9 b/share/man/man9/bios.9
index 7d3fd61..088b28e 100644
--- a/share/man/man9/bios.9
+++ b/share/man/man9/bios.9
@@ -1,4 +1,4 @@
-.\" $Id: bios.9,v 1.1 1997/08/01 06:04:08 msmith Exp $
+.\" $Id: bios.9,v 1.2 1997/08/01 15:17:54 msmith Exp $
.\"
.\" Copyright (c) 1997 Michael Smith
.\" All rights reserved.
@@ -33,6 +33,7 @@
.Nm bios32
.Nd Interact with PC BIOS.
.Sh SYNOPSIS
+.Fd #include <sys/types.h>
.Fd #include <machine/pc/bios.h>
.Ft u_int32_t
.Fn bios_sigsearch "u_int32_t start" "u_char *sig" "int siglen" "int paralen" "int sigofs"
OpenPOWER on IntegriCloud