Module Name: src
Committed By: wiz
Date: Thu Apr 10 17:11:15 UTC 2014
Modified Files:
src/lib/libc/sys: stat.2
Log Message:
Mention the word 'inode' next to st_ino so it's easier to find.
Bump date.
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/lib/libc/sys/stat.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/sys/stat.2
diff -u src/lib/libc/sys/stat.2:1.56 src/lib/libc/sys/stat.2:1.57
--- src/lib/libc/sys/stat.2:1.56 Tue Oct 15 11:43:21 2013
+++ src/lib/libc/sys/stat.2 Thu Apr 10 17:11:15 2014
@@ -1,4 +1,4 @@
-.\" $NetBSD: stat.2,v 1.56 2013/10/15 11:43:21 njoly Exp $
+.\" $NetBSD: stat.2,v 1.57 2014/04/10 17:11:15 wiz Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)stat.2 8.4 (Berkeley) 5/1/95
.\"
-.Dd July 28, 2013
+.Dd April 10, 2014
.Dt STAT 2
.Os
.Sh NAME
@@ -124,7 +124,7 @@ The following standards-compliant fields
"nlink_t " "st_nlink " "Description"
.It Sy Type Ta Sy Entry Ta Sy Description
.It Vt dev_t Ta st_dev Ta device ID containing the file
-.It Vt ino_t Ta st_ino Ta serial number of the file
+.It Vt ino_t Ta st_ino Ta serial number of the file (inode number)
.It Vt mode_t Ta st_mode Ta mode of the file
.It Vt nlink_t Ta st_nlink Ta number of hard links to the file
.It Vt uid_t Ta st_uid Ta user ID of the owner