Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/gen Note POSIX compliance.



details:   https://anonhg.NetBSD.org/src/rev/df3bd777661b
branches:  trunk
changeset: 754385:df3bd777661b
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Thu Apr 29 08:06:21 2010 +0000

description:
Note POSIX compliance.

diffstat:

 lib/libc/gen/scandir.3 |  11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diffs (32 lines):

diff -r 705aadc91513 -r df3bd777661b lib/libc/gen/scandir.3
--- a/lib/libc/gen/scandir.3    Thu Apr 29 07:31:02 2010 +0000
+++ b/lib/libc/gen/scandir.3    Thu Apr 29 08:06:21 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: scandir.3,v 1.12 2010/04/05 21:29:09 joerg Exp $
+.\"    $NetBSD: scandir.3,v 1.13 2010/04/29 08:06:21 jruoho Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)scandir.3  8.1 (Berkeley) 6/4/93
 .\"
-.Dd June 4, 1993
+.Dd April 29, 2010
 .Dt SCANDIR 3
 .Os
 .Sh NAME
@@ -97,6 +97,13 @@
 .Xr malloc 3 ,
 .Xr qsort 3 ,
 .Xr dir 5
+.Sh STANDARDS
+The
+.Fn scandir
+and
+.Fn alphasort
+functions conform to
+.St -p1003.1-2008 .
 .Sh HISTORY
 The
 .Fn scandir



Home | Main Index | Thread Index | Old Index