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

(cherry picked from commit 91c6231246b587209e585376c15553f574b17463)
This commit is contained in:
John Baldwin 2024-12-13 11:53:51 -05:00
parent 1e87d76855
commit 5403bb70cf

View file

@ -85,6 +85,7 @@ struct timeval {
long tv_usec; /* and microseconds */
};
.Ed
.Pp
And the
.Fa timespec
structure is defined in