trasz
|
3aa26aed8b
|
Don't put multiple names on a single .Nm line. This fixes apropos(1)
output, from this:
strnlen, strlen, strlen,(3) - find length of string │·······
... to this:
strlen, strnlen(3) - find length of string
PR: 223525
MFC after: 2 weeks
|
2018-04-17 09:05:46 +00:00 |
|
gonzo
|
88d57fa15c
|
[man] Add documentation for OpenFirmware API
Add man pages for following OpenFirmware functions:
OF_child, OF_parent, OF_peer, OF_device_from_xref,
OF_device_register_xref, OF_xref_from_device, OF_getprop,
OF_getencprop, OF_getencprop_alloc, OF_getprop_alloc, OF_getproplen,
OF_hasprop, OF_nextprop, OF_prop_free, OF_searchencprop,
OF_searchprop, OF_setprop
Edited by: wblock
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D14511
|
2018-04-09 22:23:45 +00:00 |
|