~ubuntu-branches/ubuntu/precise/libtasn1-3/precise-updates

« back to all changes in this revision

Viewing changes to doc/man/asn1_perror.3

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2010-03-15 19:16:34 UTC
  • mfrom: (1.2.5 upstream) (6.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100315191634-015aowhjrrvlwjnm
* New upstream version.
* Do not run test-suite when cross compiling. Closes: #554343

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
2
 
.TH "asn1_perror" 3 "2.4" "libtasn1" "libtasn1"
 
2
.TH "asn1_perror" 3 "2.5" "libtasn1" "libtasn1"
3
3
.SH NAME
4
 
asn1_perror \- prints a string to stderr with a description of an error
 
4
asn1_perror \- API function
5
5
.SH SYNOPSIS
6
6
.B #include <libtasn1.h>
7
7
.sp
10
10
.IP "asn1_retCode error" 12
11
11
is an error returned by a libtasn1 function.
12
12
.SH "DESCRIPTION"
13
 
This function is like \fBperror()\fP.  The only difference is that it
14
 
accepts an error returned by a libtasn1 function.
 
13
Prints a string to stderr with a description of an error.  This
 
14
function is like \fBperror()\fP.  The only difference is that it accepts
 
15
an error returned by a libtasn1 function.
15
16
 
16
17
This function replaces \fBlibtasn1_perror()\fP in older libtasn1.
17
18
.SH "SINCE"