docs: formatting

This commit is contained in:
2024-06-04 16:11:33 -06:00
parent 896b251434
commit f4cad598c4
8 changed files with 57 additions and 44 deletions

View File

@@ -17,7 +17,7 @@ swab
.B word size
.R ])
.\"
.SH USAGE
.SH DESCRIPTION
Swap the latter and former halves of a block of bytes.
.\"
@@ -28,7 +28,7 @@ Ignore system call interruptions.
.IP \fB-w\fP
Configures the word size; that is, the size in bytes of the block size
on which to operate. By default the word size is 2. The word size must be
cleanly divisible by 2, otherwise the block of bytes being processed can't be
cleanly divisible by 2, otherwise the block of bytes being processed can\(cqt be
halved.
.\"
.SH EXAMPLES
@@ -66,7 +66,7 @@ on other machines.
.\"
.SH COPYRIGHT
Copyright (c) 2024 DTB. License AGPLv3+: GNU AGPL version 3 or later
Copyright \(co 2024 DTB. License AGPLv3+: GNU AGPL version 3 or later
<https://gnu.org/licenses/agpl.html>.
.\"
.SH SEE ALSO