mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
Spelling (embedd to embed) fix and change a comma to a semicolon.
This commit is contained in:
parent
dcecd67263
commit
8099eaa823
1 changed files with 2 additions and 2 deletions
|
|
@ -25,11 +25,11 @@ byte to its decimal representation on the fly.
|
|||
.Pp
|
||||
If the first
|
||||
.Op string
|
||||
is present, it is printed before the data, if the second
|
||||
is present, it is printed before the data; if the second
|
||||
.Op string
|
||||
is present, it is printed after the data.
|
||||
.Pp
|
||||
This program is used to embedd binary or other files into C source files,
|
||||
This program is used to embed binary or other files into C source files,
|
||||
for instance as a char[].
|
||||
.Sh EXAMPLE
|
||||
The command:
|
||||
|
|
|
|||
Loading…
Reference in a new issue