From 46eeab836be83b657bb09ffec72a527334332f28 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Thu, 15 Dec 2016 06:52:02 +0000 Subject: remove "(DEPRECATED)" from the Nd: none of the other base pages document things this way and DESCRIPTION is clear anyway that this should not be used; wording of the Nd suggested by schwarze ok schwarze --- src/lib/libcrypto/man/RAND_add.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/man/RAND_add.3 b/src/lib/libcrypto/man/RAND_add.3 index 0c4639063e..10ab096508 100644 --- a/src/lib/libcrypto/man/RAND_add.3 +++ b/src/lib/libcrypto/man/RAND_add.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: RAND_add.3,v 1.4 2016/11/29 00:07:45 schwarze Exp $ +.\" $OpenBSD: RAND_add.3,v 1.5 2016/12/15 06:52:02 jmc Exp $ .\" .\" Copyright (c) 2014 Miod Vallat .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 29 2016 $ +.Dd $Mdocdate: December 15 2016 $ .Dt RAND_ADD 3 .Os .Sh NAME @@ -22,7 +22,7 @@ .Nm RAND_cleanup , .Nm RAND_seed , .Nm RAND_status -.Nd add entropy to the PRNG (DEPRECATED) +.Nd manipulate the PRNG state .Sh SYNOPSIS .In openssl/rand.h .Ft void -- cgit v1.2.3-55-g6feb