Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 May 2017 14:52:35 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r317681 - head/share/man/man7
Message-ID:  <201705021452.v42EqZSB010115@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Tue May  2 14:52:35 2017
New Revision: 317681
URL: https://svnweb.freebsd.org/changeset/base/317681

Log:
  Document time_t size.
  
  Reviewed by:	emaste, imp, vangyzen
  Sponsored by:	The FreeBSD Foundation
  MFC after:	1 week
  Differential revision:	https://reviews.freebsd.org/D10568

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

Modified: head/share/man/man7/arch.7
==============================================================================
--- head/share/man/man7/arch.7	Tue May  2 14:52:28 2017	(r317680)
+++ head/share/man/man7/arch.7	Tue May  2 14:52:35 2017	(r317681)
@@ -26,7 +26,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd January 21, 2017
+.Dd May 2, 2017
 .Dt ARCH 7
 .Os
 .Sh NAME
@@ -47,27 +47,27 @@ On all supported architectures,
 .It float Ta 4
 .It double Ta 8
 .El
-.Bl -column -offset indent "Sy Architecture" "Sy sizeof(void *)" "Sy sizeof(long double)"
-.It Sy Architecture Ta Sy sizeof(void *) Ta Sy sizeof(long double)
-.It amd64       Ta 8 Ta 16
-.It arm         Ta 4 Ta  8
-.It armeb       Ta 4 Ta  8
-.It armv6       Ta 4 Ta  8
-.It arm64       Ta 8 Ta 16
-.It i386        Ta 4 Ta 12
-.It mips        Ta 4 Ta  8
-.It mipsel      Ta 4 Ta  8
-.It mipselhf    Ta 4 Ta  8
-.It mipshf      Ta 4 Ta  8
-.It mipsn32     Ta 4 Ta  8
-.It mips64      Ta 8 Ta  8
-.It mips64el    Ta 8 Ta  8
-.It mips64elhf  Ta 8 Ta  8
-.It mips64hf    Ta 8 Ta  8
-.It powerpc     Ta 4 Ta  8
-.It powerpc64   Ta 8 Ta  8
-.It riscv       Ta 8 Ta 16
-.It sparc64     Ta 8 Ta 16
+.Bl -column -offset indent "Sy Architecture" "Sy sizeof(void *)" "Sy sizeof(long double)" "Sy sizeof(time_t)"
+.It Sy Architecture Ta Sy sizeof(void *) Ta Sy sizeof(long double) Ta Sy sizeof(time_t)
+.It amd64       Ta 8 Ta 16 Ta 8
+.It arm         Ta 4 Ta  8 Ta 8
+.It armeb       Ta 4 Ta  8 Ta 8
+.It armv6       Ta 4 Ta  8 Ta 8
+.It arm64       Ta 8 Ta 16 Ta 8
+.It i386        Ta 4 Ta 12 Ta 4
+.It mips        Ta 4 Ta  8 Ta 8
+.It mipsel      Ta 4 Ta  8 Ta 8
+.It mipselhf    Ta 4 Ta  8 Ta 8
+.It mipshf      Ta 4 Ta  8 Ta 8
+.It mipsn32     Ta 4 Ta  8 Ta 8
+.It mips64      Ta 8 Ta  8 Ta 8
+.It mips64el    Ta 8 Ta  8 Ta 8
+.It mips64elhf  Ta 8 Ta  8 Ta 8
+.It mips64hf    Ta 8 Ta  8 Ta 8
+.It powerpc     Ta 4 Ta  8 Ta 4
+.It powerpc64   Ta 8 Ta  8 Ta 8
+.It riscv       Ta 8 Ta 16 Ta 8
+.It sparc64     Ta 8 Ta 16 Ta 8
 .El
 .Ss Endianness and Char Signedness
 .Bl -column -offset indent "Sy Architecture" "Sy Endianness" "Sy char Signedness"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705021452.v42EqZSB010115>