summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1993-11-06 00:51:28 +0000
committercgd <cgd@NetBSD.org>1993-11-06 00:51:28 +0000
commitdcabc1d9b5ba780b47e77245d4717aca9e893dda (patch)
tree7bcded083e1cd8073a1ce5fd7321696e4357ebe4 /lib/libc
parentdd2f69af943ba24928bda58b2f4161b777a914d6 (diff)
nuke comments re: posix, per jtc. this isn't spec'd by posix.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/fts.38
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/libc/gen/fts.3 b/lib/libc/gen/fts.3
index d41ac0bed74..282039f0e10 100644
--- a/lib/libc/gen/fts.3
+++ b/lib/libc/gen/fts.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)fts.3 8.1 (Berkeley) 6/4/93
-.\" $Id: fts.3,v 1.5 1993/11/06 00:37:32 cgd Exp $
+.\" $Id: fts.3,v 1.6 1993/11/06 00:51:28 cgd Exp $
.\"
.Dd June 4, 1993
.Dt FTS 3
@@ -741,9 +741,3 @@ The options were invalid.
.Xr chdir 2 ,
.Xr stat 2 ,
.Xr qsort 3
-.Sh STANDARDS
-The
-.Nm fts
-utility is expected to be a superset of the
-.St -p1003.1-88
-specification.