Summary: | Missing string end in xcb-requests man page | ||
---|---|---|---|
Product: | XCB | Reporter: | Stefan M <Stefan-Merettig> |
Component: | Docs | Assignee: | xcb mailing list dummy <xcb> |
Status: | RESOLVED FIXED | QA Contact: | xcb mailing list dummy <xcb> |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Stefan M
2015-04-29 11:58:55 UTC
The string is correct in the man page sources: printf("The _NET_WM_NAME atom has ID %u\n", reply->atom); but \n is an nroff command to "Interpolates number register x" (where x is the character following the \n sequence), thus the replacement of \n" with 0. We need to instead use the nroff escape sequence \e to print \ there. Actually, it looks like \\n is enough, and is used in other statements in that man page already. Patch submitted for review: http://patchwork.freedesktop.org/patch/48313/ Fix pushed To ssh://git.freedesktop.org/git/xcb/libxcb a90be99..c49aa98 master -> master Thank you Alan |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.