summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/scandir.3
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-12-19 09:40:28 +0000
committerru <ru@FreeBSD.org>2002-12-19 09:40:28 +0000
commit51fe7c1a888747c57136cc34ec54a93a0487b745 (patch)
treef0781cb8e5be3a35234a6d0c123d6ae11ba70e40 /lib/libc/gen/scandir.3
parent3424a53ebeadf7ab320c37cf93702953cee94efe (diff)
downloadFreeBSD-src-51fe7c1a888747c57136cc34ec54a93a0487b745.zip
FreeBSD-src-51fe7c1a888747c57136cc34ec54a93a0487b745.tar.gz
mdoc(7) police: "The .Fa argument.".
Diffstat (limited to 'lib/libc/gen/scandir.3')
-rw-r--r--lib/libc/gen/scandir.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/scandir.3 b/lib/libc/gen/scandir.3
index fd090cc..045e4ec 100644
--- a/lib/libc/gen/scandir.3
+++ b/lib/libc/gen/scandir.3
@@ -64,7 +64,7 @@ referenced by
.Pp
The
.Fa select
-parameter is a pointer to a user supplied subroutine which is called by
+argument is a pointer to a user supplied subroutine which is called by
.Fn scandir
to select which entries are to be included in the array.
The select routine is passed a
@@ -76,7 +76,7 @@ is null, then all the directory entries will be included.
.Pp
The
.Fa compar
-parameter is a pointer to a user supplied subroutine which is passed to
+argument is a pointer to a user supplied subroutine which is passed to
.Xr qsort 3
to sort the completed array.
If this pointer is null, the array is not sorted.
@@ -86,7 +86,7 @@ The
function
is a routine which can be used for the
.Fa compar
-parameter to sort the array alphabetically.
+argument to sort the array alphabetically.
.Pp
The memory allocated for the array can be deallocated with
.Xr free 3 ,
OpenPOWER on IntegriCloud