Date: Mon, 23 Jun 2025 09:35:32 GMT From: Bojan =?utf-8?Q?Novkovi=C4=87?= <bnovkov@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 66d780ab1d83 - main - glob.3: Fix punctuation mistakes Message-ID: <202506230935.55N9ZWXV075791@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bnovkov: URL: https://cgit.FreeBSD.org/src/commit/?id=66d780ab1d83e7036ca28493f2d66f515d4857a9 commit 66d780ab1d83e7036ca28493f2d66f515d4857a9 Author: Bojan Novković <bnovkov@FreeBSD.org> AuthorDate: 2025-06-23 09:31:39 +0000 Commit: Bojan Novković <bnovkov@FreeBSD.org> CommitDate: 2025-06-23 09:34:45 +0000 glob.3: Fix punctuation mistakes Fixes: 1e0743f54d2d Sponsored by: Klara, Inc. --- lib/libc/gen/glob.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libc/gen/glob.3 b/lib/libc/gen/glob.3 index 9f15b2edb63a..839d98ce02b5 100644 --- a/lib/libc/gen/glob.3 +++ b/lib/libc/gen/glob.3 @@ -27,12 +27,12 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd June 02, 2025 +.Dd June 23, 2025 .Dt GLOB 3 .Os .Sh NAME .Nm glob , -.Nm glob_b, +.Nm glob_b , .Nm globfree .Nd generate pathnames matching a pattern .Sh LIBRARY @@ -353,7 +353,7 @@ contains the total number of matched pathnames so far. This includes other matches from previous invocations of .Fn glob or -.Fn glob_b . +.Fn glob_b if .Dv GLOB_APPEND was specified.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506230935.55N9ZWXV075791>