diff options
author | ru <ru@FreeBSD.org> | 2003-05-18 21:05:22 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-05-18 21:05:22 +0000 |
commit | 5a893bc4659fe5e2d207be562d6802d6188de630 (patch) | |
tree | 0d774ae7c49f173b7a01fe4ad40fb9b307d0cf7c /lib/libc/i386 | |
parent | d4c57053891898c2b720d5fe2771cb49ee4e3b81 (diff) | |
download | FreeBSD-src-5a893bc4659fe5e2d207be562d6802d6188de630.zip FreeBSD-src-5a893bc4659fe5e2d207be562d6802d6188de630.tar.gz |
Fixed troff(1) and mdoc(7) warnings.
Approved by: re (blanket)
Diffstat (limited to 'lib/libc/i386')
-rw-r--r-- | lib/libc/i386/sys/i386_vm86.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/i386/sys/i386_vm86.2 b/lib/libc/i386/sys/i386_vm86.2 index e78c0fc..241560d 100644 --- a/lib/libc/i386/sys/i386_vm86.2 +++ b/lib/libc/i386/sys/i386_vm86.2 @@ -110,7 +110,7 @@ struct vm86_vme_args { .Pp .Fa state will contain the state of the VME flag on return. -\" .It Dv VM86_SET_VME +.\" .It Dv VM86_SET_VME .El .Pp vm86 mode is entered by calling |