aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/fcntl.2
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>2003-02-05 13:36:13 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>2003-02-05 13:36:13 +0000
commitefe2778852918017ef4109f3d9a5190bca4d91e9 (patch)
tree6518a24103e1c785e5024f2abe85465b4d2a1a00 /lib/libc/sys/fcntl.2
parent53a24b9359b55e611a8c8c09d25a4cf4397401af (diff)
downloadsrc-efe2778852918017ef4109f3d9a5190bca4d91e9.tar.gz
src-efe2778852918017ef4109f3d9a5190bca4d91e9.zip
Prevent uppercase after .Xr by adding ``The ... utility/system call''.
Notes
Notes: svn path=/head/; revision=110394
Diffstat (limited to 'lib/libc/sys/fcntl.2')
-rw-r--r--lib/libc/sys/fcntl.25
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/sys/fcntl.2 b/lib/libc/sys/fcntl.2
index c3d0231efb9e..c888890ebf6e 100644
--- a/lib/libc/sys/fcntl.2
+++ b/lib/libc/sys/fcntl.2
@@ -336,8 +336,9 @@ The
.Xr flock 2
interface has much more rational last close semantics and
allows locks to be inherited by child processes.
-.Xr Flock 2
-is recommended for applications that want to ensure the integrity
+The
+.Xr flock 2
+system call is recommended for applications that want to ensure the integrity
of their locks when using library routines or wish to pass locks
to their children.
Note that