cake
/
libg1m
Archived
1
0
Fork 0

Stupid errors.

This commit is contained in:
Thomas Touhey 2016-11-23 08:14:12 +01:00
parent 533f6c5f9a
commit 2febe9ae2c
2 changed files with 1 additions and 10 deletions

View File

@ -22,15 +22,6 @@ DESCRIPTION
-----------
Frees a handle opened with *g1m_open*(3) or *g1m_fopen*(3).
RETURN VALUE
------------
This function returns zero if everything went well, and the error code
otherwise.
ERRORS
------
See *g1m_error*(3).
SEE ALSO
--------
*libg1m*(3),

View File

@ -15,7 +15,7 @@ SYNOPSIS
----
#include <libg1m.h>
const char g1m_strerror(int err);
const char *g1m_strerror(int err);
printf("Couldn't perform action: %s\n", g1m_strerror(g1m_error_nostream));
----