timeradd.3: Add missing .Pp after .Ed

This ensures a blank line between the end of the struct timeval
definition and the following paragraph.  Formatting change only.

Sponsored by:	Chelsio Communications
This commit is contained in:
John Baldwin
2024-12-13 11:53:51 -05:00
parent 7c89253bda
commit 91c6231246
+1
View File
@@ -85,6 +85,7 @@ struct timeval {
long tv_usec; /* and microseconds */ long tv_usec; /* and microseconds */
}; };
.Ed .Ed
.Pp
And the And the
.Fa timespec .Fa timespec
structure is defined in structure is defined in