add -s (two-byte signed decimal display) to od(1), as mandated by POSIX;
authorsobrado <sobrado@openbsd.org>
Tue, 15 Apr 2014 15:35:24 +0000 (15:35 +0000)
committersobrado <sobrado@openbsd.org>
Tue, 15 Apr 2014 15:35:24 +0000 (15:35 +0000)
commit2c7625d7fae48729a1d71b74f15ce288ad98fd72
treebb16d8843517b0607b02a3cef6fb1ba70479aacb
parent9c3c35685367d1583e40119bcbaa996030f4c531
add -s (two-byte signed decimal display) to od(1), as mandated by POSIX;
remove cross reference to strings(1), it only made sense in the context of
the old 4.3BSD od(1)'s -s flag.

ok jmc@, millert@
usr.bin/hexdump/od.1
usr.bin/hexdump/odsyntax.c