Skip to content

Commit

Permalink
Fix more issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jart committed Jul 22, 2024
1 parent 23611cd commit c83ec5f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ape/specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,11 +239,11 @@ iterations over APE's history before we eventually got it right:
- `arg=$(( 9293))` b/c busybox sh disliked quoted space
- `arg=9293 ` is generated by modern apelink program
Software that parses the APE file format, which needs to extract to be
able extract the Macho-O x86-64 header SHOULD support the old binaries
that use the previous encodings. To make backwards compatibility simple
the following regular expression may be used, which generalizes to all
defined formats:
Software that parses the APE file format, which needs to extract the
Macho-O x86-64 header SHOULD support the old binaries that use the
previous encodings. To make backwards compatibility simple the following
regular expression may be used, which generalizes to all defined
formats:
```c
regcomp(&rx,
Expand Down

0 comments on commit c83ec5f

Please sign in to comment.