public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* Interrogation about Global fix: use \\ rather than \e for literal backslash
@ 2012-09-26 16:28 David Prévot
  2012-09-26 17:37 ` D. Barbier
  0 siblings, 1 reply; 4+ messages in thread
From: David Prévot @ 2012-09-26 16:28 UTC (permalink / raw)
  To: linux-man-u79uwXL29TY76Z2rM5mHXA

[-- Attachment #1: Type: text/plain, Size: 284 bytes --]

Hi,

The 9f8e673e623d commit seems to brake stuff: “man man7/man.7” displays
the page until:

   Predefined Strings
       The man package has the following predefined strings:

I.e. the first occurrence of “.IP \\*R” seems to break the page.

Regards

David



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

* Re: Interrogation about Global fix: use \\ rather than \e for literal backslash
  2012-09-26 16:28 Interrogation about Global fix: use \\ rather than \e for literal backslash David Prévot
@ 2012-09-26 17:37 ` D. Barbier
       [not found]   ` <CAMqf4EFCDS+p1azW3wN-ELuf7HKveNRs4uu-MA8wV1O6movovw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: D. Barbier @ 2012-09-26 17:37 UTC (permalink / raw)
  To: linux-man, mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w

On 2012/9/26 David Prévot wrote:
> Hi,
>
> The 9f8e673e623d commit seems to brake stuff: “man man7/man.7” displays
> the page until:
>
>    Predefined Strings
>        The man package has the following predefined strings:
>
> I.e. the first occurrence of “.IP \\*R” seems to break the page.

Hello,

All lines beginning with a dot are affected (man5/core.5 looks weird):
 man3/isalpha.3
 man3/sysconf.3
 man5/core.5
 man5/proc.5
 man7/man.7
 man7/mdoc.7
 man7/mdoc.samples.7

Denis
--
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: Interrogation about Global fix: use \\ rather than \e for literal backslash
       [not found]   ` <CAMqf4EFCDS+p1azW3wN-ELuf7HKveNRs4uu-MA8wV1O6movovw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2012-09-26 21:59     ` Michael Kerrisk (man-pages)
       [not found]       ` <CAKgNAkgpRC69oHn=5EKzRqm8sO4CuLdWr9BPmgQgHQJG-UyGtA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Kerrisk (man-pages) @ 2012-09-26 21:59 UTC (permalink / raw)
  To: D. Barbier; +Cc: linux-man

On Wed, Sep 26, 2012 at 7:37 PM, D. Barbier <bouzim-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> On 2012/9/26 David Prévot wrote:
>> Hi,
>>
>> The 9f8e673e623d commit seems to brake stuff: “man man7/man.7” displays
>> the page until:
>>
>>    Predefined Strings
>>        The man package has the following predefined strings:
>>
>> I.e. the first occurrence of “.IP \\*R” seems to break the page.

I've applied 31a6818e3c72e0f9f0e67c0fbd90c1f899bee11d, which I think
reverts all the changes in the bad commit. Look okay now?

Thanks,

Michael


> Hello,
>
> All lines beginning with a dot are affected (man5/core.5 looks weird):
>  man3/isalpha.3
>  man3/sysconf.3
>  man5/core.5
>  man5/proc.5
>  man7/man.7
>  man7/mdoc.7
>  man7/mdoc.samples.7
>
> Denis



-- 
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Author of "The Linux Programming Interface"; http://man7.org/tlpi/
--
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: Interrogation about Global fix: use \\ rather than \e for literal backslash
       [not found]       ` <CAKgNAkgpRC69oHn=5EKzRqm8sO4CuLdWr9BPmgQgHQJG-UyGtA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2012-09-27  4:48         ` D. Barbier
  0 siblings, 0 replies; 4+ messages in thread
From: D. Barbier @ 2012-09-27  4:48 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man

On 2012/9/26 Michael Kerrisk (man-pages) wrote:
> On Wed, Sep 26, 2012 at 7:37 PM, D. Barbier wrote:
>> On 2012/9/26 David Prévot wrote:
>>> Hi,
>>>
>>> The 9f8e673e623d commit seems to brake stuff: “man man7/man.7” displays
>>> the page until:
>>>
>>>    Predefined Strings
>>>        The man package has the following predefined strings:
>>>
>>> I.e. the first occurrence of “.IP \\*R” seems to break the page.
>
> I've applied 31a6818e3c72e0f9f0e67c0fbd90c1f899bee11d, which I think
> reverts all the changes in the bad commit. Look okay now?

Perfect, thanks.

Denis
--
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

end of thread, other threads:[~2012-09-27  4:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-26 16:28 Interrogation about Global fix: use \\ rather than \e for literal backslash David Prévot
2012-09-26 17:37 ` D. Barbier
     [not found]   ` <CAMqf4EFCDS+p1azW3wN-ELuf7HKveNRs4uu-MA8wV1O6movovw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2012-09-26 21:59     ` Michael Kerrisk (man-pages)
     [not found]       ` <CAKgNAkgpRC69oHn=5EKzRqm8sO4CuLdWr9BPmgQgHQJG-UyGtA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2012-09-27  4:48         ` D. Barbier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox