diff options
Diffstat (limited to 'usr/src/man/man3c/memory.3c')
-rw-r--r-- | usr/src/man/man3c/memory.3c | 2 |
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. |