Skip to content

Commit

Permalink
open.2: minor editing
Browse files Browse the repository at this point in the history
Remove unneeded braces.
Bump Dd.

Suggested and reviewed by:	maxim
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
  • Loading branch information
kostikbel committed Mar 1, 2025
1 parent a80bbc4 commit e2dd73c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/libsys/open.2
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e2dd73c

Please sign in to comment.