diff options
author | 2001-08-06 10:42:25 +0000 | |
---|---|---|
committer | 2001-08-06 10:42:25 +0000 | |
commit | ea2542f8a25ae1775fdd2fcc18cafd171df01907 (patch) | |
tree | b54f027f92a8f0a39c712dce0ddaee3764cf8b32 /lib/libarch | |
parent | o) add BSDI macro (.Bsx); (diff) | |
download | wireguard-openbsd-ea2542f8a25ae1775fdd2fcc18cafd171df01907.tar.xz wireguard-openbsd-ea2542f8a25ae1775fdd2fcc18cafd171df01907.zip |
o) We always close .Bl and .Bd tags;
o) .Sh AUTHOR -> .Sh AUTHORS;
o) We don't like .Pp before/after .Sh;
o) We don't like .Pp before/after .Rs/.Re;
o) NetBSD -> .Nx;
o) OpenBSD -> .Ox;
millert@ ok
Diffstat (limited to 'lib/libarch')
-rw-r--r-- | lib/libarch/i386/i386_vm86.2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libarch/i386/i386_vm86.2 b/lib/libarch/i386/i386_vm86.2 index d76986bfec1..2bf07c5a635 100644 --- a/lib/libarch/i386/i386_vm86.2 +++ b/lib/libarch/i386/i386_vm86.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: i386_vm86.2,v 1.6 2000/10/18 05:12:06 aaron Exp $ +.\" $OpenBSD: i386_vm86.2,v 1.7 2001/08/06 10:42:25 mpech Exp $ .\" $NetBSD: i386_vm86.2,v 1.1 1996/02/21 00:21:52 jtk Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -103,5 +103,6 @@ will fail if: The state at .Ar vmcp was not readable to the user process. +.El .Sh REFERENCES i386 Microprocessor Programmer's Reference Manual, Intel |