diff options
author | Mattias Andrée <maandree@kth.se> | 2018-10-20 22:12:59 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-10-20 22:12:59 +0200 |
commit | 24f9649c1f4692dd0cea64170a015a214197c926 (patch) | |
tree | 686e5c5c5bea6e69ff5894f10e6dc5fb0124b97f /man/libsimple_mempset.3 | |
parent | Add man pages for memeq, mempcpy and mempset (diff) | |
download | libsimple-24f9649c1f4692dd0cea64170a015a214197c926.tar.gz libsimple-24f9649c1f4692dd0cea64170a015a214197c926.tar.bz2 libsimple-24f9649c1f4692dd0cea64170a015a214197c926.tar.xz |
Add mempsetelem and memsetelem and add fix and tests for memelem and memrelem
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | man/libsimple_mempset.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/libsimple_mempset.3 b/man/libsimple_mempset.3 index e4d7fda..33b610c 100644 --- a/man/libsimple_mempset.3 +++ b/man/libsimple_mempset.3 @@ -1,6 +1,6 @@ .TH LIBSIMPLE_MEMPSET 3 2018-10-20 libsimple .SH NAME -libsimple_mempset \- check two memory segments for equality +libsimple_mempset \- fill an array of bytes .SH SYNOPSIS .nf #include <libsimple.h> @@ -68,5 +68,6 @@ None. .SH BUGS None. .SH SEE ALSO -.BR libsimple_mempcpy (3) +.BR libsimple_mempsetelem (3), +.BR libsimple_mempcpy (3), .BR memset (3) |