Actions
Bug #13215
closedqsort_r(3C) manual synopsis was botched
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
As part of adding qsort_r in #3763, the qsort_r synopsis was botched. It was pointed out that qsort
was used instead of qsort_r
and on further inspection I noticed that there was no return type.
Updated by Robert Mustacchi over 1 year ago
I verified this by looking at the updated manual page with man(1).
Updated by Electric Monk over 1 year ago
- Status changed from New to Closed
- % Done changed from 80 to 100
git commit 35abe3277cc67d1a650f8fd7ce718b89fbece04d
commit 35abe3277cc67d1a650f8fd7ce718b89fbece04d Author: Robert Mustacchi <rm@fingolfin.org> Date: 2020-10-13T19:50:00.000Z 13215 qsort_r(3C) manual synopsis was botched Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
Actions