Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 cprng(9): Remove trailing comma.



details:   https://anonhg.NetBSD.org/src/rev/a5f95dabeed9
branches:  trunk
changeset: 942722:a5f95dabeed9
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Aug 17 06:07:53 2020 +0000

description:
cprng(9): Remove trailing comma.

diffstat:

 share/man/man9/cprng.9 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 81746450a379 -r a5f95dabeed9 share/man/man9/cprng.9
--- a/share/man/man9/cprng.9    Mon Aug 17 04:16:24 2020 +0000
+++ b/share/man/man9/cprng.9    Mon Aug 17 06:07:53 2020 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: cprng.9,v 1.13 2020/08/17 00:55:05 riastradh Exp $
+.\"    $NetBSD: cprng.9,v 1.14 2020/08/17 06:07:53 wiz Exp $
 .\"
 .\" Copyright (c) 2011-2015 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -39,7 +39,7 @@
 .Nm cprng_strong64 ,
 .Nm cprng_fast ,
 .Nm cprng_fast32 ,
-.Nm cprng_fast64 ,
+.Nm cprng_fast64
 .Nd cryptographic pseudorandom number generators
 .Sh SYNOPSIS
 .In sys/cprng.h



Home | Main Index | Thread Index | Old Index