aboutsummaryrefslogtreecommitdiffstats
path: root/man/libsimple_memrelem.3
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2018-10-20 21:14:53 +0200
committerMattias Andrée <maandree@kth.se>2018-10-20 21:14:58 +0200
commitea8ff66636f6f2d521523854c889eed208f96f1f (patch)
treeb156aa7bbedd6293de386bc7e1155800d68c4ce3 /man/libsimple_memrelem.3
parentAdd memelem and memrelem (diff)
downloadlibsimple-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_memrelem.3')
-rw-r--r--man/libsimple_memrelem.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man/libsimple_memrelem.3 b/man/libsimple_memrelem.3
index 77f5293..66f7bd8 100644
--- a/man/libsimple_memrelem.3
+++ b/man/libsimple_memrelem.3
@@ -1,11 +1,11 @@
.TH LIBSIMPLE_MEMRELEM 3 2018-10-20 libsimple
.SH NAME
-libsimple_memrelem \- find byte string in memory
+libsimple_memrelem \- find aligned byte string in memory
.SH SYNOPSIS
.nf
#include <libsimple.h>
-void *libsimple_memrelem(const void *haystack, size_t nhaystack, const void *needle, size_t nneedle);
+void *libsimple_memrelem(const void *\fIhaystack\fP, size_t \fInhaystack\fP, const void *\fIneedle\fP, size_t \fInneedle\fP);
#ifndef memrelem
# define memrelem libsimple_memrelem