From owner-svn-src-all@freebsd.org Sun Mar 5 18:37:26 2017 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CA2FCFAFD6; Sun, 5 Mar 2017 18:37:26 +0000 (UTC) (envelope-from jmg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4EDE61EE2; Sun, 5 Mar 2017 18:37:26 +0000 (UTC) (envelope-from jmg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v25IbP8e006912; Sun, 5 Mar 2017 18:37:25 GMT (envelope-from jmg@FreeBSD.org) Received: (from jmg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v25IbPW1006911; Sun, 5 Mar 2017 18:37:25 GMT (envelope-from jmg@FreeBSD.org) Message-Id: <201703051837.v25IbPW1006911@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jmg set sender to jmg@FreeBSD.org using -f From: John-Mark Gurney Date: Sun, 5 Mar 2017 18:37:25 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r314707 - head/share/man/man9 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Mar 2017 18:37:26 -0000 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