From 0e0984fc380ac8f39872e3fe41f63534efdbb0f3 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 12 Jun 2020 21:54:55 +0200 Subject: [PATCH] openat2.2: ffix Reported-by: Bjarni Ingi Gislason Signed-off-by: Michael Kerrisk --- man2/openat2.2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man2/openat2.2 b/man2/openat2.2 index d64004b3e0..29b716d97a 100644 --- a/man2/openat2.2 +++ b/man2/openat2.2 @@ -72,7 +72,7 @@ is an absolute pathname, then is ignored (unless .I how.resolve contains -.BR RESOLVE_IN_ROOT, +.BR RESOLVE_IN_ROOT , in which case .I pathname is resolved relative to @@ -223,11 +223,11 @@ If a prefix component of equates to .IR dirfd , then an immediately following -.IR .. +.IR ..\& component likewise equates to .IR dirfd (just as -.I /.. +.I /..\& is traditionally equivalent to .IR / ). If -- 2.47.2