diff options
author | brueffer <brueffer@FreeBSD.org> | 2014-12-21 12:36:36 +0000 |
---|---|---|
committer | brueffer <brueffer@FreeBSD.org> | 2014-12-21 12:36:36 +0000 |
commit | 9031d3b270a85e5be8bf907b88c9c22e07ae31cc (patch) | |
tree | e1b7504c094b326f8071085f656ebb826c9b7a01 /lib/libc/gen/scandir.3 | |
parent | dc82b6d096bfa069999aa4822ae2cfd2d4ebdea2 (diff) | |
download | FreeBSD-src-9031d3b270a85e5be8bf907b88c9c22e07ae31cc.zip FreeBSD-src-9031d3b270a85e5be8bf907b88c9c22e07ae31cc.tar.gz |
Various mdoc fixes and a few EOL whitespace removals.
Found with: mandoc -Tlint
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 eaba754..aa8dea0 100644 --- a/lib/libc/gen/scandir.3 +++ b/lib/libc/gen/scandir.3 @@ -92,7 +92,7 @@ by freeing each pointer in the array and then the array itself. .Pp The .Fn scandir_b -function behaves in the same way as +function behaves in the same way as .Fn scandir , but takes blocks as arguments instead of function pointers and calls .Fn qsort_b @@ -106,8 +106,8 @@ cannot allocate enough memory to hold all the data structures. .Xr directory 3 , .Xr malloc 3 , .Xr qsort 3 , -.Xr dir 5 , -.Xr strcoll 3 +.Xr strcoll 3 , +.Xr dir 5 .Sh HISTORY The .Fn scandir |