From c1eef09537e8ef2751d2ffef48d262f8c334dceb Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Tue, 16 Jun 2026 22:03:16 +0000 Subject: [PATCH] Add explanitory text before each detailed warning description --- doc/src/tables/arrivals_a.m4 | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/doc/src/tables/arrivals_a.m4 b/doc/src/tables/arrivals_a.m4 index b76e380..d7c67a7 100644 --- a/doc/src/tables/arrivals_a.m4 +++ b/doc/src/tables/arrivals_a.m4 @@ -30,23 +30,32 @@ ARRIVALS_A |ARRIVALS_A_summary| +Females should not be assigned the swelling code reserved for males +(and individuals of unknown sex). The system will generate a warning if the ``sdb_male_swelling`` code is assigned to a female, an individual with a |BIOGRAPHY_DATA|.\ |BIOGRAPHY_DATA.Sex| value of ``sdb_female``. +Males (and individuals of unknown sex) should always be assigned the +swelling code reserved for them. The system will generate a warning if any code other than the ``sdb_male_swelling`` code is assigned to an individual who is not a female, an individual with a |BIOGRAPHY_DATA|.\ |BIOGRAPHY_DATA.Sex| value that is not ``sdb_female``. -Except for the unknown female individuals, those with a -|BIOGRAPHY_DATA|.\ |BIOGRAPHY_DATA.AnimID| of ``sdb_stranger_female``, -or ``sdb_stranger_female2``, or ``sdb_stranger_female3``, the system -will generate a warning if the ``sdb_adolescent_swelling`` code is -assigned to a female less than ``sdb_min_adolescent_age`` -sdb_min_adolescent_age_units old or more than -``sdb_max_adolescent_age`` sdb_max_adolescent_age_units old. - +The system will generate a warning when females that are not +adolescent are assigned a code that indicates an adolescent swelling. +This means that, except for the unknown female individuals, those with +a |BIOGRAPHY_DATA|.\ |BIOGRAPHY_DATA.AnimID| of +``sdb_stranger_female``, or ``sdb_stranger_female2``, or +``sdb_stranger_female3``, the system will generate a warning if the +``sdb_adolescent_swelling`` code is assigned to a female less than +``sdb_min_adolescent_age`` sdb_min_adolescent_age_units old or more +than ``sdb_max_adolescent_age`` sdb_max_adolescent_age_units old. + +The system will generate a warning if females that are not yet +adolescent, or so old that menopause is almost assured, are assigned codes +that indicate adult female swelling. Except for the unknown female individuals, those with a |BIOGRAPHY_DATA|.\ |BIOGRAPHY_DATA.AnimID| of ``sdb_stranger_female``, or ``sdb_stranger_female2``, or ``sdb_stranger_female3``, the system -- 2.34.1