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/c5a6652ec4da
branches: trunk
changeset: 937381:c5a6652ec4da
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 10d1051b6d37 -r c5a6652ec4da 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