Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ././../../../../../../usr/man/man3dax/dax_version.3dax
Real path: /usr/share/man/man3dax/dax_version.3dax
Zurück
'\" te .\" Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved. .TH dax_version 3DAX "03 Mar 2017" "Oracle Solaris 11.4" "DAX Library Functions" .SH NAME dax_version \- return the API version .SH SYNOPSIS .LP .nf cc [ flag... ] file... -ldax [ library...] #include <dax.h> dax_status_t dax_version(dax_context_t *\fIctx\fR, uint32_t *\fIversion\fR); .fi .SH DESCRIPTION .sp .LP Returns the version of the \fBlibdax\fR API used to initialize \fIctx\fR in the \fIversion\fR parameter. .SH RETURN VALUES .sp .ne 2 .mk .na \fB\fBDAX_SUCCESS\fR\fR .ad .RS 15n .rt Operation completed successfully .RE .sp .ne 2 .mk .na \fB\fBDAX_ETHREAD\fR\fR .ad .RS 15n .rt The calling thread did not create \fIctx\fR .RE .SH ATTRIBUTES .sp .LP See \fBattributes\fR(7) for descriptions of the following attributes: .sp .TS tab( ) box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) . ATTRIBUTE TYPE ATTRIBUTE VALUE _ Availability system/library _ Interface Stability Committed .TE .sp .SH SEE ALSO .sp .LP \fBdax_thread_init\fR(3DAX)