libxcb/man
Alan Coopersmith c49aa98594 Escape \n to display properly in xcb-requests man page
In nroff, \n is a macro that "Interpolates number register x" (where x
is the character following the \n sequence), thus the man page currently
prints 0 instead of \n" in several lines, leading to output such as:

 printf("The _NET_WM_NAME atom has ID %u0, reply-⁠>atom);

It needs to be escaped here, as \\n, as is done in other examples in
this man page already.

https://bugs.freedesktop.org/show_bug.cgi?id=90231

Reported-by: Stefan Merettig
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2015-04-29 23:23:05 -07:00
..
.gitignore man: build static man pages using xorg patterns 2014-01-30 12:10:00 +09:00
Makefile.am man: build static man pages using xorg patterns 2014-01-30 12:10:00 +09:00
xcb-examples.man man: build static man pages using xorg patterns 2014-01-30 12:10:00 +09:00
xcb-requests.man Escape \n to display properly in xcb-requests man page 2015-04-29 23:23:05 -07:00