The branch stable/15 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=48aeff4df8e74eb7cc8f75f64be79cc0e7bdcacd
commit 48aeff4df8e74eb7cc8f75f64be79cc0e7bdcacd Author: Konstantin Belousov <[email protected]> AuthorDate: 2026-02-16 15:34:35 +0000 Commit: Konstantin Belousov <[email protected]> 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
