diff options
author | aap <aap@papnet.eu> | 2014-02-16 21:32:14 +0100 |
---|---|---|
committer | aap <aap@papnet.eu> | 2014-02-16 21:32:14 +0100 |
commit | cd27c0cca2d72e467c26c78097b059b8e5a74c87 (patch) | |
tree | 11e9534fcc75a1b2ac3addb642bec843f0396b99 /sys/man/1/xd | |
parent | 1225ebec7181167fbefc5499300260e93c9b5191 (diff) |
xd: changed -s option to switch to little-endian units
Diffstat (limited to 'sys/man/1/xd')
-rw-r--r-- | sys/man/1/xd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/man/1/xd b/sys/man/1/xd index cc2d394f4..040abb063 100644 --- a/sys/man/1/xd +++ b/sys/man/1/xd @@ -73,7 +73,7 @@ Print file addresses in the given style (and size 4). (Unbuffered) Flush the output buffer after each 16-byte sequence. .TP .B -s -Reverse (swab) the order of bytes in each group of 4 before printing. +Switch to little-endian units. .TP .B -r Print repeating groups of identical 16-byte sequences as the first group |