Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Mar 2017 18:37:25 +0000 (UTC)
From:      John-Mark Gurney <jmg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r314707 - head/share/man/man9
Message-ID:  <201703051837.v25IbPW1006911@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703051837.v25IbPW1006911>