~ubuntu-branches/ubuntu/maverick/gnutls26/maverick-updates

« back to all changes in this revision

Viewing changes to doc/manpages/gnutls_perror.3

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2009-04-14 14:23:19 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090414142319-ok7xejzbqkofno1q
Tags: 2.6.5-1
* Sync sections in debian/control with override file. libgnutls26-dbg is
  section debug, guile-gnutls is section lisp.
* New upstream version. (Needed for Libtasn1-3 2.0)
* New patch 15_tasn1inpc.diff. Make sure libtasn1 is listed in Libs.private.
* Standards-Version: 3.8.1, no changes required.

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 "gnutls_perror" 3 "2.4.2" "gnutls" "gnutls"
 
2
.TH "gnutls_perror" 3 "2.6.5" "gnutls" "gnutls"
3
3
.SH NAME
4
4
gnutls_perror \- prints a string to stderr with a description of an error
5
5
.SH SYNOPSIS
8
8
.BI "void gnutls_perror(int " error ");"
9
9
.SH ARGUMENTS
10
10
.IP "int error" 12
11
 
is an error returned by a gnutls function. Error is always a negative value.
 
11
is a GnuTLS error code, a negative value
12
12
.SH "DESCRIPTION"
13
 
This function is like \fBperror()\fP. The only difference is that it accepts an 
14
 
error number returned by a gnutls function.
 
13
This function is like \fBperror()\fP. The only difference is that it
 
14
accepts an error number returned by a gnutls function.
15
15
.SH "REPORTING BUGS"
16
16
Report bugs to <bug-gnutls@gnu.org>.
17
17
.SH COPYRIGHT