Date: Fri, 03 Feb 2017 14:50:55 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 216755] syslog(3): string in example code in BUGS section renders without quotes Message-ID: <bug-216755-9@https.bugs.freebsd.org/bugzilla/>
index | next in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216755 Bug ID: 216755 Summary: syslog(3): string in example code in BUGS section renders without quotes Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Documentation Assignee: freebsd-doc@FreeBSD.org Reporter: linuxgeek@gmail.com Created attachment 179566 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=179566&action=edit screenshot The last line is `.Dl syslog(priority, "%s", string);` when viewed with `man` or on the web ( https://www.freebsd.org/cgi/man.cgi?query=syslog&sektion=3 ), the double quotes don't show up. Using the same code as the other examples in the file seems to make it work... .Bd -literal -offset indent -compact syslog(priority, "%s", string); .Ed This is present in the latest base HEAD r313159 -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-216755-9>
