Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/cdb Fix typos.



details:   https://anonhg.NetBSD.org/src/rev/bdd58649a02a
branches:  trunk
changeset: 779580:bdd58649a02a
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Jun 04 00:26:29 2012 +0000

description:
Fix typos.

diffstat:

 lib/libc/cdb/cdbw.3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r e581c140092f -r bdd58649a02a lib/libc/cdb/cdbw.3
--- a/lib/libc/cdb/cdbw.3       Sun Jun 03 23:19:09 2012 +0000
+++ b/lib/libc/cdb/cdbw.3       Mon Jun 04 00:26:29 2012 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: cdbw.3,v 1.4 2012/06/03 21:02:50 joerg Exp $
+.\"    $NetBSD: cdbw.3,v 1.5 2012/06/04 00:26:29 wiz Exp $
 .\"
 .\" Copyright (c) 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -118,10 +118,10 @@
 .Fn seedgen
 parameter can be used to override the default PRNG.
 The bitwise layout of the output depends on the chosen seed.
-The function should return a different value for each invokation.
+The function should return a different value for each invocation.
 The
 .Fn cdbw_stable_seeder
-can be used to create reproducable output.
+can be used to create reproducible output.
 It may be slower than the default.
 .Sh SEE ALSO
 .Xr cdbr 3 ,



Home | Main Index | Thread Index | Old Index