Module Name: src Committed By: wiz Date: Fri Feb 12 12:29:10 UTC 2010
Modified Files: src/lib/libc/sys: stat.2 Log Message: Fix typo. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/lib/libc/sys/stat.2 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/sys/stat.2 diff -u src/lib/libc/sys/stat.2:1.38 src/lib/libc/sys/stat.2:1.39 --- src/lib/libc/sys/stat.2:1.38 Wed May 13 12:51:13 2009 +++ src/lib/libc/sys/stat.2 Fri Feb 12 12:29:10 2010 @@ -1,4 +1,4 @@ -.\" $NetBSD: stat.2,v 1.38 2009/05/13 12:51:13 wiz Exp $ +.\" $NetBSD: stat.2,v 1.39 2010/02/12 12:29:10 wiz Exp $ .\" .\" Copyright (c) 1980, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -180,7 +180,7 @@ A directory will be a multiple of the size of the .Xr dirent 5 structure. -Some filesystems (notably ZFS) return the number of enties in the directory +Some filesystems (notably ZFS) return the number of entries in the directory instead of the size in bytes. .It st_blksize The optimal I/O block size for the file.