diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-08-06 12:06:56 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-08-06 12:06:56 +0000 |
commit | 6325f463e2351e8e921030c6bb28a23fbb300dfd (patch) | |
tree | e17a112bc940a1973d3b917ca5b5f2444d430e27 /share/man/man8/compat_ibcs2.8 | |
parent | 4ed45f237e8c61324728bfecbd1bb3827db3622e (diff) |
- remove old groff macros
- tidy up lists/displays
- indent for readability
Diffstat (limited to 'share/man/man8/compat_ibcs2.8')
-rw-r--r-- | share/man/man8/compat_ibcs2.8 | 39 |
1 files changed, 17 insertions, 22 deletions
diff --git a/share/man/man8/compat_ibcs2.8 b/share/man/man8/compat_ibcs2.8 index 199fb49aeda..9798c19a3ee 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.12 2003/07/21 12:33:18 jmc Exp $ +.\" $OpenBSD: compat_ibcs2.8,v 1.13 2003/08/06 12:06:55 jmc Exp $ .\" .\" Copyright (c) 1998 Scott Bartram .\" Copyright (c) 1995 Frank van der Linden @@ -120,33 +120,29 @@ possibilities. on the .Ox system to perform the necessary installation steps). -.Pp -.Bl -tag -width 123 -compact +.Bl -tag -width 123 .It 1. COFF binaries Simply copy all of the available shared libraries since they are fairly small in size. The COFF shared libraries are typically found in .Pa /shlib and can be obtained from the following sources: -.sp -.nf +.Bd -unfilled -offset indent SCO UNIX version 3.x (aka ODT) SCO UNIX version 5.x (aka OpenServer) SCO UnixWare Many versions of SVR4.2/x86 -.fi -.sp +.Ed +.Pp After copying the shared libraries, the following files should be present on the .Ox system: -.Pp -.nf -.Pa /emul/ibcs2/shlib/libc_s -.Pa /emul/ibcs2/shlib/libnsl_s -.Pa /emul/ibcs2/shlib/protlib_s -.fi -.Pp +.Bd -unfilled -offset indent +/emul/ibcs2/shlib/libc_s +/emul/ibcs2/shlib/libnsl_s +/emul/ibcs2/shlib/protlib_s +.Ed .It 2. ELF binaries Copy all of the available shared libraries from the source system or distribution, or use the `ldd-elf' program (in @@ -156,15 +152,14 @@ After copying the shared libraries, the following files should be present on the .Ox system: -.Pp -.nf -.Pa /emul/ibcs2/usr/lib/libc.so.1 -.Pa /emul/ibcs2/usr/lib/libcrypt.so -.Pa /emul/ibcs2/usr/lib/libndbm.so -.Pa /emul/ibcs2/usr/lib/libsocket.so.1 -.fi -.Pp +.Bd -unfilled -offset indent +/emul/ibcs2/usr/lib/libc.so.1 +/emul/ibcs2/usr/lib/libcrypt.so +/emul/ibcs2/usr/lib/libndbm.so +/emul/ibcs2/usr/lib/libsocket.so.1 +.Ed .El +.Pp If access to an SCO system is impossible, the extra files will need to be obtained from an SCO distribution. As of January 1998, SCO sells a copy of SCO OpenServer (iBCS2) and/or |