arch.7: correct statement about time_t size

After r320347 it is 64-bit on every architecture except i386.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2017-10-04 14:39:55 +00:00
parent 87a567f181
commit 49ccd3fe61
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=324279

View File

@ -212,8 +212,7 @@ Machine-dependent type sizes:
.El
.Pp
.Sy time_t
is 8 bytes on all supported architectures except i386 and 32-bit
variants of powerpc.
is 8 bytes on all supported architectures except i386.
.Ss Endianness and Char Signedness
.Bl -column -offset indent "Sy Architecture" "Sy Endianness" "Sy char Signedness"
.It Sy Architecture Ta Sy Endianness Ta Sy char Signedness