All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch] user_namespaces.7: Fix two groff warnings for escape character ignored
@ 2015-02-26  8:23 saulery-GANU6spQydw
       [not found] ` <1424939021-3059-1-git-send-email-saulery-GANU6spQydw@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: saulery-GANU6spQydw @ 2015-02-26  8:23 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w
  Cc: linux-man-u79uwXL29TY76Z2rM5mHXA, Stéphane Aulery

From: Stéphane Aulery <saulery-GANU6spQydw@public.gmane.org>

Signed-off-by: Stéphane Aulery <saulery-GANU6spQydw@public.gmane.org>
---
 man7/user_namespaces.7 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/man7/user_namespaces.7 b/man7/user_namespaces.7
index 4baf7aa..0e24d9a 100644
--- a/man7/user_namespaces.7
+++ b/man7/user_namespaces.7
@@ -439,12 +439,12 @@ maps to a range starting at 0 in the (nonexistent) parent namespace,
 and the length of the range is the largest 32-bit unsigned integer.
 (This deliberately leaves 4294967295 (the 32-bit signed \-1 value) unmapped.
 This is deliberate:
-.IR "(uid_t)\ -\1"
+.IR "(uid_t) -1"
 is used in several interfaces (e.g.,
 .BR setreuid (2))
 as a way to specify "no user ID".
 Leaving
-.IR "(uid_t)\ -\1"
+.IR "(uid_t) -1"
 unmapped and unusable guarantees that there will be no
 confusion when using these interfaces.
 .\"
-- 
2.1.4

--
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] 4+ messages in thread

* Re: [patch] user_namespaces.7: Fix two groff warnings for escape character ignored
       [not found] ` <1424939021-3059-1-git-send-email-saulery-GANU6spQydw@public.gmane.org>
@ 2015-02-26  9:07   ` Michael Kerrisk (man-pages)
       [not found]     ` <54EEE236.1000500-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Kerrisk (man-pages) @ 2015-02-26  9:07 UTC (permalink / raw)
  To: saulery-GANU6spQydw
  Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w, linux-man-u79uwXL29TY76Z2rM5mHXA

Hi Stéphane

When do you see these warnings? (I'm not seeing them.)

Cheers,

Michael

On 02/26/2015 09:23 AM, saulery-GANU6spQydw@public.gmane.org wrote:
> From: Stéphane Aulery <saulery-GANU6spQydw@public.gmane.org>
> 
> Signed-off-by: Stéphane Aulery <saulery-GANU6spQydw@public.gmane.org>
> ---
>  man7/user_namespaces.7 | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/man7/user_namespaces.7 b/man7/user_namespaces.7
> index 4baf7aa..0e24d9a 100644
> --- a/man7/user_namespaces.7
> +++ b/man7/user_namespaces.7
> @@ -439,12 +439,12 @@ maps to a range starting at 0 in the (nonexistent) parent namespace,
>  and the length of the range is the largest 32-bit unsigned integer.
>  (This deliberately leaves 4294967295 (the 32-bit signed \-1 value) unmapped.
>  This is deliberate:
> -.IR "(uid_t)\ -\1"
> +.IR "(uid_t) -1"
>  is used in several interfaces (e.g.,
>  .BR setreuid (2))
>  as a way to specify "no user ID".
>  Leaving
> -.IR "(uid_t)\ -\1"
> +.IR "(uid_t) -1"
>  unmapped and unusable guarantees that there will be no
>  confusion when using these interfaces.
>  .\"
> 


-- 
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] 4+ messages in thread

* Re: [patch] user_namespaces.7: Fix two groff warnings for escape character ignored
       [not found]     ` <54EEE236.1000500-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2015-02-26  9:39       ` Stéphane Aulery
       [not found]         ` <20150226093938.GA3331-GANU6spQydw@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Stéphane Aulery @ 2015-02-26  9:39 UTC (permalink / raw)
  To: Michael Kerrisk (man-pages); +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

Hi Michael,

Le jeudi 26 février 2015 à 10:07:02, Michael Kerrisk (man-pages) a écrit :
> 
> When do you see these warnings? (I'm not seeing them.)

I use the command bellow for "debugging" manpages :

   $ GROFF_ENCODING=utf8 groff -b -ww -z -mandoc

Cheers,

-- 
Stéphane Aulery
--
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] 4+ messages in thread

* Re: [patch] user_namespaces.7: Fix two groff warnings for escape character ignored
       [not found]         ` <20150226093938.GA3331-GANU6spQydw@public.gmane.org>
@ 2015-02-26 12:26           ` Michael Kerrisk (man-pages)
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Kerrisk (man-pages) @ 2015-02-26 12:26 UTC (permalink / raw)
  To: Stéphane Aulery; +Cc: linux-man

Hello Stéphane

On 26 February 2015 at 10:39, Stéphane Aulery <saulery-GANU6spQydw@public.gmane.org> wrote:
> Hi Michael,
>
> Le jeudi 26 février 2015 à 10:07:02, Michael Kerrisk (man-pages) a écrit :
>>
>> When do you see these warnings? (I'm not seeing them.)
>
> I use the command bellow for "debugging" manpages :
>
>    $ GROFF_ENCODING=utf8 groff -b -ww -z -mandoc

Thanks. I see now that the problem was a typo (twice). I applied the
right fix, below. Thanks for the report.

Cheers,

Michael


diff --git a/man7/user_namespaces.7 b/man7/user_namespaces.7
index 4baf7aa..0a670a6 100644
--- a/man7/user_namespaces.7
+++ b/man7/user_namespaces.7
@@ -439,12 +439,12 @@ maps to a range starting at 0 in the
(nonexistent) parent namespace,
 and the length of the range is the largest 32-bit unsigned integer.
 (This deliberately leaves 4294967295 (the 32-bit signed \-1 value) unmapped.
 This is deliberate:
-.IR "(uid_t)\ -\1"
+.IR "(uid_t)\ \-1"
 is used in several interfaces (e.g.,
 .BR setreuid (2))
 as a way to specify "no user ID".
 Leaving
-.IR "(uid_t)\ -\1"
+.IR "(uid_t)\ \-1"
 unmapped and unusable guarantees that there will be no
 confusion when using these interfaces.
 .\"


-- 
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 related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-02-26 12:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-26  8:23 [patch] user_namespaces.7: Fix two groff warnings for escape character ignored saulery-GANU6spQydw
     [not found] ` <1424939021-3059-1-git-send-email-saulery-GANU6spQydw@public.gmane.org>
2015-02-26  9:07   ` Michael Kerrisk (man-pages)
     [not found]     ` <54EEE236.1000500-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-02-26  9:39       ` Stéphane Aulery
     [not found]         ` <20150226093938.GA3331-GANU6spQydw@public.gmane.org>
2015-02-26 12:26           ` Michael Kerrisk (man-pages)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.