From 7bd9be4a8452bb723e0df89ad651b93e8cc96291 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Wed, 17 Jun 2026 15:57:44 +0000 Subject: [PATCH] Fix EVENTS.Behavior column docs --- doc/src/tables/events.m4 | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/doc/src/tables/events.m4 b/doc/src/tables/events.m4 index 705c275..7bbb6e3 100644 --- a/doc/src/tables/events.m4 +++ b/doc/src/tables/events.m4 @@ -605,13 +605,13 @@ information about the event. The following list summarizes the available codes: ``sdb_arrival_a`` (Arrival at the feeding station) - A row must exist on ARRIVALS_A + A row must exist on |ARRIVALS_A| ``sdb_aggression`` (Aggression) A row must exist on |AGGRESSIONS|. -``sdb_groom_scan_a`` (Attendance SCAN interval Groomings) - A row must exist on |GROOM_SCANS_B|. +``sdb_groom_scan_a`` (attendance SCAN interval Groomings) + There is no event-specific table containing further detail. ``sdb_arrival`` (Arrival) A row must exist on |ARRIVALS|. @@ -622,6 +622,9 @@ The following list summarizes the available codes: ``sdb_grooming`` (Grooming) A row must exist on |GROOMINGS|. +``sdb_groom_scan`` (follow SCAN interval Groomings) + A row must exist on |GROOM_SCANS_B|. + ``sdb_mating`` (Mating) A row must exist on MATINGS. @@ -629,7 +632,7 @@ The following list summarizes the available codes: A row must exist on |SPECIES_PRESENT| and/or on |HUMANS|. ``sdb_pg_event`` (Pantgrunt) - A row must exist on PANTGRUNTS. + A row must exist on |PANTGRUNTS|. See :ref:`above ` for further detail regarding what related data each code requires, or is expected to have. -- 2.34.1