Skip to content

Commit dcb5ee4

Browse files
Maxim KonovalovMaxim Konovalov
authored andcommitted
snl.3: use \e esc sequence for \ as per mandoc_char(7)
Suggested by: [email protected]
1 parent 8af2f06 commit dcb5ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/man/man3/snl.3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ main(int ac, char *argv[])
288288
struct nl_parsed_link link = {};
289289
if (!snl_parse_nlmsg(&ss, hdr, &link_parser, &link))
290290
continue;
291-
printf("Link#%u %s mtu %u\\n", link.ifi_index, link.ifla_ifname, link.ifla_mtu);
291+
printf("Link#%u %s mtu %u\en", link.ifi_index, link.ifla_ifname, link.ifla_mtu);
292292
}
293293

294294
return (0);

0 commit comments

Comments
 (0)