diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/fcntl.2 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/sys/fcntl.2 b/lib/libc/sys/fcntl.2 index 6875d2e..cffc848 100644 --- a/lib/libc/sys/fcntl.2 +++ b/lib/libc/sys/fcntl.2 @@ -251,7 +251,9 @@ The value of is the number of consecutive bytes to be locked. If .Fa l_len -is negative, start means end edge of the region. +is negative, +.Fa l_start +means end edge of the region. The .Fa l_pid field is only used with |