Re: [PATCH] path_resolution.7: tfix + srcfix
From: Michael Kerrisk (man-pages) <hidden>
Date: 2021-08-09 09:43:28
Hi Alex, On 8/9/21 11:10 AM, Alejandro Colomar wrote:
Signed-off-by: Alejandro Colomar <redacted> --- Hi Michael, Here are some minor tweaks to a recent patch of yours. There was a typo, and I think the line breaks better at that point. But you can omit the second change and just fix the typo if you prefer. Cheers, Alex
Thanks. Patch applied. Cheers, Michael
quoted hunk ↗ jump to hunk
man7/path_resolution.7 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)diff --git a/man7/path_resolution.7 b/man7/path_resolution.7 index 749f6900b..143f22826 100644 --- a/man7/path_resolution.7 +++ b/man7/path_resolution.7@@ -179,8 +179,8 @@ flag set (though note that this also restricts bind mount traversal). If a pathname ends in a \(aq/\(aq, that forces resolution of the preceding component as in Step 2: the component preceding the slash either exists and resolves to a directory -of it names a directory that is to be created immediately after the -pathname is resolved. +or it names a directory that is to be created +immediately after the pathname is resolved. Otherwise, a trailing \(aq/\(aq is ignored. .SS Final symlink If the last component of a pathname is a symbolic link, then it
-- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/