Module Name: src
Committed By: wiz
Date: Sun Feb 8 19:09:56 UTC 2015
Modified Files:
src/lib/libc/cdb: cdb.5
Log Message:
Fix typo. Reported by rudolf on netbsd-docs.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libc/cdb/cdb.5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/cdb/cdb.5
diff -u src/lib/libc/cdb/cdb.5:1.5 src/lib/libc/cdb/cdb.5:1.6
--- src/lib/libc/cdb/cdb.5:1.5 Tue Mar 18 18:20:37 2014
+++ src/lib/libc/cdb/cdb.5 Sun Feb 8 19:09:56 2015
@@ -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 @@ The index records are followed by the st
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.