diff options
author | Bart Coddens <bart.coddens@gmail.com> | 2013-11-05 20:51:37 +0100 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2013-11-06 11:22:45 -0800 |
commit | 393cba3d826b7fd70b8ab083125c4b25c43ee482 (patch) | |
tree | 7d93fbb42413f4895ad924a431813834a3c923a1 | |
parent | 93ed8d0d4b068b95d0bb50d57bb854df462a8485 (diff) | |
download | illumos-joyent-393cba3d826b7fd70b8ab083125c4b25c43ee482.tar.gz |
4116 kiconv_open(9f): kiconv_close() in the CONTEXT section
Reviewed by: Marcel Telka <marcel@telka.sk>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Approved by: Robert Mustacchi <rm@joyent.com>
-rw-r--r-- | usr/src/man/man9f/kiconv_open.9f | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/man/man9f/kiconv_open.9f b/usr/src/man/man9f/kiconv_open.9f index dd613c7bff..344bff45ec 100644 --- a/usr/src/man/man9f/kiconv_open.9f +++ b/usr/src/man/man9f/kiconv_open.9f @@ -3,7 +3,7 @@ .\" 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 KICONV_OPEN 9F "Oct 16, 2007" +.TH KICONV_OPEN 9F "Nov 5, 2013" .SH NAME kiconv_open \- code conversion descriptor allocation function .SH SYNOPSIS @@ -152,7 +152,7 @@ any other reasons the code conversion descriptor cannot be allocated, .SH CONTEXT .sp .LP -\fBkiconv_close()\fR can be called from user context only. +\fBkiconv_open()\fR can be called from user context only. .SH EXAMPLES .LP \fBExample 1 \fROpening a Code Conversion |