summaryrefslogtreecommitdiffstats
path: root/man3type
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-03-08 00:31:26 +0100
committerAlejandro Colomar <alx@kernel.org>2023-03-08 01:17:07 +0100
commitd6c1998e123fedb6be79ba0045aaea9f527132a3 (patch)
treef1eedc94f8e5ffc5282a70d37bf5446ae833733f /man3type
parentd5057f71a4fe00c260b501d144a422ac5fd9edb3 (diff)
man*/: ffix (semantic newlines; commas)
Reported-by: mandoc(1) (make lint-man-mandoc) Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man3type')
-rw-r--r--man3type/timespec.3type3
1 files changed, 2 insertions, 1 deletions
diff --git a/man3type/timespec.3type b/man3type/timespec.3type
index c3c69cfd2..53a99de72 100644
--- a/man3type/timespec.3type
+++ b/man3type/timespec.3type
@@ -24,7 +24,8 @@ Standard C library
Describes times in seconds and nanoseconds.
.PP
.I tv_nsec
-is of an implementation-defined signed type capable of holding the specified range.
+is of an implementation-defined signed type
+capable of holding the specified range.
Under glibc, this is usually
.IR long ,
and