Fix typo.
This commit is contained in:
parent
420f923a19
commit
3127fa5dcf
|
@ -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 @@ The size of the file in bytes.
|
|||
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.
|
||||
|
|
Loading…
Reference in New Issue