diff options
author | ache <ache@FreeBSD.org> | 2001-08-24 10:59:32 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-08-24 10:59:32 +0000 |
commit | 2ebcfc4bdedc65f7f04f1047e7069cd088bee360 (patch) | |
tree | 25f81ef23f45cff3d1f0e8e6864bd6fc54aa68c4 | |
parent | 2107a3a42932b54d9ed7201a9f706cde768b309f (diff) | |
download | FreeBSD-src-2ebcfc4bdedc65f7f04f1047e7069cd088bee360.zip FreeBSD-src-2ebcfc4bdedc65f7f04f1047e7069cd088bee360.tar.gz |
Change
start means ...
to
.Fa l_start
means ...
-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 |