Project

General

Profile

Actions

Bug #4509

closed

libsysevent(3lib) man page references wrong header file

Added by Jason King over 9 years ago. Updated over 9 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
manpage - manual pages
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.

Actions #1

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

Actions #2

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>

Actions #4

Updated by Marcel Telka over 9 years ago

  • Assignee set to Bart Coddens
Actions #5

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

Also available in: Atom PDF