summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Coddens <bart.coddens@gmail.com>2014-01-21 20:23:52 +0100
committerRobert Mustacchi <rm@joyent.com>2014-01-22 14:35:00 -0800
commit307b60a6235150b7f87b2f1a16a2724f08c5cab3 (patch)
treebda5e4185caf4adb1280130e95c75eea1b1334aa
parentda5ab83fc888325fc812733d8a54bc5eab65c65c (diff)
downloadillumos-joyent-307b60a6235150b7f87b2f1a16a2724f08c5cab3.tar.gz
4509 libsysevent(3lib) man page references wrong header file
Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Garett D'Amore <garett@damore.org> Approved by: Robert Mustacchi <rm@joyent.com>
-rw-r--r--usr/src/man/man3lib/libsysevent.3lib4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/man/man3lib/libsysevent.3lib b/usr/src/man/man3lib/libsysevent.3lib
index 32f97491ff..579e01b25b 100644
--- a/usr/src/man/man3lib/libsysevent.3lib
+++ b/usr/src/man/man3lib/libsysevent.3lib
@@ -3,14 +3,14 @@
.\" 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.
.\" 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.
.\" 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]
-.TH LIBSYSEVENT 3LIB "Aug 23, 2007"
+.TH LIBSYSEVENT 3LIB "Jan 21, 2014"
.SH NAME
libsysevent \- system event interface library
.SH SYNOPSIS
.LP
.nf
cc [ \fIflag\fR... ] \fIfile\fR... \fB-lsysevent\fR [ \fIlibrary\fR... ]
-#include <\fBsysevent.h\fR>
+#include <\fBlibsysevent.h\fR>
.fi
.SH DESCRIPTION