diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-08-24 10:59:32 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-08-24 10:59:32 +0000 |
| commit | a5b1af6c71c76872fe59866263dc19057c56ae23 (patch) | |
| tree | 25f81ef23f45cff3d1f0e8e6864bd6fc54aa68c4 /lib/libc | |
| parent | 56b38b7bc7cb6153ad8964b63a670a8c0b8da60e (diff) | |
Notes
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 6875d2ed0e2f..cffc848ee981 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 |
