forked from bonsai/harakit
fop.1: removes Unicode representation of RS; hru.1: removes erroneous line break; mm.1: formatting & grammar; npc.1: dollar sign, not currency sign; rpn.1: syntax error; scrut.1: move description to DESCRIPTION; str.1: comma; swab.1: wording & escape codes; true.1: formatting
This commit is contained in:
+2
-2
@@ -27,7 +27,7 @@ Swap the latter and former halves of a block of bytes.
|
||||
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
|
||||
on which to operate. The default word size is 2. The word size must be
|
||||
cleanly divisible by 2, otherwise the block of bytes being processed can\(cqt be
|
||||
halved.
|
||||
.\"
|
||||
@@ -38,7 +38,7 @@ The following
|
||||
line:
|
||||
|
||||
.RS
|
||||
.R printf 'hello world!\n' | swab
|
||||
.R printf 'hello world!\(rsn' | swab
|
||||
.RE
|
||||
|
||||
Produces the following output:
|
||||
|
||||
Reference in New Issue
Block a user