diff options
author | bde <bde@FreeBSD.org> | 1998-08-03 16:29:31 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1998-08-03 16:29:31 +0000 |
commit | f4657fb06b436d16345114a28bc922fb6acada06 (patch) | |
tree | f341e88dc5c33ca36bbfd3e03f3d8a7a2764dcec | |
parent | 589ee877358e5f5f189e420d6b98a4e2c7c49096 (diff) | |
download | FreeBSD-src-f4657fb06b436d16345114a28bc922fb6acada06.zip FreeBSD-src-f4657fb06b436d16345114a28bc922fb6acada06.tar.gz |
Fixed missing header in synopsis.
-rw-r--r-- | lib/libc/i386/sys/i386_vm86.2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/i386/sys/i386_vm86.2 b/lib/libc/i386/sys/i386_vm86.2 index 5ba6daf..5094bc7 100644 --- a/lib/libc/i386/sys/i386_vm86.2 +++ b/lib/libc/i386/sys/i386_vm86.2 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id$ +.\" $Id: i386_vm86.2,v 1.1 1998/07/28 03:39:03 jlemon Exp $ .\" .Dd July 27, 1998 .Os @@ -31,6 +31,7 @@ .Nm i386_vm86 .Nd control vm86-related functions .Sh SYNOPSIS +.Fd #include <sys/types.h> .Fd #include <machine/sysarch.h> .Fd #include <machine/vm86.h> .Ft int |