diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2020-10-07 01:10:33 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2020-10-07 01:10:33 -0700 |
commit | 1bffb91568dbbdb863cc789843df6c71e75b1c21 (patch) | |
tree | 132dc7e0bd15e09f9d659586d8aa8d667ffc6be8 | |
parent | 42d289807d6fea18fb6f6bc4bc5c6dc526075eda (diff) | |
download | txr-1bffb91568dbbdb863cc789843df6c71e75b1c21.tar.gz txr-1bffb91568dbbdb863cc789843df6c71e75b1c21.tar.bz2 txr-1bffb91568dbbdb863cc789843df6c71e75b1c21.zip |
doc: out of order compat entries.
* txr.1: Fix out-of-order compatibility 247 and 242 entries.
-rw-r--r-- | txr.1 | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -75522,12 +75522,6 @@ of these version values, the described behaviors are provided if is given an argument which is equal or lower. For instance .code "-C 103" selects the behaviors described below for version 105, but not those for 102. -.IP 237 -Compatibility values of 237 or lower restore the destructive behavior of the -.code sort -and -.code shuffle -functions. .IP 242 In \*(TX 242 and older, the instantiation of an object whose type inherits from the same supertype more than once resulted in duplicate execution @@ -75536,6 +75530,12 @@ After 242, duplicate initialization is suppressed. For more information, see the section .BR "Duplicate Supertypes" . A compatibility value of 242 or lower restores the duplicate initialization behavior. +.IP 237 +Compatibility values of 237 or lower restore the destructive behavior of the +.code sort +and +.code shuffle +functions. .IP 234 In \*(TX 234 and older versions, the exception throwing functions .code throw |