git: e2dd73cf45a6 - main - open.2: minor editing

From: Konstantin Belousov <kib_at_FreeBSD.org>
Date: Sat, 01 Mar 2025 00:12:12 UTC
The branch main has been updated by kib:

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

commit e2dd73cf45a6a8d97131bdbe512ab1ff63121d85
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2025-02-28 23:40:32 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2025-03-01 00:12:07 +0000

    open.2: minor editing
    
    Remove unneeded braces.
    Bump Dd.
    
    Suggested and reviewed by:      maxim
    Sponsored by:   The FreeBSD Foundation
    MFC after:      1 week
---
 lib/libsys/open.2 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/libsys/open.2 b/lib/libsys/open.2
index 699446b6c7c2..d8540637b690 100644
--- a/lib/libsys/open.2
+++ b/lib/libsys/open.2
@@ -25,7 +25,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd January 3, 2025
+.Dd February 28, 2025
 .Dt OPEN 2
 .Os
 .Sh NAME
@@ -254,12 +254,12 @@ for reading, writing, or for both.
 The open' request for a lock on the file, created with
 .Dv O_CREAT ,
 will never fail
-(provided that the underlying file system supports locking;
+provided that the underlying file system supports locking;
 see also
 .Dv O_SHLOCK
 and
 .Dv O_EXLOCK
-below).
+below.
 .Pp
 If
 .Dv O_EXCL