Lines Matching +full:si +full:- +full:en

40 .Bk -words
49 .Bk -words
61 .Bl -tag -width indent
63 .Em One-byte octal display .
65 space-separated, three column, zero-filled, bytes of input data,
68 .Em One-byte character display .
70 space-separated, three column, space-filled, characters of input
75 space-separated, two column, hexadecimal bytes, followed by the
82 .Em Two-byte decimal display .
84 space-separated, five column, zero-filled, two-byte units
90 Empty lines and lines whose first non-blank character is a hash mark
98 .Em Two-byte octal display .
100 space-separated, six column, zero-filled, two byte quantities of
143 .Em Two-byte hexadecimal display .
145 separated, four column, zero-filled, two-byte quantities of input
178 It is interpreted as a fprintf-style format string (see
182 .Bl -bullet -offset indent
198 .Bd -ragged -offset indent -compact
199 .Bl -column <alert_character>
203 .It "<form-feed> \ef"
204 .It "<newline> \en"
215 .Bl -tag -width Fl
233 Nonprinting characters are displayed in three character, zero-padded
244 displayed using the following, lower-case, names.
247 .Bl -column 000_nu 001_so 002_st 003_et 004_eo
250 .It "00C FF" Ta "00D CR" Ta "00E\ SO" Ta "00F SI" Ta "010 DLE" Ta "011 DC1"
259 .Bl -tag -width "Xc,_Xc,_Xc,_Xc,_Xc,_Xc" -offset indent
303 option or end-of-file being reached, input data only partially
304 satisfies a format string, the input block is zero-padded sufficiently
327 .Ex -std hexdump hd
330 .Bd -literal -offset indent
331 $ echo "FreeBSD: The power to serve" | hexdump -C
339 .Bd -literal -offset indent
340 $ echo "FreeBSD: The power to serve" | hexdump -C -s 4 -n 3
348 .Bd -literal -offset indent
351 "\en"
356 .Bd -literal -offset indent
357 $ echo "FreeBSD" | hexdump -f format.txt -C
368 .Bd -literal -offset indent
369 "%07.7_Ax\en"
370 "%07.7_ax " 8/2 "%04x " "\en"
375 .Bd -literal -offset indent
376 $ echo "FreeBSD: The power to serve" | hexdump -f format.txt -C