Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys Fix typo.



details:   https://anonhg.NetBSD.org/src/rev/5e1769536914
branches:  trunk
changeset: 752063:5e1769536914
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Feb 12 12:29:10 2010 +0000

description:
Fix typo.

diffstat:

 lib/libc/sys/stat.2 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r deb7184c518d -r 5e1769536914 lib/libc/sys/stat.2
--- a/lib/libc/sys/stat.2       Fri Feb 12 12:18:33 2010 +0000
+++ b/lib/libc/sys/stat.2       Fri Feb 12 12:29:10 2010 +0000
@@ -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.



Home | Main Index | Thread Index | Old Index