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_linux.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_linux.8')
-rw-r--r-- | share/man/man8/compat_linux.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man8/compat_linux.8 b/share/man/man8/compat_linux.8 index 8f40670845a..c926b5528d9 100644 --- a/share/man/man8/compat_linux.8 +++ b/share/man/man8/compat_linux.8 @@ -207,7 +207,7 @@ should produce something like: libc.so.4 (DLL Jump 4.5pl26) => /lib/libc.so.4.6.29 .El .Pp -This being done, you are ready to install new Linux binaries. +This been done, you are ready to install new Linux binaries. Whenever you install a new Linux program, you should check if it needs shared libraries, and if so, whether you have them installed in the /emul/linux tree. To do this, you run @@ -216,7 +216,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 <majorname> (<jumpversion>) => <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 libXXXX.so.<N> You will need to find a libXXXX.so.<N>.<mm> on a Linux ftp site, @@ -228,7 +228,7 @@ recent version. .Ss Finding the necessary files. .Nm Note: -the information below is valid as of the \time this +the information below is valid as of the time this document was written (March, 1995), but certain details such as names of ftp sites, directories and distribution names may have changed by the time you read this. |