Fix more issues

This commit is contained in:
Justine Tunney 2024-07-22 02:28:41 -07:00
parent 23611cd854
commit c83ec5fdd9
No known key found for this signature in database
GPG key ID: BE714B4575D6E328

View file

@ -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))` b/c busybox sh disliked quoted space
- `arg=9293 ` is generated by modern apelink program - `arg=9293 ` is generated by modern apelink program
Software that parses the APE file format, which needs to extract to be Software that parses the APE file format, which needs to extract the
able extract the Macho-O x86-64 header SHOULD support the old binaries Macho-O x86-64 header SHOULD support the old binaries that use the
that use the previous encodings. To make backwards compatibility simple previous encodings. To make backwards compatibility simple the following
the following regular expression may be used, which generalizes to all regular expression may be used, which generalizes to all defined
defined formats: formats:
```c ```c
regcomp(&rx, regcomp(&rx,