Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Feb 2026 08:04:35 +0000
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 48aeff4df8e7 - stable/15 - open.2: grammar improvements
Message-ID:  <69957293.45fdc.6965c870@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=48aeff4df8e74eb7cc8f75f64be79cc0e7bdcacd

commit 48aeff4df8e74eb7cc8f75f64be79cc0e7bdcacd
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2026-02-16 15:34:35 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2026-02-18 08:00:50 +0000

    open.2: grammar improvements
    
    (cherry picked from commit f1f142c01db43c7dc8d0d172fc1726da2ee01972)
---
 lib/libsys/open.2 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/libsys/open.2 b/lib/libsys/open.2
index b4463180e4bc..4527100252eb 100644
--- a/lib/libsys/open.2
+++ b/lib/libsys/open.2
@@ -81,9 +81,9 @@ and relative
 .Fa path ,
 when
 .Fa fd
-references directory and without the
+references a directory, and the
 .Va O_EMPTY_PATH
-flag,
+flag is not specified,
 the file to be opened is determined relative to the directory
 associated with the file descriptor
 .Fa fd


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69957293.45fdc.6965c870>