From b87dcfb900bcfb439dc18a12fd4af4078c27541f Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 3 Oct 2007 19:56:24 +0000 Subject: [PATCH] grfix --- man2/futex.2 | 2 +- man3/resolver.3 | 2 +- man8/ldconfig.8 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man2/futex.2 b/man2/futex.2 index cf91ef0fa..a8b1a460b 100644 --- a/man2/futex.2 +++ b/man2/futex.2 @@ -96,7 +96,7 @@ operation. .TP .B FUTEX_WAKE This operation wakes at most \fIval\fP -processes waiting on this futex address (ie. inside +processes waiting on this futex address (i.e., inside .BR FUTEX_WAIT ). The arguments .IR timeout , diff --git a/man3/resolver.3 b/man3/resolver.3 index ff9bc5950..c56be8be4 100644 --- a/man3/resolver.3 +++ b/man3/resolver.3 @@ -207,7 +207,7 @@ by the domain name server, not by If set, .BR res_search () will append the default domain name to -single component names, ie. those that do not contain a dot. +single component names, i.e., those that do not contain a dot. [Enabled by default]. .TP .B RES_STAYOPEN diff --git a/man8/ldconfig.8 b/man8/ldconfig.8 index 61ad181cb..77c89b5ec 100644 --- a/man8/ldconfig.8 +++ b/man8/ldconfig.8 @@ -70,7 +70,7 @@ checks the header and filenames of the libraries it encounters when determining which versions should have their links updated. .PP .B ldconfig -will attempt to deduce the type of ELF libs (ie. libc5 or libc6/glibc) +will attempt to deduce the type of ELF libs (i.e., libc5 or libc6/glibc) based on what C libs, if any, the library was linked against. .\" The following sentence looks suspect .\" (perhaps historical cruft) -- MTK, Jul 2005