2 files changed, 6 insertions(+), 6 deletions(-)
M Makefile
R N????.mom => n2878.mom
M Makefile => Makefile +1 -1
@@ 1,6 1,6 @@
# SPDX-License-Identifier: 0BSD
-PAGES = $(wildcard N*.mom)
+PAGES = $(wildcard N*.mom n*.mom)
.PHONY : all pages clean
R N????.mom => n2878.mom +5 -5
@@ 1,10 1,10 @@
.\" SPDX-License-Identifier: 0BSD
.\"
-.TITLE "\fIN????\fP\f(CR: \fP\f(CBnsec_t \fP\f(CR&&\f(CR\fP\f(CB timespec::tv_nsec\fP"
+.TITLE "\fIN2878\fP\f(CR: \fP\f(CBnsec_t \fP\f(CR&&\f(CR\fP\f(CB timespec::tv_nsec\fP"
.PDF_TITLE "\*[$TITLE]
.AUTHOR "\v'-.5v'\*[UP 8p]наб"
.\" http://www.open-std.org/jtc1/sc22/wg14/www/contributing says we need a cover page
-.SUBTITLE "\s9\f(CBtimespec::tv_nsec\fR is too wide and is unsatisfiable by some architectures." \
+.SUBTITLE "\s9\f(CBtimespec::tv_nsec\fR is too wide and unsatisfiable by some architectures." \
"\v'-.3v'Relaxing the type by introducing \f(CBnsec_t\fP can alleviate this."
.ATTRIBUTE_STRING "" \" Drop 'by'
.HEADER_LEFT "наб"
@@ 59,7 59,7 @@
.START
.
.RLD 0.75cm
-Document #:\h'|1i'????
+Document #:\h'|1i'2878
.br
Date:\h'|1i'2021-12-07
.br
@@ 127,7 127,7 @@ which are real types capable of representing times;
.COD \*[green]nsec_t
\*[green]which is an implementation-defined integer type capable of representing the range [0, 999999999];\*[\*[default]]
.COD struct timespec
-which holds and interval specified in seconds and nanoseconds (which may represent a calendar time based on a particular epoch); and
+which holds an interval specified in seconds and nanoseconds (which may represent a calendar time based on a particular epoch); and
.COD struct tm
which holds the components of a calendar time, called the \fIbroken-down time\fP.
.in
@@ 156,7 156,7 @@ or other processing, and allows user code to actually store it in its original f
.HEADING 1 NAMED references "References"
The current Linux ABI \f(CBtimespec\fR situation:
.PDF_WWW_LINK https://sourceware.org/pipermail/libc-alpha/2021-December/133702.html
-\(em this is part of a larger thread borne out of an attempt to accurately describe \f(CBtimespec::tv_nsec\fP as part of Linux man-pages' \fBsystem_data_types\fP(7):
+\(em this is part of a larger thread born out of an attempt to accurately describe \f(CBtimespec::tv_nsec\fP as part of Linux man-pages' \fBsystem_data_types\fP(7):
.PDF_WWW_LINK https://lore.kernel.org/linux-man/ec1dcc655184f6cdaae40ff8b7970b750434e4ef.1638123425.git.nabijaczleweli@nabijaczleweli.xyz/T/
.
.PP