]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r315132,r315133,r315186:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 20 Mar 2017 03:00:22 +0000 (03:00 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 20 Mar 2017 03:00:22 +0000 (03:00 +0000)
commitc3d310a3e61918294604ce44e22fa65a4d47db0f
tree1bbd04c979d1ea23094cfb066ea0d7b9b2e2b003
parenta449205a85f9d1323c41f245cf3cfa46d7790090
MFC r315132,r315133,r315186:

r315132:

Use .Dv when referencing NULL

This is the correct markup macro, as opposed to .Va (variable names)

While here, annotate several bare references to `NULL` with .Dv.

r315133:

lib/libcam/cam.3: fix manpage warnings

- spelling: "mis-named" should be "misnamed".
- delete spaces interspersed in literal representation of
  `struct cam_device` as hard-tabs separate the types and fields.
- Add commas after `e.g.`.

r315186:

lib/libcam/cam.3: note that cam_freeccb(3) with ccb == NULL is a no-op

This allows me to accurately test this scenario, and for others to rely
on the behavior, instead of relying on knowledge obtained via code
inspection.

Wording borrowed from free(3).

Requested by: ken (D9928)

git-svn-id: svn://svn.freebsd.org/base/stable/10@315606 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/libcam/cam.3