Source-Changes-HG archive

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

[src/netbsd-1-5]: src/lib/libc/sys Pull up rev. 1.19:



details:   https://anonhg.NetBSD.org/src/rev/e26b304609fb
branches:  netbsd-1-5
changeset: 488334:e26b304609fb
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Jun 29 23:57:39 2000 +0000

description:
Pull up rev. 1.19:
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 1ece0a6d073e -r e26b304609fb lib/libc/sys/stat.2
--- a/lib/libc/sys/stat.2       Thu Jun 29 23:56:58 2000 +0000
+++ b/lib/libc/sys/stat.2       Thu Jun 29 23:57:39 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.18.4.1 2000/06/29 23:57:39 thorpej 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