mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
scandir.3: Fix several typos
PR: 273480 Reviewed by: markj MFC after: 1 week (cherry picked from commit b7000cadfbf312b6a8acff6b7a3bbbbe55509565)
This commit is contained in:
parent
b67ff0e3cf
commit
d0a5da5c1c
1 changed files with 4 additions and 5 deletions
|
|
@ -48,9 +48,9 @@
|
|||
.Fa "int \*(lp*select\*(rp\*(lpconst struct dirent *\*(rp"
|
||||
.Fa "int \*(lp*compar\*(rp\*(lpconst struct dirent **, const struct dirent **\*(rp"
|
||||
.Fc
|
||||
.Ft
|
||||
.Ft int
|
||||
.Fo scandirat
|
||||
.Fa int dirfd
|
||||
.Fa "int dirfd"
|
||||
.Fa "const char *dirname"
|
||||
.Fa "struct dirent ***namelist"
|
||||
.Fa "int \*(lp*select\*(rp\*(lpconst struct dirent *\*(rp"
|
||||
|
|
@ -60,7 +60,7 @@
|
|||
.Fo scandir_b
|
||||
.Fa "const char *dirname"
|
||||
.Fa "struct dirent ***namelist"
|
||||
.Fa "int \*(lp*select\^(rp\*(lpconst struct dirent *\*(rp"
|
||||
.Fa "int \*(lp^select\*(rp\*(lpconst struct dirent *\*(rp"
|
||||
.Fa "int \*(lp^compar\*(rp\*(lpconst struct dirent **, const struct dirent **\*(rp"
|
||||
.Fc
|
||||
.Ft int
|
||||
|
|
@ -186,7 +186,6 @@ functions appeared in
|
|||
The
|
||||
.Fn scandirat
|
||||
and
|
||||
.Fn
|
||||
versionsort
|
||||
.Fn versionsort
|
||||
functions were added in
|
||||
.Fx 13.2 .
|
||||
|
|
|
|||
Loading…
Reference in a new issue