svn commit: r317681 - head/share/man/man7
Konstantin Belousov
kib at FreeBSD.org
Tue May 2 14:52:37 UTC 2017
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"
More information about the svn-src-head
mailing list