aboutsummaryrefslogtreecommitdiff
path: root/man/man1/xd.1
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2013-03-11 17:26:11 -0400
committerRuss Cox <rsc@swtch.com>2013-03-11 17:26:11 -0400
commit01e3847b7e6ff87f72a34a42cd98425e569250f6 (patch)
tree9d1e2b3abe36634593bc9a2c6009fd7c257a89b3 /man/man1/xd.1
parent36bb28dc638bb3091e05996156b5fbecbc67dcd5 (diff)
downloadplan9port-01e3847b7e6ff87f72a34a42cd98425e569250f6.tar.gz
plan9port-01e3847b7e6ff87f72a34a42cd98425e569250f6.tar.bz2
plan9port-01e3847b7e6ff87f72a34a42cd98425e569250f6.zip
xd: accept -S for 8-byte swap
R=rsc https://codereview.appspot.com/7565045
Diffstat (limited to 'man/man1/xd.1')
-rw-r--r--man/man1/xd.13
1 files changed, 3 insertions, 0 deletions
diff --git a/man/man1/xd.1 b/man/man1/xd.1
index 10307aa0..9d43a750 100644
--- a/man/man1/xd.1
+++ b/man/man1/xd.1
@@ -75,6 +75,9 @@ Print file addresses in the given style (and size 4).
.B -s
Reverse (swab) the order of bytes in each group of 4 before printing.
.TP
+.B -S
+Reverse the order of bytes in each group of 8 before printing.
+.TP
.B -r
Print repeating groups of identical 16-byte sequences as the first group
followed by an asterisk.