summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/memchr.3
diff options
context:
space:
mode:
authoraaron <>1999-06-29 18:01:34 +0000
committeraaron <>1999-06-29 18:01:34 +0000
commit403f5844d16c63a63b8ce33a354e4871cb93df4c (patch)
tree8cb26f4259822c517bec5c7028ba41be89eb964b /src/lib/libc/string/memchr.3
parente5791ef4d456e0071415b711d9969fb50535b063 (diff)
downloadopenbsd-403f5844d16c63a63b8ce33a354e4871cb93df4c.tar.gz
openbsd-403f5844d16c63a63b8ce33a354e4871cb93df4c.tar.bz2
openbsd-403f5844d16c63a63b8ce33a354e4871cb93df4c.zip
repairs
Diffstat (limited to 'src/lib/libc/string/memchr.3')
-rw-r--r--src/lib/libc/string/memchr.36
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libc/string/memchr.3 b/src/lib/libc/string/memchr.3
index 56a2aee9ce..81c524458c 100644
--- a/src/lib/libc/string/memchr.3
+++ b/src/lib/libc/string/memchr.3
@@ -33,7 +33,7 @@
33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34.\" SUCH DAMAGE. 34.\" SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: memchr.3,v 1.2 1996/08/19 08:34:04 tholo Exp $ 36.\" $OpenBSD: memchr.3,v 1.3 1999/06/29 18:01:32 aaron Exp $
37.\" 37.\"
38.Dd June 29, 1991 38.Dd June 29, 1991
39.Dt MEMCHR 3 39.Dt MEMCHR 3
@@ -59,7 +59,9 @@ The
59.Fn memchr 59.Fn memchr
60function 60function
61returns a pointer to the byte located, 61returns a pointer to the byte located,
62or NULL if no such byte exists within 62or
63.Dv NULL
64if no such byte exists within
63.Fa len 65.Fa len
64bytes. 66bytes.
65.Sh SEE ALSO 67.Sh SEE ALSO