| 21 | | Instead of trying to add a suffix-like string ".area", it should try to add a parenthesized string " (area)" if the substring "area" is not already present in the .owner element. |
| | 21 | If the area in being created outside of ring 0 using get_temp_segment_ subroutine then the .owner field is stored as a comment in get_temp_segments_ info block describing each temporary segment that is being managed. If get_temp_segment_ is used, then... |
| | 22 | |
| | 23 | - this code should determine length of the area_info.owner field by looking for the last non-SPace character. |
| | 24 | |
| | 25 | - this code should try to add a parenthesized string " (area)" if the substring "area" is not already present in the full area_info.owner element. |