From: Michael Kerrisk Date: Fri, 12 Jun 2020 19:54:55 +0000 (+0200) Subject: openat2.2: ffix X-Git-Tag: man-pages-5.08~156 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=0e0984fc380ac8f39872e3fe41f63534efdbb0f3;p=thirdparty%2Fman-pages.git openat2.2: ffix Reported-by: Bjarni Ingi Gislason Signed-off-by: Michael Kerrisk --- 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