diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-09-07 16:44:39 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-09-07 16:44:39 +0000 |
commit | d772ee662c59d0c57ee6ec091bcc1b5d284fb641 (patch) | |
tree | 2ba3033cb81512b9255ff0b54ad76cd667e5d2c6 /share/man/man8/compat_freebsd.8 | |
parent | 59bb7d3d2196d91e9c21929f6b0dbad6562a46b5 (diff) |
More man page fixes. Particularly fix uses of it's/its, affect/effect,
then/than and such. Other miscellaneous problems fixed across these source
files.
Diffstat (limited to 'share/man/man8/compat_freebsd.8')
-rw-r--r-- | share/man/man8/compat_freebsd.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man8/compat_freebsd.8 b/share/man/man8/compat_freebsd.8 index 939ec957fcf..a02565a215e 100644 --- a/share/man/man8/compat_freebsd.8 +++ b/share/man/man8/compat_freebsd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: compat_freebsd.8,v 1.3 1998/01/02 08:51:28 deraadt Exp $ +.\" $OpenBSD: compat_freebsd.8,v 1.4 1998/09/07 16:44:37 aaron Exp $ .\" $NetBSD: compat_linux.8,v 1.1 1995/03/05 23:30:36 fvdl Exp $ .\" .\" Copyright (c) 1995 Frank van der Linden @@ -178,7 +178,7 @@ which the FreeBSD runtime linker should look for shared libs. Note that argument directories of ldconfig are mapped to /emul/freebsd/XXXX by OpenBSD's compat code, and should exist as such on your system. -Make sure /emul/freebsd/var/run/ld.so.hints is exist when you run +Make sure /emul/freebsd/var/run/ld.so.hints exists when you run FreeBSD's ldconfig, if not, you may lose OpenBSD's /var/run/ld.so.hints. FreeBSD ldconfig should be statically @@ -200,7 +200,7 @@ should produce something like: .fi .El .Pp -This being done, you are ready to install new FreeBSD binaries. +This been done, you are ready to install new FreeBSD binaries. Whenever you install a new FreeBSD program, you should check if it needs shared libraries, and if so, whether you have them installed in the /emul/freebsd tree. To do this, you run @@ -209,7 +209,7 @@ ldd (see also the manual page for ldd(1)) will print a list of shared libraries that the program depends on, in the form -l<majorname> => <fullname>. .Pp -If it prints "not found" in stead of <fullname> it means that +If it prints "not found" instead of <fullname> it means that you need an extra library. Which library this is, is shown in <majorname>, which will be of the form XXXX.<N> You will need to find a libXXXX.so.<N>.<mm> on a FreeBSD ftp site, |