diff options
Diffstat (limited to 'man/od.x')
-rw-r--r-- | man/od.x | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/man/od.x b/man/od.x new file mode 100644 index 0000000..c3382d2 --- /dev/null +++ b/man/od.x @@ -0,0 +1,11 @@ +[NAME] +od \- dump files in octal and other formats +[DESCRIPTION] +.\" Add any additional description here +[EXAMPLES] +.TP +.B od -A x -t x1z -v +Display hexdump format output +.TP +.B od -A o -t oS -w16 +The default output format used by od |