X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/b6b9d458c78364bdbbd7fbd7ec543bc364014b45..52162d1b8ec7ea5dcce0d37e4e5a4a02da37de1d:/man/tv.3 diff --git a/man/tv.3 b/man/tv.3 index 71f33f4..9196051 100644 --- 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 " @@ -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,