Module Name: src
Committed By: abhinav
Date: Fri Dec 16 17:20:52 UTC 2016
Modified Files:
src/share/man/man3: bitops.3
Log Message:
Fix sentence.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/share/man/man3/bitops.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/bitops.3
diff -u src/share/man/man3/bitops.3:1.4 src/share/man/man3/bitops.3:1.5
--- src/share/man/man3/bitops.3:1.4 Tue Dec 4 06:57:45 2012
+++ src/share/man/man3/bitops.3 Fri Dec 16 17:20:52 2016
@@ -1,4 +1,4 @@
-.\" $NetBSD: bitops.3,v 1.4 2012/12/04 06:57:45 jruoho Exp $
+.\" $NetBSD: bitops.3,v 1.5 2016/12/16 17:20:52 abhinav Exp $
.\"
.\" Copyright (c) 2011 Jukka Ruohonen <[email protected]>
.\" All rights reserved.
@@ -37,7 +37,7 @@ The
.In sys/bitops.h
header includes macros and
.Em static inline
-functions related bits and integers.
+functions related to bits and integers.
Among these are:
.Bl -tag -width "fast_divide32(3) " -offset indent
.It Xr bitmap 3