diff options
author | axtloss <axtlos@getcryst.al> | 2024-09-26 15:15:16 +0200 |
---|---|---|
committer | axtloss <axtlos@getcryst.al> | 2024-09-26 15:15:16 +0200 |
commit | 27bb394bc0bf2ca66d06931bf1e73a3e20d5741a (patch) | |
tree | 99daf5b1fb77c5ad4ee3cb87a7dc5007269e0db5 /doc/memvcmp.3 | |
parent | 8996ee7580ed85b42b6399f9f64e29092ce21c41 (diff) | |
download | extlib-27bb394bc0bf2ca66d06931bf1e73a3e20d5741a.tar.gz extlib-27bb394bc0bf2ca66d06931bf1e73a3e20d5741a.tar.bz2 |
Add author section to manpages
Diffstat (limited to 'doc/memvcmp.3')
-rw-r--r-- | doc/memvcmp.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/memvcmp.3 b/doc/memvcmp.3 index 952c0cf..ccb0138 100644 --- a/doc/memvcmp.3 +++ b/doc/memvcmp.3 @@ -23,10 +23,12 @@ function compares bytes of .I *str to the value -.I val -. +.IR val . .fi .SH RETURN VALUE .BR memvcmp () returns zero if the area matches, non-zero if it does not. +.SH AUTHORS +This manual page was written by Rose +.IR <axtlos@disroot.org> . .\" SRC END |