svn commit: r324279 - head/share/man/man7

Ed Maste emaste at FreeBSD.org
Wed Oct 4 14:39:56 UTC 2017


Author: emaste
Date: Wed Oct  4 14:39:55 2017
New Revision: 324279
URL: https://svnweb.freebsd.org/changeset/base/324279

Log:
  arch.7: correct statement about time_t size
  
  After r320347 it is 64-bit on every architecture except i386.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/share/man/man7/arch.7

Modified: head/share/man/man7/arch.7
==============================================================================
--- head/share/man/man7/arch.7	Wed Oct  4 13:13:38 2017	(r324278)
+++ head/share/man/man7/arch.7	Wed Oct  4 14:39:55 2017	(r324279)
@@ -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


More information about the svn-src-head mailing list