~ubuntu-branches/ubuntu/gutsy/gnutls13/gutsy-proposed

1.1.1 by Andreas Metzler
Import upstream version 1.4.4
1
.\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
2
.TH "gnutls_perror" 3 "1.4.4" "gnutls" "gnutls"
1 by Andreas Metzler
Import upstream version 1.4.0
3
.SH NAME
1.1.1 by Andreas Metzler
Import upstream version 1.4.4
4
gnutls_perror \- prints a string to stderr with a description of an error
1 by Andreas Metzler
Import upstream version 1.4.0
5
.SH SYNOPSIS
6
.B #include <gnutls/gnutls.h>
7
.sp
8
.BI "void gnutls_perror(int " error ");"
9
.SH ARGUMENTS
10
.IP "int error" 12
11
is an error returned by a gnutls function. Error is always a negative value.
12
.SH "DESCRIPTION"
1.1.1 by Andreas Metzler
Import upstream version 1.4.4
13
This function is like \fBperror()\fP. The only difference is that it accepts an 
1 by Andreas Metzler
Import upstream version 1.4.0
14
error number returned by a gnutls function.
15
.SH "REPORTING BUGS"
16
Report bugs to <bug-gnutls@gnu.org>.
17
.SH COPYRIGHT
18
Copyright \(co 2004 Free Software Foundation.
19
.br
20
Permission is granted to make and distribute verbatim copies of this
21
manual provided the copyright notice and this permission notice are
22
preserved on all copies.
23
.SH "SEE ALSO"
24
The full documentation for
25
.B gnutls
26
is maintained as a Texinfo manual.  If the
27
.B info
28
and
29
.B gnutls
30
programs are properly installed at your site, the command
31
.IP
32
.B info gnutls
33
.PP
34
should give you access to the complete manual.