]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r332317, r332439, r332442
authorgonzo <gonzo@FreeBSD.org>
Mon, 14 May 2018 23:12:30 +0000 (23:12 +0000)
committergonzo <gonzo@FreeBSD.org>
Mon, 14 May 2018 23:12:30 +0000 (23:12 +0000)
commit9206e155f753a055d39ebaa4c742c43dabf93eb6
tree2790195b3a2e70a6d1ee68c3bfbf4107273014c4
parente788dc4f7478d732ce9918554ee7f9115b5805e6
MFC r332317, r332439, r332442

Approved by: re

r332317:
[man] Fix return type of BUS_ADD_CHILD(9)

Fix return type of BUS_ADD_CHILD(9) in SYNOPSYS section,
it should be device_t, not int

PR: 207389

r332439:
Fix quotes in the example code in syslog(3) BUGS section

mdoc treats verbatim quotes in .Dl as a string delimiter and does
not pass them to the rendered output. Use special char \*q to specify
double quote

PR: 216755

r332442:
Bump .Dd value (forgot to do this in r332439)
lib/libc/gen/syslog.3
share/man/man9/BUS_ADD_CHILD.9