Module Name: src
Committed By: jruoho
Date: Thu Apr 29 17:39:03 UTC 2010
Modified Files:
src/lib/libc/gen: fts.3
Log Message:
It was nice to expect fts(3) to appear in the '88 revision. But perhaps
people had too high hopes.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/lib/libc/gen/fts.3
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/gen/fts.3
diff -u src/lib/libc/gen/fts.3:1.28 src/lib/libc/gen/fts.3:1.29
--- src/lib/libc/gen/fts.3:1.28 Mon Mar 22 19:30:53 2010
+++ src/lib/libc/gen/fts.3 Thu Apr 29 17:39:03 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: fts.3,v 1.28 2010/03/22 19:30:53 joerg Exp $
+.\" $NetBSD: fts.3,v 1.29 2010/04/29 17:39:03 jruoho Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)fts.3 8.5 (Berkeley) 4/16/94
.\"
-.Dd March 31, 2004
+.Dd April 29, 2010
.Dt FTS 3
.Os
.Sh NAME
@@ -765,6 +765,9 @@
.Sh STANDARDS
The
.Nm
-utility is expected to be included in a future
+utility was expected to be included in the
.St -p1003.1-88
revision.
+But twenty years later, it still was not included in the
+.St -p1003.1-2008
+revision.