chiark / gitweb /
Add global unihash table; use universal hashing instead of CRC.
[mLib] / man / lock.3
index 7d7d2988b1226656ff0dc332cf50e7807b283d8e..2ef78605123751bd3a9578909de10abccb3dbbe8 100644 (file)
@@ -1,11 +1,11 @@
 .\" -*-nroff-*-
-.TH lock 3 "23 May 1999" mLib
+.TH lock 3 "23 May 1999" "Straylight/Edgeware" "mLib utilities library"
 .SH NAME
 lock \- oversimplified file locking interface
 .\" @lock_file
 .SH SYNOPSIS
 .nf
-.B "#include <mLib/lock.h>
+.B "#include <mLib/lock.h>"
 
 .BI "int lock_file(int " fd ", unsigned " how );
 .fi