Date: Thu, 25 Jun 2026 10:07:59 +0000 From: Brooks Davis <brooks@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 00b0ea95dfb3 - main - arch.7: used title case for .Ss headings Message-ID: <6a3cfdff.1e0e1.c153541@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/src/commit/?id=00b0ea95dfb3052ab94b5e9bf268f2b941b3f874 commit 00b0ea95dfb3052ab94b5e9bf268f2b941b3f874 Author: Brooks Davis <brooks@FreeBSD.org> AuthorDate: 2026-06-25 10:05:28 +0000 Commit: Brooks Davis <brooks@FreeBSD.org> CommitDate: 2026-06-25 10:05:28 +0000 arch.7: used title case for .Ss headings Do capitalize "size". Don't gratutiously capitalize "char" any more than we do "make" further down. Reviewed by: emaste Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D57820 --- share/man/man7/arch.7 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man7/arch.7 b/share/man/man7/arch.7 index 09aee577b340..12a9076ecbea 100644 --- a/share/man/man7/arch.7 +++ b/share/man/man7/arch.7 @@ -24,7 +24,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd June 20, 2026 +.Dd June 24, 2026 .Dt ARCH 7 .Os .Sh NAME @@ -131,7 +131,7 @@ Discontinued architectures are shown in the following table. .It riscv64sf Ta 12.0 Ta 13.5 .It sparc64 Ta 5.0 Ta 12.4 .El -.Ss Type sizes +.Ss Type Sizes All .Fx architectures use some variant of the ELF (see @@ -242,7 +242,7 @@ Machine-dependent type sizes: .Pp .Sy time_t is 8 bytes on all supported architectures except i386. -.Ss Endianness and Char Signedness +.Ss Endianness and char Signedness .Bl -column -offset indent "Architecture" "Endianness" "char Signedness" "wchar_t Signedness" .It Sy Architecture Ta Sy Endianness Ta Sy char Signedness Ta Sy wchar_t Signedness .It aarch64 Ta little Ta unsigned Ta unsignedhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a3cfdff.1e0e1.c153541>
