Module Name: src Committed By: wiz Date: Wed Jul 22 07:07:27 UTC 2009
Modified Files: src/lib/libc/string: popcount.3 Log Message: Add comma in enumeration. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 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.3 src/lib/libc/string/popcount.3:1.4 --- src/lib/libc/string/popcount.3:1.3 Tue Jul 21 14:55:33 2009 +++ src/lib/libc/string/popcount.3 Wed Jul 22 07:07:27 2009 @@ -1,4 +1,4 @@ -.\" $NetBSD: popcount.3,v 1.3 2009/07/21 14:55:33 joerg Exp $ +.\" $NetBSD: popcount.3,v 1.4 2009/07/22 07:07:27 wiz Exp $ .\" .\" Copyright (c) 2009 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -63,7 +63,7 @@ .Fn popcount , .Fn popcountl , .Fn popcountll , -.Fn popcount32 +.Fn popcount32 , and .Fn popcount64 functions appeared in