summaryrefslogtreecommitdiff
path: root/lib/libc/gen/scandir.3
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-12-24 00:31:01 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-12-24 00:31:01 +0000
commitb1044a070b87b20a73f593b1087fae3a062d5920 (patch)
treedaa375c4c5a8cf9fabd0f0657b2141fbb899ef71 /lib/libc/gen/scandir.3
parent89891a551cfa28139f6165de0c822d75e1035761 (diff)
Various repairs, mostly to get rid of short lines.
Diffstat (limited to 'lib/libc/gen/scandir.3')
-rw-r--r--lib/libc/gen/scandir.38
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/libc/gen/scandir.3 b/lib/libc/gen/scandir.3
index e53d4d48b9d..d252aa30991 100644
--- a/lib/libc/gen/scandir.3
+++ b/lib/libc/gen/scandir.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: scandir.3,v 1.6 1999/07/09 13:35:18 aaron Exp $
+.\" $OpenBSD: scandir.3,v 1.7 2000/12/24 00:30:51 aaron Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -48,8 +48,7 @@
.Sh DESCRIPTION
The
.Fn scandir
-function
-reads the directory
+function reads the directory
.Fa dirname
and builds an array of pointers to directory
entries using
@@ -84,8 +83,7 @@ the array is not sorted.
.Pp
The
.Fn alphasort
-function
-is a routine which can be used for the
+function is a routine which can be used for the
.Fa compar
parameter to sort the array alphabetically.
.Pp