From 677bf89d23fd58164d73d866c085db5345dc1591 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= Date: Tue, 7 Dec 2021 06:47:23 +0100 Subject: [PATCH] impl-def --- N????.mom | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/N????.mom b/N????.mom index 94f90c4..cea26dc 100644 --- a/N????.mom +++ b/N????.mom @@ -1,6 +1,6 @@ .\" SPDX-License-Identifier: 0BSD .\" -.TITLE "\fIN????\fP: \f(CBnsec_t \fP\f(CR&&\f(CR\fP\f(CB timespec::tv_nsec\fP" +.TITLE "\fIN????\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]наб" .ATTRIBUTE_STRING "" \" Don't print 'by' @@ -127,7 +127,7 @@ and .COD clock_t which are real types capable of representing times; .COD \*[green]nsec_t -\*[green]which is an integer type capable of representing the range [0, 999999999];\*[dark-grey] +\*[green]which is an implementation-defined integer type capable of representing the range [0, 999999999];\*[dark-grey] .COD struct timespec which holds and interval specified in seconds and nanoseconds (which may represent a calendar time based on a particular epoch); and .COD struct tm -- 2.38.5