@@@ man wip
[mLib] / sys / tv.3
index 62d9189..f24892d 100644 (file)
--- a/sys/tv.3
+++ b/sys/tv.3
@@ -17,7 +17,7 @@ tv \- arithmetic on \fBstruct timeval\fR objects
 .SH SYNOPSIS
 .nf
 .B "#include <mLib/tv.h>"
-
+.PP
 .BI "void tv_add(struct timeval *" dst ,
 .BI "            const struct timeval *" a ,
 .BI "            const struct timeval *" b );
@@ -32,7 +32,7 @@ tv \- arithmetic on \fBstruct timeval\fR objects
 .BI "             time_t " sec ", unsigned long " usec );
 .BI "int tv_cmp(const struct timeval *" a ,
 .BI "           const struct timeval *" b );
-
+.PP
 .B "int MILLION;"
 .BI "void TV_ADD(struct timeval *" dst ,
 .BI "            const struct timeval *" a ,