Lines Matching +full:no +full:- +full:output

19 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
47 input if no files are specified, in a user specified format.
50 .Bl -tag -width ".Fl I , L , l"
62 addresses or no address, respectively.
64 Output named characters.
68 Output octal shorts.
72 Output octal bytes.
76 Output C-style escaped characters.
80 Output unsigned decimal ints.
84 Output unsigned decimal shorts.
88 Output double-precision floating point numbers.
92 Output single-precision floating point numbers.
96 Output hexadecimal ints.
100 Output hexadecimal shorts.
104 Output signed decimal longs.
108 Output signed decimal ints.
127 Output octal ints.
131 Output signed decimal shorts.
135 Specify the output format.
140 .Bl -tag -width indent
145 .Bl -column "000 NUL" "001 SOH" "002 STX" "003 ETX" "004 EOT" "005 ENQ"
155 Non-printing characters are
156 represented as 3-digit octal character codes, except the following
159 .Bl -tag -width carriage-return -compact
168 .It carriage-return
176 Multi-byte characters are displayed in the area corresponding to the first
211 Floating-point number.
226 Multiple options that specify output format may be used; the output will
229 If no output format is specified,
242 .Ex -std
244 Dump stdin and show the output using named characters and C-style escaped
246 .Bd -literal -offset indent
247 $ echo "FreeBSD: The power to serve" | od -a -c
255 Dump stdin skipping the first 13 bytes using named characters and dumping no
257 .Bd -literal -offset indent
258 $ echo "FreeBSD: The power to serve" | od -An -a -j 13 -N 5
274 .St -p1003.1-2001 .