Lines Matching +full:standard +full:- +full:vt
46 utility is a filter which displays the specified files, or standard
50 .Bl -tag -width ".Fl I , L , l"
76 Output C-style escaped characters.
88 Output double-precision floating point numbers.
92 Output single-precision floating point numbers.
140 .Bl -tag -width indent
145 .Bl -column "000 NUL" "001 SOH" "002 STX" "003 ETX" "004 EOT" "005 ENQ"
147 .It "006 ACK 007 BEL 008 BS 009 HT 00A NL 00B VT"
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
197 .Pq Vt char ,
199 .Pq Vt short ,
201 .Pq Vt int ,
203 .Pq Vt long ,
211 Floating-point number.
214 .Pq Vt float ,
216 .Pq Vt double
219 .Pq Vt "long double" .
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
257 .Bd -literal -offset indent
258 $ echo "FreeBSD: The power to serve" | od -An -a -j 13 -N 5
274 .St -p1003.1-2001 .