From c83ec5fdd992410ba426b7cbaedcaeb058aac717 Mon Sep 17 00:00:00 2001 From: Justine Tunney Date: Mon, 22 Jul 2024 02:28:41 -0700 Subject: [PATCH] Fix more issues --- ape/specification.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ape/specification.md b/ape/specification.md index b7f846d03fe..c88ddaa6308 100644 --- a/ape/specification.md +++ b/ape/specification.md @@ -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,