Module Name: src Committed By: apb Date: Wed Sep 14 11:49:21 UTC 2011
Modified Files: src/lib/libc/sys: stat.2 Log Message: There's no st_block field; it's st_blocks. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 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.48 src/lib/libc/sys/stat.2:1.49 --- src/lib/libc/sys/stat.2:1.48 Mon Feb 21 07:11:11 2011 +++ src/lib/libc/sys/stat.2 Wed Sep 14 11:49:21 2011 @@ -1,4 +1,4 @@ -.\" $NetBSD: stat.2,v 1.48 2011/02/21 07:11:11 pooka Exp $ +.\" $NetBSD: stat.2,v 1.49 2011/09/14 11:49:21 apb Exp $ .\" .\" Copyright (c) 1980, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)stat.2 8.4 (Berkeley) 5/1/95 .\" -.Dd November 25, 2010 +.Dd September 14, 2011 .Dt STAT 2 .Os .Sh NAME @@ -98,7 +98,7 @@ .It Vt time_t Ta st_mtime Ta time of last data modification .It Vt time_t Ta st_ctime Ta time of last file status change .It Vt blksize_t Ta st_blksize Ta preferred I/O block size (fs-specific) -.It Vt blkcnt_t Ta st_block Ta blocks allocated for the file +.It Vt blkcnt_t Ta st_blocks Ta blocks allocated for the file .El .Pp These are specified in the