Actions
Bug #11668
closedlibproc(3LIB) typo in proc_get_auxv
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
In libproc(3LIB)
, under the INTERFACES
section, and the Utility routines
subheading, it lists a function proc_proc_get_auxv
. This should be proc_get_auxv
.
Updated by Jason King over 2 years ago
- Subject changed from Typo in libproc(3LIB) to libproc(3LIB) typo in proc_get_auxv
Updated by Robert Mustacchi almost 2 years ago
Updated by Robert Mustacchi almost 2 years ago
I tested this by looking at this in man(1).
Updated by Electric Monk almost 2 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 6bc3974f378feda6e0d0b8f2a7ca95eceb9587db
commit 6bc3974f378feda6e0d0b8f2a7ca95eceb9587db Author: Robert Mustacchi <rm@fingolfin.org> Date: 2020-05-26T21:04:53.000Z 11668 libproc(3LIB) typo in proc_get_auxv Reviewed by: Rich Lowe <richlowe@richlowe.net> Reviewed by: Peter Tribble <peter.tribble@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
Actions