summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/lockf.3
Commit message (Collapse)AuthorAgeFilesLines
* Consistently reference file descriptors as "fd". 55 other manpagesbdrewery2013-09-121-6/+6
| | | | | | | | used "fd", while these used "d" and "filedes". MFC after: 1 week Approved by: gjb Approved by: re (delphij)
* Sync license changes.delphij2009-03-041-8/+1
| | | | Obtained from: NetBSD
* Mechanically kill hard sentence breaks.ru2004-07-021-4/+8
|
* Clarify and extend paragraphs on interoperationyar2004-05-171-2/+14
| | | | | | | | | of fcntl(2), flock(2), and lockf(3) advisory locks. Add such a paragraph to the flock(2) manpage for the sake of consistency. Reviewed by: Cyrille Lefevre and Kirk McKusick on -arch MFC after: 2 weeks
* mdoc(7) police: "The .Fn function".ru2002-12-181-0/+3
|
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* Use the ".Rv" mdoc(7) macro where appropriate.yar2001-08-141-6/+2
| | | | Reviewed by: ru
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* Prepare for mdoc(7)NG.ru2000-12-291-0/+1
|
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
| | | | More libraries manpages updates following.
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-021-6/+12
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* Remove useless section.phantom1999-11-091-2/+0
| | | | | PR: docs/14764 Submitted by: David Malone <dwmalone@maths.tcd.ie>
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+2
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* An implementation of lockf() function call.dt1998-07-081-0/+249
Obtained from: NetBSD (author: Klaus Klein)
OpenPOWER on IntegriCloud