diff options
author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2015-04-29 04:46:19 +0000 |
---|---|---|
committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2015-04-29 04:46:19 +0000 |
commit | 8251f6e97f202d8bcbee85420c1fa5164854bce1 (patch) | |
tree | 712992aacd94565c687543df39093403195346bd /usr/src/man/man3c/psignal.3c | |
parent | c119c338b0fdc54642dc9718a65dbf3dca158822 (diff) | |
parent | 3e5de5d019b8b1edc6c40c035fa29f3a41341841 (diff) | |
download | illumos-joyent-8251f6e97f202d8bcbee85420c1fa5164854bce1.tar.gz |
[illumos-gate merge]
commit 3e5de5d019b8b1edc6c40c035fa29f3a41341841
5863 psiginfo arguments should be const
commit 4b92079ba1c38eb015d4df99305947dbeccbb80d
5861 clean up obsolete init scripts
commit 8622ec4569457733001d4982ef7f5b44427069be
1527 SMB server in non-global zones
Diffstat (limited to 'usr/src/man/man3c/psignal.3c')
-rw-r--r-- | usr/src/man/man3c/psignal.3c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/man/man3c/psignal.3c b/usr/src/man/man3c/psignal.3c index 81252ee0dd..a977fb6df4 100644 --- a/usr/src/man/man3c/psignal.3c +++ b/usr/src/man/man3c/psignal.3c @@ -1,6 +1,7 @@ '\" te .\" Copyright 1989 AT&T. Copyright (c) 2005, Sun Microsystems, Inc. All Rights Reserved. .\" Copyright (c) 2014, Joyent, Inc. All rights reserved. +.\" Copyright 2015 Circonus, Inc. All rights reserved. .\" 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] @@ -17,7 +18,7 @@ psignal, psiginfo \- system signal messages .LP .nf -\fBvoid\fR \fBpsiginfo\fR(\fBsiginfo_t *\fR\fIpinfo\fR, \fBchar *\fR\fIs\fR); +\fBvoid\fR \fBpsiginfo\fR(\fBconst siginfo_t *\fR\fIpinfo\fR, \fBconst char *\fR\fIs\fR); .fi .SH DESCRIPTION |