From 21ffc8d145e2c97f933a792b9b741af9f41c9fe4 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 1 Feb 2014 07:46:37 +0100 Subject: [PATCH] vdso.7: wfix Reported-by: Mike Frysinger Signed-off-by: Michael Kerrisk --- man7/vdso.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man7/vdso.7 b/man7/vdso.7 index 986cb2cd3..84476ff5e 100644 --- a/man7/vdso.7 +++ b/man7/vdso.7 @@ -135,7 +135,7 @@ You will frequently find it under the architecture-specific directory: find arch/$ARCH/ -name '*vdso*.so*' -o -name '*gate*.so*' .SS vDSO names -The name of vDSO varies across architectures. +The name of the vDSO varies across architectures. It will often show up in things like glibc's .BR ldd (1) output.