From 98d3114d7e4949806295f53e297b32b14fd99778 Mon Sep 17 00:00:00 2001 From: Simon Paillard Date: Fri, 28 Feb 2014 22:04:20 +0100 Subject: [PATCH] access.2n chmod.2, chown.2: ffix regression Introduced in my previous commit 9d3ea7a2995cbae483742f0f572b6e9dc4e0a58f Signed-off-by: Michael Kerrisk --- man2/access.2 | 4 ++-- man2/chmod.2 | 2 +- man2/chown.2 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/man2/access.2 b/man2/access.2 index f9098480c..050fbc940 100644 --- a/man2/access.2 +++ b/man2/access.2 @@ -138,7 +138,7 @@ then .I pathname is interpreted relative to the current working directory of the calling process (like -.BR access () ). +.BR access ()). If .I pathname @@ -154,7 +154,7 @@ Perform access checks using the effective user and group IDs. By default, .BR faccessat () uses the real IDs (like -.BR access () ). +.BR access ()). .TP .B AT_SYMLINK_NOFOLLOW If diff --git a/man2/chmod.2 b/man2/chmod.2 index f4636d55a..b46c0faf9 100644 --- a/man2/chmod.2 +++ b/man2/chmod.2 @@ -206,7 +206,7 @@ then .I pathname is interpreted relative to the current working directory of the calling process (like -.BR chmod () ). +.BR chmod ()). If .I pathname diff --git a/man2/chown.2 b/man2/chown.2 index b1ef4a5ad..c7b2bd6c0 100644 --- a/man2/chown.2 +++ b/man2/chown.2 @@ -169,7 +169,7 @@ then .I pathname is interpreted relative to the current working directory of the calling process (like -.BR chown () ). +.BR chown ()). If .I pathname