git: 5403bb70cf34 - stable/14 - timeradd.3: Add missing .Pp after .Ed
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 27 Dec 2024 17:06:31 UTC
The branch stable/14 has been updated by jhb:
URL: https://cgit.FreeBSD.org/src/commit/?id=5403bb70cf34ade6a32f760260d38dfa6ecf07c1
commit 5403bb70cf34ade6a32f760260d38dfa6ecf07c1
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:02 +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