Actions
Bug #4509
closedlibsysevent(3lib) man page references wrong header file
Start date:
2014-01-19
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
The libsysevent(3lib) man page includes the following under the synopsis section:
cc [ flag... ] file... -lsysevent [ library... ] #include <sysevent.h>
There is no /usr/include/sysevent.h, and in fact the man pages for the individual functions within libsysevent.so all use
#include <libsysevent.h>which does in fact exist.
Updated by Bart Coddens over 9 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 80
Easy fix, I will take this
Updated by Bart Coddens over 9 years ago
- % Done changed from 80 to 90
Done,
Manual shows this now:
SYNOPSIS
cc [ flag... ] file... -lsysevent [ library... ]
#include <libsysevent.h>
Updated by Bart Coddens over 9 years ago
Webrev can be found here:
Updated by Robert Mustacchi over 9 years ago
- Status changed from In Progress to Resolved
- % Done changed from 90 to 100
- Tags deleted (
needs-triage)
Resolved in 307b60a6235150b7f87b2f1a16a2724f08c5cab3.
Actions