Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys Mention the word 'inode' next to st_ino so it's...
details: https://anonhg.NetBSD.org/src/rev/9f6584638fac
branches: trunk
changeset: 795385:9f6584638fac
user: wiz <wiz%NetBSD.org@localhost>
date: Thu Apr 10 17:11:15 2014 +0000
description:
Mention the word 'inode' next to st_ino so it's easier to find.
Bump date.
diffstat:
lib/libc/sys/stat.2 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 841ddd6c0fdb -r 9f6584638fac lib/libc/sys/stat.2
--- a/lib/libc/sys/stat.2 Thu Apr 10 16:07:50 2014 +0000
+++ b/lib/libc/sys/stat.2 Thu Apr 10 17:11:15 2014 +0000
@@ -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 @@
"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
Home |
Main Index |
Thread Index |
Old Index