[PATCH] path_resolution.7: tfix + srcfix
From: Alejandro Colomar <hidden>
Date: 2021-08-09 09:12:24
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Alejandro Colomar <hidden>
Date: 2021-08-09 09:12:24
Subsystem:
the rest · Maintainer:
Linus Torvalds
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 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
--
2.32.0