There's no st_block field; it's st_blocks.

This commit is contained in:
apb 2011-09-14 11:49:21 +00:00
parent 85ae540813
commit f29014459b
1 changed files with 3 additions and 3 deletions

View File

@ -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 @@ The following standards-compliant fields are defined in the structure:
.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