Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys Add subtitle. Break long paragraph.



details:   https://anonhg.NetBSD.org/src/rev/45565acc4dac
branches:  trunk
changeset: 754945:45565acc4dac
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Mon May 17 12:16:43 2010 +0000

description:
Add subtitle. Break long paragraph.

diffstat:

 lib/libc/sys/fcntl.2 |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r 201273309561 -r 45565acc4dac lib/libc/sys/fcntl.2
--- a/lib/libc/sys/fcntl.2      Mon May 17 12:12:35 2010 +0000
+++ b/lib/libc/sys/fcntl.2      Mon May 17 12:16:43 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: fcntl.2,v 1.36 2009/06/03 09:03:24 wiz Exp $
+.\"    $NetBSD: fcntl.2,v 1.37 2010/05/17 12:16:43 jruoho Exp $
 .\"
 .\" Copyright (c) 1983, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)fcntl.2    8.2 (Berkeley) 1/12/94
 .\"
-.Dd June 1, 2009
+.Dd May 17, 2010
 .Dt FCNTL 2
 .Os
 .Sh NAME
@@ -315,7 +315,7 @@
 request fails or blocks respectively when another process has existing
 locks on bytes in the specified region and the type of any of those
 locks conflicts with the type specified in the request.
-.Pp
+.Sh COMPATIBILITY
 This interface follows the completely stupid semantics of
 .At V
 and
@@ -334,6 +334,7 @@
 The database close will release all locks that the process has
 associated with the database, even if the library routine never
 requested a lock on the database.
+.Pp
 Another minor semantic problem with this interface is that
 locks are not inherited by a child process created using the
 .Xr fork 2



Home | Main Index | Thread Index | Old Index