File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ with open("file_to_test", "rb") as f:
193193```
194194
195195### Debugging the libmagic DSL
196- ` libmagic ` has an esoteric, poorly documented doman -specific language (DSL) for specifying its matching signatures.
196+ ` libmagic ` has an esoteric, poorly documented domain -specific language (DSL) for specifying its matching signatures.
197197You can read the minimal and—as we have discovered in our cleanroom implementation—_ incomplete_ documentation by running
198198` man 5 magic ` . PolyFile implements an interactive debugger for stepping through the DSL specifications, modeled after
199199GDB. You can enter this debugger by passing the ` --debugger ` or ` -db ` argument to PolyFile. It is useful for both
You can’t perform that action at this time.
0 commit comments