Source-Changes-HG archive

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

[src/trunk]: src/share/man/man5 Fix typo (blockds -> blocks).



details:   https://anonhg.NetBSD.org/src/rev/289068558b9a
branches:  trunk
changeset: 566875:289068558b9a
user:      xtraeme <xtraeme%NetBSD.org@localhost>
date:      Sun May 23 00:04:25 2004 +0000

description:
Fix typo (blockds -> blocks).

diffstat:

 share/man/man5/statvfs.5 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 52603575593f -r 289068558b9a share/man/man5/statvfs.5
--- a/share/man/man5/statvfs.5  Sat May 22 23:47:09 2004 +0000
+++ b/share/man/man5/statvfs.5  Sun May 23 00:04:25 2004 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: statvfs.5,v 1.3 2004/04/21 21:24:57 kleink Exp $
+.\"    $NetBSD: statvfs.5,v 1.4 2004/05/23 00:04:25 xtraeme Exp $
 .\"
 .\" Copyright (c) 1989, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -58,7 +58,7 @@
        unsigned long   f_frsize; /* system fragment size */
        unsigned long   f_iosize; /* optimal file system block size */
 
-       fsblkcnt_t      f_blocks; /* number of blockds in file system */
+       fsblkcnt_t      f_blocks; /* number of blocks in file system */
        fsblkcnt_t      f_bfree;  /* free blocks avail in file system */
        fsblkcnt_t      f_bavail; /* free blocks avail to non-root */
        fsblkcnt_t      f_bresvd; /* blocks reserved for root */



Home | Main Index | Thread Index | Old Index