Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Sep 2023 17:22:08 GMT
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 425c8e509df1 - releng/14.0 - scandir.3: Fix several typos
Message-ID:  <202309091722.389HM8Qn049886@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch releng/14.0 has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=425c8e509df1c83a11bf887d2c70ff164fc9ca0f

commit 425c8e509df1c83a11bf887d2c70ff164fc9ca0f
Author:     Trond Endrestøl <Trond.Endrestol@ximalas.info>
AuthorDate: 2023-09-01 20:48:16 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2023-09-09 17:21:37 +0000

    scandir.3: Fix several typos
    
    Approved by:    re (cperciva)
    PR:             273480
    Reviewed by:    markj
    MFC after:      1 week
    
    (cherry picked from commit b7000cadfbf312b6a8acff6b7a3bbbbe55509565)
    (cherry picked from commit d0a5da5c1cf9c8d2c19b267e4db0fa2e28838f9d)
---
 lib/libc/gen/scandir.3 | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/lib/libc/gen/scandir.3 b/lib/libc/gen/scandir.3
index e6d1fb38c2b1..033042acbb05 100644
--- a/lib/libc/gen/scandir.3
+++ b/lib/libc/gen/scandir.3
@@ -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 .



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309091722.389HM8Qn049886>