git: 91c6231246b5 - main - timeradd.3: Add missing .Pp after .Ed

From: John Baldwin <jhb_at_FreeBSD.org>
Date: Fri, 13 Dec 2024 16:55:04 UTC
The branch main has been updated by jhb:

URL: https://cgit.FreeBSD.org/src/commit/?id=91c6231246b587209e585376c15553f574b17463

commit 91c6231246b587209e585376c15553f574b17463
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2024-12-13 16:53:51 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2024-12-13 16:53:51 +0000

    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
---
 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 6ce601f25150..9720267883ef 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