diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2015-04-29 23:23:05 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2015-04-29 23:23:05 -0700 |
commit | c49aa985941112be05599032b9bb45b2652301ce (patch) | |
tree | 409dd0fdd0ceeae34f40430de5c17deca05b00b8 /src/xcb_in.c | |
parent | a90be9955d2c5a635f791d44db1154633b9d3322 (diff) |
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>
Diffstat (limited to 'src/xcb_in.c')
0 files changed, 0 insertions, 0 deletions