aboutsummaryrefslogtreecommitdiff
path: root/doc/min.3
diff options
context:
space:
mode:
authoraxtloss <axtlos@getcryst.al>2024-09-26 15:15:16 +0200
committeraxtloss <axtlos@getcryst.al>2024-09-26 15:15:16 +0200
commit27bb394bc0bf2ca66d06931bf1e73a3e20d5741a (patch)
tree99daf5b1fb77c5ad4ee3cb87a7dc5007269e0db5 /doc/min.3
parent8996ee7580ed85b42b6399f9f64e29092ce21c41 (diff)
downloadextlib-27bb394bc0bf2ca66d06931bf1e73a3e20d5741a.tar.gz
extlib-27bb394bc0bf2ca66d06931bf1e73a3e20d5741a.tar.bz2
Add author section to manpages
Diffstat (limited to '')
-rw-r--r--doc/min.38
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/min.3 b/doc/min.3
index c260207..97bd915 100644
--- a/doc/min.3
+++ b/doc/min.3
@@ -3,7 +3,7 @@
.\"
.\" SPDX-License-Identifier: BSD-3-Clause
-.TH min 3 2024-09-23 "extlib"
+.TH cap 3 2024-09-23 "extlib"
.SH NAME
cap, min, max \- limit a float between a min/max value
.SH LIBRARY
@@ -48,7 +48,7 @@ and
.BR min ()
return the passed value
.I v
-if it is in above/below the given maximum/minimum. Otherwise the maximum/minimum is returned.
+if it is higher/lower than the given maximum/minimum value. Otherwise the maximum/minimum is returned.
.BR cap ()
returns the given value
.I v
@@ -57,4 +57,8 @@ Otherwise the maximum is returned if the value is above the maximum
.IR max_v ,
the minimum is returned if the value is below the minimum
.IR min_v .
+.fi
+.SH AUTHORS
+This manual page was written by Rose
+.IR <axtlos@disroot.org> .
.\" SRC END