From 27bb394bc0bf2ca66d06931bf1e73a3e20d5741a Mon Sep 17 00:00:00 2001 From: axtloss Date: Thu, 26 Sep 2024 15:15:16 +0200 Subject: Add author section to manpages --- doc/cap.3 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc/cap.3') diff --git a/doc/cap.3 b/doc/cap.3 index f5b4efb..97bd915 100644 --- a/doc/cap.3 +++ b/doc/cap.3 @@ -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 . .\" SRC END -- cgit v1.2.3