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 typo. Reported by rudolf on netbsd-docs.



details:   https://anonhg.NetBSD.org/src/rev/6d4eb0988fdf
branches:  trunk
changeset: 336048:6d4eb0988fdf
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Feb 08 19:09:56 2015 +0000

description:
Fix typo. Reported by rudolf on netbsd-docs.

diffstat:

 lib/libc/cdb/cdb.5 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c187671ed39a -r 6d4eb0988fdf lib/libc/cdb/cdb.5
--- a/lib/libc/cdb/cdb.5        Sun Feb 08 16:44:09 2015 +0000
+++ b/lib/libc/cdb/cdb.5        Sun Feb 08 19:09:56 2015 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: cdb.5,v 1.5 2014/03/18 18:20:37 riastradh Exp $
+.\"    $NetBSD: cdb.5,v 1.6 2015/02/08 19:09:56 wiz Exp $
 .\"
 .\" Copyright (c) 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -73,7 +73,7 @@
 followed by
 .Va data_size .
 The offsets are relative to the end of the offset record table and are
-monotically increasing.
+monotonically increasing.
 The size of each offset record is the logarithm of
 .Va data_size
 to base 256, rounded up.



Home | Main Index | Thread Index | Old Index