diff options
author | Mattias Andrée <maandree@kth.se> | 2018-10-20 21:14:53 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-10-20 21:14:58 +0200 |
commit | ea8ff66636f6f2d521523854c889eed208f96f1f (patch) | |
tree | b156aa7bbedd6293de386bc7e1155800d68c4ce3 /man/libsimple_rawmemchr.3 | |
parent | Add memelem and memrelem (diff) | |
download | libsimple-ea8ff66636f6f2d521523854c889eed208f96f1f.tar.gz libsimple-ea8ff66636f6f2d521523854c889eed208f96f1f.tar.bz2 libsimple-ea8ff66636f6f2d521523854c889eed208f96f1f.tar.xz |
Add man pages for memstarts and memends, and fix highlighting in man pages
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | man/libsimple_rawmemchr.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/libsimple_rawmemchr.3 b/man/libsimple_rawmemchr.3 index 347ab4c..2991b1f 100644 --- a/man/libsimple_rawmemchr.3 +++ b/man/libsimple_rawmemchr.3 @@ -5,7 +5,7 @@ libsimple_rawmemchr \- find byte in memory .nf #include <libsimple.h> -void *libsimple_rawmemchr(const void *s, int c); +void *libsimple_rawmemchr(const void *\fIs\fP, int \fIc\fP); #ifndef rawmemchr # define rawmemchr libsimple_rawmemchr |