Module Name: src
Committed By: wiz
Date: Tue Jul 21 13:21:42 UTC 2009
Modified Files:
src/lib/libc/string: popcount.3
Log Message:
Fix typo, add comma in enumeration.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/string/popcount.3
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/string/popcount.3
diff -u src/lib/libc/string/popcount.3:1.1 src/lib/libc/string/popcount.3:1.2
--- src/lib/libc/string/popcount.3:1.1 Tue Jul 21 13:18:44 2009
+++ src/lib/libc/string/popcount.3 Tue Jul 21 13:21:41 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: popcount.3,v 1.1 2009/07/21 13:18:44 joerg Exp $
+.\" $NetBSD: popcount.3,v 1.2 2009/07/21 13:21:41 wiz Exp $
.\"
.\" Copyright (c) 2009 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -44,7 +44,7 @@
.Ft unsigned int
.Fn popcountl "unsigned long value"
.Ft unsigned int
-.Fn popcountl "unsigned long long value"
+.Fn popcountll "unsigned long long value"
.Sh DESCRIPTION
The
.Nm
@@ -55,7 +55,7 @@
.Sh HISTORY
The
.Fn popcount ,
-.Fn popcountl
+.Fn popcountl ,
and
.Fn popcountll
functions appeared in