Module Name: src Committed By: wiz Date: Tue Dec 4 18:10:25 UTC 2012
Modified Files: src/share/man/man3: bitmap.3 Log Message: Whitespace. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/share/man/man3/bitmap.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/man/man3/bitmap.3 diff -u src/share/man/man3/bitmap.3:1.5 src/share/man/man3/bitmap.3:1.6 --- src/share/man/man3/bitmap.3:1.5 Tue Dec 4 18:02:48 2012 +++ src/share/man/man3/bitmap.3 Tue Dec 4 18:10:25 2012 @@ -1,4 +1,4 @@ -.\" $NetBSD: bitmap.3,v 1.5 2012/12/04 18:02:48 christos Exp $ +.\" $NetBSD: bitmap.3,v 1.6 2012/12/04 18:10:25 wiz Exp $ .\" .\" Copyright (c) 2012 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -131,7 +131,7 @@ main(int argc, char **argv) .Sh SEE ALSO .Xr select 2 , .Xr bitops 3 , -.Xr bitstring 3, +.Xr bitstring 3 , .Xr setbit 9 .Sh HISTORY The