Module Name:    src
Committed By:   jruoho
Date:           Thu Apr 29 08:06:21 UTC 2010

Modified Files:
        src/lib/libc/gen: scandir.3

Log Message:
Note POSIX compliance.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/lib/libc/gen/scandir.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/scandir.3
diff -u src/lib/libc/gen/scandir.3:1.12 src/lib/libc/gen/scandir.3:1.13
--- src/lib/libc/gen/scandir.3:1.12	Mon Apr  5 21:29:09 2010
+++ src/lib/libc/gen/scandir.3	Thu Apr 29 08:06:21 2010
@@ -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

Reply via email to