1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-11-23 04:09:50 +00:00

Fixed a couple of typos.

This commit is contained in:
Dominique Pelle
2014-06-17 06:09:24 +02:00
committed by Paul Eggert
parent 248d1f10a1
commit 85e3d22f86
2 changed files with 2 additions and 2 deletions

2
Theory
View File

@ -96,7 +96,7 @@ POSIX has the following properties and limitations.
* POSIX requires that systems ignore leap seconds.
* The tz code attempts attempts to support all the time_t implementations
* The tz code attempts to support all the time_t implementations
allowed by POSIX. The time_t type represents a nonnegative count of
seconds since 1970-01-01 00:00:00 UTC, ignoring leap seconds.
In practice, time_t is usually a signed 64- or 32-bit integer; 32-bit

View File

@ -74,7 +74,7 @@ and one other character.
.PP
No more than
.I maxsize\^
characters are be placed into the array.
characters are placed into the array.
If the total number of resulting characters, including the terminating
null character, is not more than
.IR maxsize\^ ,