linux-man.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] access.2n chmod.2, chown.2: ffix regression
@ 2014-02-28 21:04 Simon Paillard
       [not found] ` <1393621460-19801-1-git-send-email-spaillard-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Simon Paillard @ 2014-02-28 21:04 UTC (permalink / raw)
  To: linux-man-u79uwXL29TY76Z2rM5mHXA; +Cc: Simon Paillard

Introduced in my previous commit 9d3ea7a2995cbae483742f0f572b6e9dc4e0a58f
---
 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
-- 
1.8.5.3

--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] access.2n chmod.2, chown.2: ffix regression
       [not found] ` <1393621460-19801-1-git-send-email-spaillard-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
@ 2014-03-03  4:50   ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Kerrisk (man-pages) @ 2014-03-03  4:50 UTC (permalink / raw)
  To: Simon Paillard, linux-man-u79uwXL29TY76Z2rM5mHXA
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w

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-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-03-03  4:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-28 21:04 [PATCH] access.2n chmod.2, chown.2: ffix regression Simon Paillard
     [not found] ` <1393621460-19801-1-git-send-email-spaillard-8fiUuRrzOP0dnm+yROfE0A@public.gmane.org>
2014-03-03  4:50   ` Michael Kerrisk (man-pages)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).