A few more man pages converted to roff format.

This commit is contained in:
Warren Toomey
2016-03-28 21:56:58 +10:00
parent fed6525853
commit 03b9bcfdc5
3 changed files with 91 additions and 40 deletions
+28
View File
@@ -0,0 +1,28 @@
.oh '11/3/70''OD(I)'
.ta 18 21
NAME od -- octal dump
.sp
SYNOPSIS
.ul
od
file
.sp
DESCRIPTION
.ul
od
dumps the words of the named file in octal
format, eight words per line. Each line is
prefixed by the offset into the file, and this
is separated from the file output by a colon.
.sp
FILES --
.sp
SEE ALSO --
.sp
DIAGNOSTICS If a file cannot be opened, its name is printed
followed by "?". If no argument is given, "no
arg" is output.
.sp
BUGS --
.sp
OWNER wkt