Module Name:    src
Committed By:   wiz
Date:           Wed Jul 28 11:31:07 UTC 2021

Modified Files:
        src/lib/libc/sys: flock.2

Log Message:
Fix typos, improve wording.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/lib/libc/sys/flock.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/sys/flock.2
diff -u src/lib/libc/sys/flock.2:1.23 src/lib/libc/sys/flock.2:1.24
--- src/lib/libc/sys/flock.2:1.23	Tue Jul 27 09:32:55 2021
+++ src/lib/libc/sys/flock.2	Wed Jul 28 11:31:06 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: flock.2,v 1.23 2021/07/27 09:32:55 manu Exp $
+.\"	$NetBSD: flock.2,v 1.24 2021/07/28 11:31:06 wiz Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -138,9 +138,11 @@ does not include exactly one of
 or
 .Dv LOCK_UN .
 .It Bq Eq ENOMEM
-The file lock limit for the current unprivilegied user 
-has been reached. It can be modifed using sysctl
-.Li kern.maxfiles .
+The file lock limit for the current unprivileged user
+has been reached.
+It can be modified using the
+.Li kern.maxfiles
+.Xr sysctl 7 .
 .It Bq Er EOPNOTSUPP
 The argument
 .Fa fd

Reply via email to