Mateusz Piotrowski d7ef92ffae CMSG_DATA.3: Fix formatting of printf escape sequences
Escape sequences like "\n" have to be escaped twice in examples in our
mdoc(7)-based manual pages in order to be displayed properly. The problem
is that otherwise they are interpreted by mdoc(7), which results in:

    printf("parent: received '%s'0, buf);

being shown to the user instead of:

    printf("parent: received '%s'\n", buf);

Approved by:	bcr (mentor)
MFC after:	2 weeks
Differential Revision:	https://reviews.freebsd.org/D24056
2020-03-13 11:07:48 +00:00
..
2018-11-26 19:39:49 +00:00
2020-02-27 11:23:44 +00:00
2018-11-26 19:39:49 +00:00
2018-11-26 19:39:49 +00:00
2018-11-26 19:39:49 +00:00
2020-03-09 19:43:28 +00:00
2019-07-17 06:17:27 +00:00