Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys bin/10472: fix a couple typos in stat.2



details:   https://anonhg.NetBSD.org/src/rev/5ff2b5a4581a
branches:  trunk
changeset: 494004:5ff2b5a4581a
user:      sommerfeld <sommerfeld%NetBSD.org@localhost>
date:      Thu Jun 29 03:26:57 2000 +0000

description:
bin/10472: fix a couple typos in stat.2

diffstat:

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

diffs (20 lines):

diff -r 4d34e256c5ba -r 5ff2b5a4581a lib/libc/sys/stat.2
--- a/lib/libc/sys/stat.2       Thu Jun 29 02:56:47 2000 +0000
+++ b/lib/libc/sys/stat.2       Thu Jun 29 03:26:57 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: stat.2,v 1.18 1999/12/02 21:42:39 kleink Exp $
+.\"    $NetBSD: stat.2,v 1.19 2000/06/29 03:26:57 sommerfeld Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993, 1994
 .\"    The Regents of the University of California.  All rights reserved.
@@ -91,8 +91,8 @@
 struct stat {
     dev_t     st_dev;     /* inode's device */
     ino_t     st_ino;     /* inode's number */
-    mode_t    st_mode;    /* inode protection mode */
-    nlink_t   st_nlink;   /* number or hard links to the file */
+    mode_t    st_mode;    /* inode's mode (protection and type) */
+    nlink_t   st_nlink;   /* number of hard links to the file */
     uid_t     st_uid;     /* user-id of owner */
     gid_t     st_gid;     /* group-id of owner */
     dev_t     st_rdev;    /* device type, for special file inode */



Home | Main Index | Thread Index | Old Index