Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man3 Two small grammar fixes.
details: https://anonhg.NetBSD.org/src/rev/3297300d8623
branches: trunk
changeset: 754355:3297300d8623
user: jruoho <jruoho%NetBSD.org@localhost>
date: Wed Apr 28 19:47:34 2010 +0000
description:
Two small grammar fixes.
diffstat:
share/man/man3/ffs32.3 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 4b024bbff729 -r 3297300d8623 share/man/man3/ffs32.3
--- a/share/man/man3/ffs32.3 Wed Apr 28 19:17:03 2010 +0000
+++ b/share/man/man3/ffs32.3 Wed Apr 28 19:47:34 2010 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index