Bug#981171: [PATCH 05/13] Add see also ld.so (8) for LD_ variables

2021-01-28 Thread Michael Kerrisk (man-pages)
Hello Bastien,

On 1/27/21 4:48 PM, roucaries.bast...@gmail.com wrote:
> From: Bastien Roucariès 
> 
> Signed-off-by: Bastien Roucariès 

Thanks. I applied this patch, but had to make some patches.
See below.

> ---
>  man7/environ.7 | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/man7/environ.7 b/man7/environ.7
> index 11f30c332..81932d894 100644
> --- a/man7/environ.7
> +++ b/man7/environ.7
> @@ -212,7 +212,8 @@ and other programs.
>  .BR LD_LIBRARY_PATH ", " LD_PRELOAD ,
>  and other
>  .BR LD_*
> -variables influence the behavior of the dynamic loader/linker.
> +variables influence the behavior of the dynamic loader/linker. See also

Please start new sentences on new lines, See the discussion of semantic 
"newlines" in man-pages(7).

> +.B ld.so (8)

The previous line should have been

.BR ld.so (8).

Thanks,

Michael

>  .IP *
>  .B POSIXLY_CORRECT
>  makes certain programs and library routines follow



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



Bug#981171: [PATCH 05/13] Add see also ld.so (8) for LD_ variables

2021-01-27 Thread roucaries . bastien
From: Bastien Roucariès 

Signed-off-by: Bastien Roucariès 
---
 man7/environ.7 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/man7/environ.7 b/man7/environ.7
index 11f30c332..81932d894 100644
--- a/man7/environ.7
+++ b/man7/environ.7
@@ -212,7 +212,8 @@ and other programs.
 .BR LD_LIBRARY_PATH ", " LD_PRELOAD ,
 and other
 .BR LD_*
-variables influence the behavior of the dynamic loader/linker.
+variables influence the behavior of the dynamic loader/linker. See also
+.B ld.so (8)
 .IP *
 .B POSIXLY_CORRECT
 makes certain programs and library routines follow
-- 
2.29.2