Module Name: src
Committed By: jruoho
Date: Wed Apr 28 19:47:34 UTC 2010
Modified Files:
src/share/man/man3: ffs32.3
Log Message:
Two small grammar fixes.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man3/ffs32.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/ffs32.3
diff -u src/share/man/man3/ffs32.3:1.2 src/share/man/man3/ffs32.3:1.3
--- src/share/man/man3/ffs32.3:1.2 Wed Apr 28 07:56:54 2010
+++ src/share/man/man3/ffs32.3 Wed Apr 28 19:47:34 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: ffs32.3,v 1.2 2010/04/28 07:56:54 jruoho Exp $
+.\" $NetBSD: ffs32.3,v 1.3 2010/04/28 19:47:34 jruoho Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -51,7 +51,7 @@
.Fn ffs32
and
.Fn ffs64
-functions find the first bit set from
+functions find the first bit set in
.Fa n
and return the index of that bit.
Conversely,
@@ -59,7 +59,7 @@
.Fn fls32
and
.Fn fls64
-functions return the last bit set in
+functions find the last bit set in
.Fa n ,
returning the index of the bit.
.Pp