summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2012-01-01 20:59:42 +0000
committered <ed@FreeBSD.org>2012-01-01 20:59:42 +0000
commiteed6691a080145735804eccfd9d2deced720d642 (patch)
treec7064590906a45cbce8d104bf540a32a75f9e577 /share
parent1879e1bef468ae118a1f27c6fbcda386aaedfbeb (diff)
downloadFreeBSD-src-eed6691a080145735804eccfd9d2deced720d642.zip
FreeBSD-src-eed6691a080145735804eccfd9d2deced720d642.tar.gz
Fix sloppyness in memcchr() man page.
I was considering adding it to libc as well, but last minute I thought it would be good enough to add it to libkern exclusively. I forgot to rename the man page and hook it up.
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/Makefile1
-rw-r--r--share/man/man9/memcchr.9 (renamed from share/man/man9/memcchr.3)0
2 files changed, 1 insertions, 0 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index 2b9f3bb..7d2af8a 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -164,6 +164,7 @@ MAN= accept_filter.9 \
mbuf_tags.9 \
MD5.9 \
mdchain.9 \
+ memcchr.9 \
memguard.9 \
microseq.9 \
microtime.9 \
diff --git a/share/man/man9/memcchr.3 b/share/man/man9/memcchr.9
index 0be3b79..0be3b79 100644
--- a/share/man/man9/memcchr.3
+++ b/share/man/man9/memcchr.9
OpenPOWER on IntegriCloud