Fix swap bytes example in the manpage
commit900849e32109270fac4bb30ad12020bfdbf25693
authorPetr Tesarik <petr@tesarici.cz>
Fri, 12 Oct 2012 22:30:55 +0000 (13 00:30 +0200)
committerPetr Tesarik <petr@tesarici.cz>
Fri, 12 Oct 2012 22:30:55 +0000 (13 00:30 +0200)
tree886128c17288a2823e123e3f652c8393f75a5293
parente99f2574abac088817447564661b5b5aee62513e
Fix swap bytes example in the manpage

The example is incorrect -- it works only on big-endian machines,
because it mixes endian-dependent operations (bit shifts) with
endian-independent values (byte strings).
doc/hed.1