On 02/28/2014 10:04 PM, Simon Paillard wrote: > Introduced in my previous commit 9d3ea7a2995cbae483742f0f572b6e9dc4e0a58f Thanks, Simon. Applied. Cheers, Michael > --- > 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 f909848..050fbc9 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 f4636d5..b46c0fa 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 b1ef4a5..c7b2bd6 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 > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/ -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html