Module Name: src
Committed By: wiz
Date: Mon Aug 17 06:07:53 UTC 2020
Modified Files:
src/share/man/man9: cprng.9
Log Message:
cprng(9): Remove trailing comma.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/share/man/man9/cprng.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/cprng.9
diff -u src/share/man/man9/cprng.9:1.13 src/share/man/man9/cprng.9:1.14
--- src/share/man/man9/cprng.9:1.13 Mon Aug 17 00:55:05 2020
+++ src/share/man/man9/cprng.9 Mon Aug 17 06:07:53 2020
@@ -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