Print this page
4509 libsysevent(3lib) man page references wrong header file

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man3lib/libsysevent.3lib
          +++ new/usr/src/man/man3lib/libsysevent.3lib
   1    1  '\" te
   2    2  .\" Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved.
   3    3  .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
   4    4  .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
   5    5  .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
   6      -.TH LIBSYSEVENT 3LIB "Aug 23, 2007"
        6 +.TH LIBSYSEVENT 3LIB "Jan 21, 2014"
   7    7  .SH NAME
   8    8  libsysevent \- system event interface library
   9    9  .SH SYNOPSIS
  10   10  .LP
  11   11  .nf
  12   12  cc [ \fIflag\fR... ] \fIfile\fR... \fB-lsysevent\fR [ \fIlibrary\fR... ]
  13      -#include <\fBsysevent.h\fR>
       13 +#include <\fBlibsysevent.h\fR>
  14   14  .fi
  15   15  
  16   16  .SH DESCRIPTION
  17   17  .sp
  18   18  .LP
  19   19  Functions in this library extract specific identifier, publisher, and attribute
  20   20  information from a system event (sysevent) handle, defined as \fBsysevent_t\fR,
  21   21  and allow privileged user-level applications to queue system events for
  22   22  delivery to the system event daemon, \fBsyseventd\fR(1M).
  23   23  .sp
↓ open down ↓ 67 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX