chiark / gitweb /
Makefile for manual page installation. Subtle and complicated.
[mLib] / man / lock.3
index 68aebea35cc78ae76560e6e00affdc2ea59947a7..7d7d2988b1226656ff0dc332cf50e7807b283d8e 100644 (file)
@@ -1,7 +1,8 @@
 .\" -*-nroff-*-
-.TH lock 3mLib "23 May 1999" mLib
+.TH lock 3 "23 May 1999" mLib
 .SH NAME
 lock \- oversimplified file locking interface
+.\" @lock_file
 .SH SYNOPSIS
 .nf
 .B "#include <mLib/lock.h>
@@ -53,5 +54,8 @@ is set to an appropriate value.  Most of the error returns are from
 .B errno
 is set to
 .BR EINTR .
+.SH "SEE ALSO"
+.BR fcntl (2),
+.BR mLib (3).
 .SH AUTHOR
 Mark Wooding, <mdw@nsict.org>