Re: [PATCH] vdso.7: tfix

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 9/22/18 12:24 PM, Jakub Wilk wrote:
> Escape hyphens; use \(aq for ASCII apostrophes.

Thanks, Jakub. Patch applied.

Cheers,

Michael

> Signed-off-by: Jakub Wilk <jwilk@xxxxxxxxx>
> ---
>  man7/vdso.7 | 28 ++++++++++++++--------------
>  1 file changed, 14 insertions(+), 14 deletions(-)
> 
> diff --git a/man7/vdso.7 b/man7/vdso.7
> index a2a177b25..8375df527 100644
> --- a/man7/vdso.7
> +++ b/man7/vdso.7
> @@ -132,7 +132,7 @@ When you compile the kernel,
>  it will automatically compile and link the vDSO code for you.
>  You will frequently find it under the architecture-specific directory:
>  .PP
> -    find arch/$ARCH/ -name '*vdso*.so*' -o -name '*gate*.so*'
> +    find arch/$ARCH/ \-name \(aq*vdso*.so*\(aq \-o \-name \(aq*gate*.so*\(aq
>  .\"
>  .SS vDSO names
>  The name of the vDSO varies across architectures.
> @@ -147,18 +147,18 @@ The exact name should not matter to any code, so do not hardcode it.
>  l l.
>  user ABI	vDSO name
>  _
> -aarch64	linux-vdso.so.1
> -arm	linux-vdso.so.1
> -ia64	linux-gate.so.1
> -mips	linux-vdso.so.1
> -ppc/32	linux-vdso32.so.1
> -ppc/64	linux-vdso64.so.1
> -s390	linux-vdso32.so.1
> -s390x	linux-vdso64.so.1
> -sh	linux-gate.so.1
> -i386	linux-gate.so.1
> -x86-64	linux-vdso.so.1
> -x86/x32	linux-vdso.so.1
> +aarch64	linux\-vdso.so.1
> +arm	linux\-vdso.so.1
> +ia64	linux\-gate.so.1
> +mips	linux\-vdso.so.1
> +ppc/32	linux\-vdso32.so.1
> +ppc/64	linux\-vdso64.so.1
> +s390	linux\-vdso32.so.1
> +s390x	linux\-vdso64.so.1
> +sh	linux\-gate.so.1
> +i386	linux\-gate.so.1
> +x86-64	linux\-vdso.so.1
> +x86/x32	linux\-vdso.so.1
>  .TE
>  .if t \{\
>  .in
> @@ -570,6 +570,6 @@ Documentation/ABI/stable/vdso
>  Documentation/ia64/fsys.txt
>  Documentation/vDSO/* (includes examples of using the vDSO)
>  
> -find arch/ -iname '*vdso*' -o -iname '*gate*'
> +find arch/ \-iname \(aq*vdso*\(aq \-o \-iname \(aq*gate*\(aq
>  .EE
>  .in
> 


-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/



[Index of Archives]     [Kernel Documentation]     [Netdev]     [Linux Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux