Module Name: src
Committed By: wiz
Date: Wed Jan 4 10:53:39 UTC 2012
Modified Files:
src/lib/libc/sys: stat.2
Log Message:
Fix a sentence, following a hint by Abhinav Upadhyay.
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 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.49 src/lib/libc/sys/stat.2:1.50
--- src/lib/libc/sys/stat.2:1.49 Wed Sep 14 11:49:21 2011
+++ src/lib/libc/sys/stat.2 Wed Jan 4 10:53:39 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: stat.2,v 1.49 2011/09/14 11:49:21 apb Exp $
+.\" $NetBSD: stat.2,v 1.50 2012/01/04 10:53:39 wiz Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -108,7 +108,7 @@ The
.Va st_ino
and
.Va st_dev
-fields taken together to uniquely identify the file within the system.
+fields taken together uniquely identify the file within the system.
Most of the types are defined in
.Xr types 3 .
.Pp