summaryrefslogtreecommitdiff
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2014-04-10 17:11:15 +0000
committerwiz <wiz@NetBSD.org>2014-04-10 17:11:15 +0000
commit1d2aa04fdb8f82955c502bbc2eaef28ecd79f21a (patch)
tree3027dda3fd7735cbda3668a960034d0bc7df171d /lib/libc/sys
parent649e7908eadf1e61b157b225252028f1755c7f2c (diff)
Mention the word 'inode' next to st_ino so it's easier to find.
Bump date.
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/stat.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/stat.2 b/lib/libc/sys/stat.2
index 49440aaa1f3..06087dd5ab4 100644
--- a/lib/libc/sys/stat.2
+++ b/lib/libc/sys/stat.2
@@ -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 are defined in the structure:
"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