diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-07-21 12:33:19 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-07-21 12:33:19 +0000 |
commit | 6939b8ad855008dc19be89059eb0a6139077dd7f (patch) | |
tree | 6d2a82295d29152222b2290fd6c7d707818dd1df /share/man/man8 | |
parent | 3a81f5124ac12ba187a0339ea2f46a7938124427 (diff) |
remove some old groff macros;
Diffstat (limited to 'share/man/man8')
-rw-r--r-- | share/man/man8/compat_ibcs2.8 | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/share/man/man8/compat_ibcs2.8 b/share/man/man8/compat_ibcs2.8 index addeac70d51..199fb49aeda 100644 --- a/share/man/man8/compat_ibcs2.8 +++ b/share/man/man8/compat_ibcs2.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: compat_ibcs2.8,v 1.11 2003/06/06 19:28:06 jmc Exp $ +.\" $OpenBSD: compat_ibcs2.8,v 1.12 2003/07/21 12:33:18 jmc Exp $ .\" .\" Copyright (c) 1998 Scott Bartram .\" Copyright (c) 1995 Frank van der Linden @@ -55,17 +55,14 @@ iBCS2 supports COFF, ELF, and x.out (XENIX) binary formats. Binaries from SCO OpenServer (version 5.x) are the only ELF binaries that have been tested. Most programs should work, but not ones that use or depend on: -.sp +.Pp .Bl -tag -width 123 -compact -offset indent .It kernel internal data structures -.br .It STREAMS drivers (other than TCP/IP sockets) -.br .It local X displays (uses a STREAMS pipe) -.br .It virtual 8086 mode .El -.sp +.Pp The iBCS2 compatibility feature is active for kernels compiled with the .Nm COMPAT_IBCS2 |