Module Name: src Committed By: wiz Date: Tue May 18 18:05:52 UTC 2010
Modified Files: src/lib/libc/sys: stat.2 Log Message: Split "file system" and fix a typo. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 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.43 src/lib/libc/sys/stat.2:1.44 --- src/lib/libc/sys/stat.2:1.43 Mon May 17 12:12:35 2010 +++ src/lib/libc/sys/stat.2 Tue May 18 18:05:52 2010 @@ -1,4 +1,4 @@ -.\" $NetBSD: stat.2,v 1.43 2010/05/17 12:12:35 jruoho Exp $ +.\" $NetBSD: stat.2,v 1.44 2010/05/18 18:05:52 wiz Exp $ .\" .\" Copyright (c) 1980, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -155,7 +155,7 @@ A directory will be a multiple of the size of the .Xr dirent 5 structure. -Some filesystems (notably ZFS) return the number of entries in the directory +Some file systems (notably ZFS) return the number of entries in the directory instead of the size in bytes. .It Va st_blksize The optimal I/O block size for the file. @@ -196,7 +196,7 @@ .El .Pp The macros evaluate to a non-zero value if the test -is true or to the alue 0 if the test is false. +is true or to the value 0 if the test is false. .Ss NetBSD Extensions The following additional .Nx