[Bug 216755] syslog(3): string in example code in BUGS section renders without quotes

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Feb 3 14:50:56 UTC 2017


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 at FreeBSD.org
          Reporter: linuxgeek at 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.


More information about the freebsd-doc mailing list