Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys Split "file system" and fix a typo.



details:   https://anonhg.NetBSD.org/src/rev/4b84c2a8f979
branches:  trunk
changeset: 754985:4b84c2a8f979
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue May 18 18:05:52 2010 +0000

description:
Split "file system" and fix a typo.

diffstat:

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

diffs (27 lines):

diff -r de08a5a24fc2 -r 4b84c2a8f979 lib/libc/sys/stat.2
--- a/lib/libc/sys/stat.2       Tue May 18 18:02:32 2010 +0000
+++ b/lib/libc/sys/stat.2       Tue May 18 18:05:52 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index