diff options
author | Keith M Wesolowski <wesolows@foobazco.org> | 2014-01-23 17:46:42 +0000 |
---|---|---|
committer | Keith M Wesolowski <wesolows@foobazco.org> | 2014-01-23 17:46:42 +0000 |
commit | f3a1f5d9ec2a689ae3e73fc9f517e03d31739c9b (patch) | |
tree | b30446126b01c2b60043143e19d646440e0501cc /usr/src/man/man3lib | |
parent | 8e90799debe0cc1d192dc0fa7a1c6de15d68fe67 (diff) | |
parent | a11c1571b6942161b0186d0588609448066892c2 (diff) | |
download | illumos-joyent-release-20140123.tar.gz |
[illumos-gate merge]20140123release-20140123
commit a11c1571b6942161b0186d0588609448066892c2
3141 strptime() doesn't support %t
commit 307b60a6235150b7f87b2f1a16a2724f08c5cab3
4509 libsysevent(3lib) man page references wrong header file
commit da5ab83fc888325fc812733d8a54bc5eab65c65c
4500 mptsas_hash_traverse() is unsafe, leads to missing devices
Conflicts:
usr/src/cmd/mdb/common/modules/mpt_sas/mpt_sas.c (lint)
Diffstat (limited to 'usr/src/man/man3lib')
-rw-r--r-- | usr/src/man/man3lib/libsysevent.3lib | 4 |
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 |