svn commit: r314707 - head/share/man/man9
John-Mark Gurney
jmg at FreeBSD.org
Sun Mar 5 18:37:26 UTC 2017
Author: jmg
Date: Sun Mar 5 18:37:25 2017
New Revision: 314707
URL: https://svnweb.freebsd.org/changeset/base/314707
Log:
add missing MLINKS for functions that this man page documents.
This page should be renamed to eliminate an unneeded inode.
Forgotten by: markm
Modified:
head/share/man/man9/Makefile
Modified: head/share/man/man9/Makefile
==============================================================================
--- head/share/man/man9/Makefile Sun Mar 5 18:00:52 2017 (r314706)
+++ head/share/man/man9/Makefile Sun Mar 5 18:37:25 2017 (r314707)
@@ -1425,6 +1425,9 @@ MLINKS+=random.9 arc4rand.9 \
random.9 read_random.9 \
random.9 read_random_uio.9 \
random.9 srandom.9
+MLINKS+=random_harvest.9 random_harvest_direct.9 \
+ random_harvest.9 random_harvest_fast.9 \
+ random_harvest.9 random_harvest_queue.9
MLINKS+=refcount.9 refcount_acquire.9 \
refcount.9 refcount_init.9 \
refcount.9 refcount_release.9
More information about the svn-src-all
mailing list