chiark / gitweb /
Update manual style.
[mLib] / man / tv.3
index 71f33f4670ccd708cb0924961dd6d6dd19a944bb..919605150ae22a64cf91cce72a85242eaf3b818d 100644 (file)
--- a/man/tv.3
+++ b/man/tv.3
@@ -1,7 +1,19 @@
 .\" -*-nroff-*-
-.TH tv 3mLib "22 May 1999" mLib
+.TH tv 3 "22 May 1999" "Straylight/Edgeware" "mLib utilities library"
 .SH NAME
 tv \- arithmetic on \fBstruct timeval\fR objects
+.\" @tv_add
+.\" @tv_addl
+.\" @tv_sub
+.\" @tv_subl
+.\" @tv_cmp
+.\"
+.\" @TV_ADD
+.\" @TV_ADDL
+.\" @TV_SUB
+.\" @TV_SUBL
+.\" @TV_CMP
+.\"
 .SH SYNOPSIS
 .nf
 .B "#include <mLib/tv.h>"
@@ -147,8 +159,8 @@ The idea of passing a relational operator to
 .B TV_CMP
 is stolen from the
 .B timercmp
-macro in the GNU C library.  I don't know whether this macro is a GNU
-original, but it certainly doesn't seem to be portable.  The
+macro in the GNU C library.  This doesn't look like a GNU original,
+however; whatever, it doesn't seem to be very portable.  The GNU
 .B timercmp
 macro had a warning attached to it that it wouldn't work for operators
 like
@@ -156,5 +168,7 @@ like
 although I can't see why there'd be a problem.  (If there is one, then
 my implementation has it too, because they're the same.  I don't
 document the restriction because I don't think it exists.)
+.SH "SEE ALSO"
+.BR mLib (3).
 .SH AUTHOR
 Mark Wooding, <mdw@nsict.org>