From 49ccd3fe61ba4e29a84d26d6c8df8ac2cac96df5 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Wed, 4 Oct 2017 14:39:55 +0000 Subject: [PATCH] arch.7: correct statement about time_t size After r320347 it is 64-bit on every architecture except i386. Sponsored by: The FreeBSD Foundation --- share/man/man7/arch.7 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/share/man/man7/arch.7 b/share/man/man7/arch.7 index b95c627646b..82228ccff4a 100644 --- a/share/man/man7/arch.7 +++ b/share/man/man7/arch.7 @@ -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