aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-01-27 18:12:58 +0100
committerMattias Andrée <maandree@kth.se>2024-01-27 18:12:58 +0100
commit3ab93b732dfe58e12d453f38cf4f424478c4d4bf (patch)
treefb774e39ac018cca79097900b4b8316ca82a8b90 /man3
parentFix return value for libsimple_{local,gm}time.c (diff)
downloadlibsimple-3ab93b732dfe58e12d453f38cf4f424478c4d4bf.tar.gz
libsimple-3ab93b732dfe58e12d453f38cf4f424478c4d4bf.tar.bz2
libsimple-3ab93b732dfe58e12d453f38cf4f424478c4d4bf.tar.xz
Fix man pages
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'man3')
-rw-r--r--man3/MAX.3libsimple6
-rw-r--r--man3/MAX3.3libsimple6
-rw-r--r--man3/MIN.3libsimple6
-rw-r--r--man3/MIN3.3libsimple6
4 files changed, 4 insertions, 20 deletions
diff --git a/man3/MAX.3libsimple b/man3/MAX.3libsimple
index ac374d0..a8ff50e 100644
--- a/man3/MAX.3libsimple
+++ b/man3/MAX.3libsimple
@@ -39,11 +39,7 @@ The
macro returns to the greater value.
.SH ERRORS
-The
-.BR libsimple_close ()
-function fail for the reasons specified for the
-.BR close (3)
-function.
+None.
.SH EXAMPLES
None.
diff --git a/man3/MAX3.3libsimple b/man3/MAX3.3libsimple
index d0171f8..a578033 100644
--- a/man3/MAX3.3libsimple
+++ b/man3/MAX3.3libsimple
@@ -42,11 +42,7 @@ The
macro returns to the greatest of value.
.SH ERRORS
-The
-.BR libsimple_close ()
-function fail for the reasons specified for the
-.BR close (3)
-function.
+None.
.SH EXAMPLES
None.
diff --git a/man3/MIN.3libsimple b/man3/MIN.3libsimple
index 552b334..e54a867 100644
--- a/man3/MIN.3libsimple
+++ b/man3/MIN.3libsimple
@@ -39,11 +39,7 @@ The
macro returns to the lesser value.
.SH ERRORS
-The
-.BR libsimple_close ()
-function fail for the reasons specified for the
-.BR close (3)
-function.
+None.
.SH EXAMPLES
None.
diff --git a/man3/MIN3.3libsimple b/man3/MIN3.3libsimple
index 19eeae9..0c257c5 100644
--- a/man3/MIN3.3libsimple
+++ b/man3/MIN3.3libsimple
@@ -42,11 +42,7 @@ The
macro returns to the smallest of value.
.SH ERRORS
-The
-.BR libsimple_close ()
-function fail for the reasons specified for the
-.BR close (3)
-function.
+None.
.SH EXAMPLES
None.