summaryrefslogtreecommitdiff
path: root/usr/src/man/man3c/memory.3c
diff options
context:
space:
mode:
authorChris Fraire <cfraire@me.com>2017-08-25 09:47:09 -0500
committerRobert Mustacchi <rm@joyent.com>2017-09-21 13:54:02 +0000
commitd042c5a26452797afc4fe8c2ceddebff94d88745 (patch)
treebc51db221e6a1f4babc967ba489e20d294d75315 /usr/src/man/man3c/memory.3c
parent2cedd8f0ecbd2b29bf0aac72bb8b7413b0326938 (diff)
downloadillumos-gate-d042c5a26452797afc4fe8c2ceddebff94d88745.tar.gz
8591 Man pages contain various errors
Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'usr/src/man/man3c/memory.3c')
-rw-r--r--usr/src/man/man3c/memory.3c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/man/man3c/memory.3c b/usr/src/man/man3c/memory.3c
index 02102892ab..368956c97f 100644
--- a/usr/src/man/man3c/memory.3c
+++ b/usr/src/man/man3c/memory.3c
@@ -96,7 +96,7 @@ overlap, the behavior is undefined.
.sp
.LP
The \fBmemmem()\fR function searches for the \fIs_len\fR long byte pattern
-\fIs\fR in the memory region starting at \fBl\fR for \fl_len\fR bytes. If a
+\fIs\fR in the memory region starting at \fIl\fR for \fIl_len\fR bytes. If a
match is found, a pointer to the starting location in \fIl\fR is returned. If no
match is found, \fIl_len\fR is zero, \fIs_len\fR is zero, or \fIl_len\fR is less
than \fIs_len\fR, then a null pointer is return.