diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2017-11-30 10:58:02 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2017-11-30 10:59:58 +0100 |
| commit | 072337de25b86ac86aaba7362bc99629b17f3ecc (patch) | |
| tree | e9810eb0e7f39ca4346dd85986da3754ca82b704 /man1 | |
| parent | b320d728f9cfc518fd295c3a323f147aa68c9c6b (diff) | |
| download | man-pages-072337de25b86ac86aaba7362bc99629b17f3ecc.tar.gz | |
ldd.1: Minor wording fix + tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man1')
| -rw-r--r-- | man1/ldd.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man1/ldd.1 b/man1/ldd.1 index b09788b43c..376f04fe13 100644 --- a/man1/ldd.1 +++ b/man1/ldd.1 @@ -83,8 +83,8 @@ and perhaps to execution of the program itself. .\" try_trace "$file" .\" in glibc 2.15, for example), but many distro versions of .\" ldd seem to remove that code path from the script. -(Until glibc version 2.27, - .\" glibc commit eedca9772e99c72ab4c3c34e43cc764250aa3e3c +(In glibc versions before 2.27, +.\" glibc commit eedca9772e99c72ab4c3c34e43cc764250aa3e3c the upstream .B ldd implementation did this for example, |
