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 | acf39f8972db8171e4be60fc569f325fce64458f (patch) | |
tree | 132dc7e0bd15e09f9d659586d8aa8d667ffc6be8 /txr.1 | |
parent | 21b091d97ab4683aeb8ae1e12f9bb0814cbaebd9 (diff) | |
download | txr-acf39f8972db8171e4be60fc569f325fce64458f.tar.gz txr-acf39f8972db8171e4be60fc569f325fce64458f.tar.bz2 txr-acf39f8972db8171e4be60fc569f325fce64458f.zip |
doc: out of order compat entries.
* txr.1: Fix out-of-order compatibility 247 and 242 entries.
Diffstat (limited to 'txr.1')
-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 |