diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2026-06-25 10:05:28 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2026-06-25 10:05:28 +0000 |
| commit | 00b0ea95dfb3052ab94b5e9bf268f2b941b3f874 (patch) | |
| tree | f85c8365c4b9d449cbb6c15ce9e68a61c750b634 | |
| parent | b94f438906451d4826d190d36b07e870443439ac (diff) | |
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
| -rw-r--r-- | share/man/man7/arch.7 | 6 |
1 files 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 unsigned |
