git: 393d567afa18 - stable/13 - timeradd.3: Add missing .Pp after .Ed
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 27 Dec 2024 17:06:55 UTC
The branch stable/13 has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=393d567afa184fd2b9488ded250481642200abce commit 393d567afa184fd2b9488ded250481642200abce Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2024-12-13 16:53:51 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2024-12-27 15:53:06 +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 (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 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