Print this page
11583 Some man3lib pages are missing parts of the SYNOPSIS

*** 1,23 **** '\" te .\" Copyright (c) 2006, Sun Microsystems, 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] ! .TH LIBPAPI 3LIB "Dec 18, 2006" .SH NAME libpapi \- Free Standards Group Open Printing API (PAPI) library functions .SH SYNOPSIS - .LP .nf ! cc [ \fIflag\fR\&.\|.\|. ] \fIfile\fR\&.\|.\|. \fB-lpapi\fR [ \fIlibrary\fR\&.\|.\|. ] #include <papi.h> .fi .SH DESCRIPTION - .sp - .LP Functions in this library provide an interface for interaction with print services as described in v1.0 of the Free Standards Group (FSG) Open Printing API (PAPI). .sp .LP --- 1,20 ---- '\" te .\" Copyright (c) 2006, Sun Microsystems, 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] ! .TH LIBPAPI 3LIB "Aug 19, 2019" .SH NAME libpapi \- Free Standards Group Open Printing API (PAPI) library functions .SH SYNOPSIS .nf ! cc [ \fIflag\fR... ] \fIfile\fR... \fB-lpapi\fR [ \fIlibrary\fR... ] #include <papi.h> .fi .SH DESCRIPTION Functions in this library provide an interface for interaction with print services as described in v1.0 of the Free Standards Group (FSG) Open Printing API (PAPI). .sp .LP
*** 27,45 **** and remote IPP services through the use of loadable modules that export the same interface. These modules should not be linked with directly, but can be used directly at runtime through the use of \fBLD_PRELOAD\fR for debugging purposes. .SH INTERFACES - .sp - .LP The shared object \fBlibpapi.so.0\fR provides the public interfaces defined below. See \fBIntro\fR(3) for additional information on shared object interfaces. .SS "Attribute" - .sp - - .sp .TS l l l l . \fBpapiAttributeListAddBoolean\fR \fBpapiAttributeListAddCollection\fR \fBpapiAttributeListAddDatetime\fR \fBpapiAttributeListAddInteger\fR --- 24,37 ----
*** 54,66 **** \fBpapiAttributeListGetResolution\fR \fBpapiAttributeListGetString\fR \fBpapiAttributeListGetValue\fR \fBpapiAttributeListToString\fR .TE .SS "Service" - .sp - - .sp .TS l l l l . \fBpapiServiceCreate\fR \fBpapiServiceDestroy\fR \fBpapiServiceGetAppData\fR \fBpapiServiceGetAttributeList\fR --- 46,55 ----
*** 70,82 **** \fBpapiServiceSetAuthCB\fR \fBpapiServiceSetEncryption\fR \fBpapiServiceSetPassword\fR \fBpapiServiceSetUserName\fR .TE .SS "Printer" - .sp - - .sp .TS l l l l . \fBpapiPrinterAdd\fR \fBpapiPrinterDisable\fR \fBpapiPrinterEnable\fR \fBpapiPrinterFree\fR --- 59,68 ----
*** 86,98 **** \fBpapiPrinterQuery\fR \fBpapiPrinterRemove\fR \fBpapiPrinterResume\fR \fBpapiPrintersList\fR .TE .SS "Job" - .sp - - .sp .TS l l l l . \fBpapiJobCancel\fR \fBpapiJobFree\fR \fBpapiJobGetAttributeList\fR \fBpapiJobGetId\fR --- 72,81 ----
*** 105,208 **** \fBpapiJobStreamWrite\fR \fBpapiJobSubmit\fR \fBpapiJobSubmitByReference\fR \fBpapiJobValidate\fR .TE .SS "Miscellaneous" - .sp - - .sp .TS l l l l . \fBpapiLibrarySupportedCall\fR \fBpapiLibrarySupportedCalls\fR \fBpapiStatusString\fR .TE .SH FILES - .sp .ne 2 .na ! \fB\fB/usr/lib/libpapi.so.0\fR\fR .ad .sp .6 .RS 4n shared object .RE .sp .ne 2 .na ! \fB\fB/usr/lib/libpapi-common.so.0\fR\fR .ad .sp .6 .RS 4n private shared code .RE .sp .ne 2 .na ! \fB\fB/usr/lib/print/psm-lpd.so\fR\fR .ad .sp .6 .RS 4n private rfc1179 support .RE .sp .ne 2 .na ! \fB\fB/usr/lib/print/psm-lpsched.so\fR\fR .ad .sp .6 .RS 4n private LP support .RE .sp .ne 2 .na ! \fB\fB/usr/lib/print/psm-ipp.so\fR\fR .ad .sp .6 .RS 4n private IPP support .RE .sp .ne 2 .na ! \fB\fB/usr/lib/libipp-core.so\fR\fR .ad .sp .6 .RS 4n private IPP marshalling support .RE .sp .ne 2 .na ! \fB\fB/usr/lib/libipp-listener.so\fR\fR .ad .sp .6 .RS 4n private IPP operations support .RE .sp .ne 2 .na ! \fB\fB/usr/lip/libhttp-core.so\fR\fR .ad .sp .6 .RS 4n private HTTP support .RE .SH ATTRIBUTES - .sp - .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp .sp .TS --- 88,185 ---- \fBpapiJobStreamWrite\fR \fBpapiJobSubmit\fR \fBpapiJobSubmitByReference\fR \fBpapiJobValidate\fR .TE .SS "Miscellaneous" .TS l l l l . \fBpapiLibrarySupportedCall\fR \fBpapiLibrarySupportedCalls\fR \fBpapiStatusString\fR .TE .SH FILES .ne 2 .na ! \fB/usr/lib/libpapi.so.0\fR .ad .sp .6 .RS 4n shared object .RE .sp .ne 2 .na ! \fB/usr/lib/libpapi-common.so.0\fR .ad .sp .6 .RS 4n private shared code .RE .sp .ne 2 .na ! \fB/usr/lib/print/psm-lpd.so\fR .ad .sp .6 .RS 4n private rfc1179 support .RE .sp .ne 2 .na ! \fB/usr/lib/print/psm-lpsched.so\fR .ad .sp .6 .RS 4n private LP support .RE .sp .ne 2 .na ! \fB/usr/lib/print/psm-ipp.so\fR .ad .sp .6 .RS 4n private IPP support .RE .sp .ne 2 .na ! \fB/usr/lib/libipp-core.so\fR .ad .sp .6 .RS 4n private IPP marshalling support .RE .sp .ne 2 .na ! \fB/usr/lib/libipp-listener.so\fR .ad .sp .6 .RS 4n private IPP operations support .RE .sp .ne 2 .na ! \fB/usr/lip/libhttp-core.so\fR .ad .sp .6 .RS 4n private HTTP support .RE .SH ATTRIBUTES See \fBattributes\fR(5) for descriptions of the following attributes: .sp .sp .TS
*** 215,222 **** _ MT-Level Safe .TE .SH SEE ALSO - .sp - .LP \fBIntro\fR(3), \fBprinters\fR(4), \fBprinters.conf\fR(4), \fBattributes\fR(5) --- 192,197 ----