13793 va_arg(9F): va_arg() returns type, not (type *)
Review Request #2585 — Created May 14, 2021 and submitted — Latest diff uploaded
Information | |
---|---|
marcel | |
illumos-gate | |
master | |
13793 | |
54d3f39... | |
Reviewers | |
general | |
This fixes wrong return type for va_arg() in the va_arg(9f) man page.
I reviewed the man page using: $ MANPATH=usr/src/man/ man va_arg Nightly passed.