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_memrmem.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 'man/libsimple_memrmem.3')
-rw-r--r-- | man/libsimple_memrmem.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/libsimple_memrmem.3 b/man/libsimple_memrmem.3 index c9daf17..aae6572 100644 --- a/man/libsimple_memrmem.3 +++ b/man/libsimple_memrmem.3 @@ -5,7 +5,7 @@ libsimple_memrmem \- find byte string in memory .nf #include <libsimple.h> -void *libsimple_memrmem(const void *haystack, size_t nhaystack, const void *needle, size_t nneedle); +void *libsimple_memrmem(const void *\fIhaystack\fP, size_t \fInhaystack\fP, const void *\fIneedle\fP, size_t \fInneedle\fP); #ifndef memrmem # define memrmem libsimple_memrmem |