--- org/iconv.h.3head	Wed Mar  3 13:42:53 2010
+++ iconv.h.3head	Thu Apr 29 13:11:35 2010
@@ -14,6 +14,35 @@
 
      iconv_t    Identifies the conversion  from  one  codeset  to
                 another.
+                                                                              |
+     The following symbolic constants are defined as possible values          |
+     for an operation request in query or setting of the iconv code           |
+     conversion behavior of the current conversion:                           |
+                                                                              |
+        ICONV_GET_CONVERSION_BEHAVIOR                                         |
+        ICONV_GET_DISCARD_ILSEQ                                               |
+        ICONV_GET_TRANSLITERATE                                               |
+        ICONV_IGNORE_NULL                                                     |
+        ICONV_REPLACE_INVALID                                                 |
+        ICONV_SET_CONVERSION_BEHAVIOR                                         |
+        ICONV_SET_DISCARD_ILSEQ                                               |
+        ICONV_SET_TRANSLITERATE                                               |
+        ICONV_TRIVIALP                                                        |
+                                                                              |
+     The following symbolic constants are defined, zero or more of which      |
+     can be bitwise-inclusively OR'ed together to form the conversion         |
+     behavior settings for some of the above operation requests:              |
+                                                                              |
+        ICONV_CONV_ILLEGAL_DISCARD                                            |
+        ICONV_CONV_ILLEGAL_REPLACE_HEX                                        |
+        ICONV_CONV_ILLEGAL_RESTORE_HEX                                        |
+        ICONV_CONV_NON_IDENTICAL_DISCARD                                      |
+        ICONV_CONV_NON_IDENTICAL_REPLACE_HEX                                  |
+        ICONV_CONV_NON_IDENTICAL_RESTORE_HEX                                  |
+        ICONV_CONV_NON_IDENTICAL_TRANSLITERATE                                |
+                                                                              |
+     For more detail on the above symbolic constants, refer to iconv(3C),     |
+     iconvctl(3C), iconv_open(3C), and iconvstr(3C).                          |
 
 
 ATTRIBUTES
@@ -23,13 +52,13 @@
      ____________________________________________________________
     |       ATTRIBUTE TYPE        |       ATTRIBUTE VALUE       |
     |_____________________________|_____________________________|
-    | Interface Stability         | Standard                    |
+    | Interface Stability         | Committed                   |             |
     |_____________________________|_____________________________|
 
 
 SEE ALSO
-     iconv(3C), iconv_close(3C),  iconv_open(3C),  attributes(5),
-     standards(5)
+     iconv(3C), iconv_close(3C), iconvctl(3C), iconv_open(3C),                |
+     iconvstr(3C), attributes(5), standards(5)                                |
 
 
 SunOS 5.11          Last change: 10 Sep 2004                    1
