git: 0f78d6433410 - stable/14 - open.2: minor editing
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 07 Mar 2025 05:24:13 UTC
The branch stable/14 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=0f78d64334105f74b9a7feb71f017edd3f898169 commit 0f78d64334105f74b9a7feb71f017edd3f898169 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2025-02-28 23:40:32 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2025-03-07 05:23:08 +0000 open.2: minor editing (cherry picked from commit e2dd73cf45a6a8d97131bdbe512ab1ff63121d85) --- lib/libc/sys/open.2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libc/sys/open.2 b/lib/libc/sys/open.2 index e29abbb70342..7a760df7cf2f 100644 --- a/lib/libc/sys/open.2 +++ b/lib/libc/sys/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