From 01e3847b7e6ff87f72a34a42cd98425e569250f6 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 11 Mar 2013 17:26:11 -0400 Subject: xd: accept -S for 8-byte swap R=rsc https://codereview.appspot.com/7565045 --- man/man1/xd.1 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'man/man1/xd.1') 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. -- cgit v1.2.3