From 5403bb70cf34ade6a32f760260d38dfa6ecf07c1 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Fri, 13 Dec 2024 11:53:51 -0500 Subject: [PATCH] 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) --- share/man/man3/timeradd.3 | 1 + 1 file changed, 1 insertion(+) diff --git a/share/man/man3/timeradd.3 b/share/man/man3/timeradd.3 index 6ce601f2515..9720267883e 100644 --- a/share/man/man3/timeradd.3 +++ b/share/man/man3/timeradd.3 @@ -85,6 +85,7 @@ struct timeval { long tv_usec; /* and microseconds */ }; .Ed +.Pp And the .Fa timespec structure is defined in