From: Wu Zhenyu Date: Thu, 30 Mar 2023 17:02:07 +0000 (+0800) Subject: man3type/: tfix X-Git-Tag: man-pages-6.04~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acd7fbf633c9630cf1ea5de62ee688eeec04e31c;p=thirdparty%2Fman-pages.git man3type/: tfix Signed-off-by: Alejandro Colomar --- diff --git a/man3type/size_t.3type b/man3type/size_t.3type index 97633a9767..1c5894f45c 100644 --- a/man3type/size_t.3type +++ b/man3type/size_t.3type @@ -35,7 +35,7 @@ capable of storing values in the range .I ssize_t Used for a count of bytes or an error indication. It is a signed integer type -capable of storing values al least in the range +capable of storing values at least in the range .RB [ \-1 , .BR SSIZE_MAX ]. .SS Use with printf(3) and scanf(3) diff --git a/man3type/time_t.3type b/man3type/time_t.3type index 1b9607358f..2ba4f6833a 100644 --- a/man3type/time_t.3type +++ b/man3type/time_t.3type @@ -35,14 +35,14 @@ it is an integer type. .I suseconds_t Used for time in microseconds. It is a signed integer type -capable of storing values al least in the range +capable of storing values at least in the range .RB [ \-1 , .BR 1000000 ]. .TP .I useconds_t Used for time in microseconds. It is an unsigned integer type -capable of storing values al least in the range +capable of storing values at least in the range .RB [ 0 , .BR 1000000 ]. .SH STANDARDS