Module Name: src
Committed By: jruoho
Date: Wed Apr 28 07:47:09 UTC 2010
Modified Files:
src/lib/libc/string: ffs.3
Log Message:
Only put the actual header for the .In line.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/lib/libc/string/ffs.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/ffs.3
diff -u src/lib/libc/string/ffs.3:1.12 src/lib/libc/string/ffs.3:1.13
--- src/lib/libc/string/ffs.3:1.12 Wed Apr 28 07:44:04 2010
+++ src/lib/libc/string/ffs.3 Wed Apr 28 07:47:09 2010
@@ -28,7 +28,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)ffs.3 8.2 (Berkeley) 4/19/94
-.\" $NetBSD: ffs.3,v 1.12 2010/04/28 07:44:04 jruoho Exp $
+.\" $NetBSD: ffs.3,v 1.13 2010/04/28 07:47:09 jruoho Exp $
.\"
.Dd April 28, 2010
.Dt FFS 3
@@ -66,8 +66,8 @@
function appeared in
.Bx 4.3 .
The prototype for it existed previously in the
-.In string.h header
-before it was moved to
+.In string.h
+header before it was moved to
.In strings.h
for
.Tn POSIX