diff options
Diffstat (limited to 'lib/libc/gen/scandir.3')
-rw-r--r-- | lib/libc/gen/scandir.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/scandir.3 b/lib/libc/gen/scandir.3 index ae26b417ddb..13f58e2b9b7 100644 --- a/lib/libc/gen/scandir.3 +++ b/lib/libc/gen/scandir.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: scandir.3,v 1.14 2015/02/28 21:51:57 bentley Exp $ +.\" $OpenBSD: scandir.3,v 1.15 2019/09/02 21:18:41 deraadt Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: February 28 2015 $ +.Dd $Mdocdate: September 2 2019 $ .Dt SCANDIR 3 .Os .Sh NAME @@ -96,8 +96,8 @@ Returns \-1 if the directory cannot be opened for reading or if .Xr malloc 3 cannot allocate enough memory to hold all the data structures. .Sh SEE ALSO -.Xr directory 3 , .Xr malloc 3 , +.Xr opendir 3 , .Xr qsort 3 , .Xr dir 5 .Sh STANDARDS |