diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-02-20 21:27:10 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-02-20 21:27:10 -0800 |
commit | 5795f6ea8af37faf9f10b64cffa05bdff225d484 (patch) | |
tree | 77cc68a7942c3b1b35daae1c2fe51c2c0c2f1f79 | |
parent | fd668f87d178a5e2aab256a0d347bd802af4b1a4 (diff) | |
download | txr-5795f6ea8af37faf9f10b64cffa05bdff225d484.tar.gz txr-5795f6ea8af37faf9f10b64cffa05bdff225d484.tar.bz2 txr-5795f6ea8af37faf9f10b64cffa05bdff225d484.zip |
doc: clarification in cptr-int.
* txr.1: Remove unclear pronoun in remark about addressing
structure.
-rw-r--r-- | txr.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -58285,8 +58285,8 @@ The function converts .meta integer into a pointer in a system-specific way -which is consistent with its addressing structure. Then it returns that -pointer contained in a +which is consistent with the system's addressing structure. Then it returns +that pointer contained in a .code cptr object. |