From 94b37fafb62748e6df0d7902b36092f3966c6c94 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Sun, 15 Jun 2025 23:31:46 -0500 Subject: [PATCH] Fix heading levels in filters documentation --- modules/database/src/std/filters/filters.dbd.pod | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/modules/database/src/std/filters/filters.dbd.pod b/modules/database/src/std/filters/filters.dbd.pod index 5f727a959..fa3fd8bd3 100644 --- a/modules/database/src/std/filters/filters.dbd.pod +++ b/modules/database/src/std/filters/filters.dbd.pod @@ -112,7 +112,7 @@ express that space character as an escaped character C<\x20> or C<\u0020> inside a quoted string, otherwise the space will mark the end of the channel name to the link parsing code inside the IOC. -=head4 Example Filters +=head3 Example Filters Given a record called C the following would all apply a channel filter C to the VAL field of that record, giving the filter two numeric @@ -230,7 +230,9 @@ This filter is used for two purposes: =head4 Parameters -=head4 No parameters (an empty pair of braces) +=over + +=item No parameters (an empty pair of braces) Retrieve the record value as normal, but replace the timestamp with the time the value was fetched (or an update was sent). This is useful for clients that can't @@ -239,7 +241,7 @@ indicates when the record last processed, which could have been days or even weeks ago for some records, or set to the EPICS epoch if the record has never processed. -=head4 Numeric type C<"num"> +=item Numeric type C<"num"> The following values are accepted for this parameter: @@ -262,7 +264,7 @@ The following values are accepted for this parameter: Note that C cannot be transferred over Channel Access; in that case, the value will be converted to C. -=head4 String type C<"str"> +=item String type C<"str"> The following values are accepted for this parameter: @@ -275,7 +277,7 @@ The following values are accepted for this parameter: =back -=head4 Epoch adjustment C<"epoch"> +=item Epoch adjustment C<"epoch"> The following values are accepted for this parameter: @@ -288,6 +290,8 @@ The following values are accepted for this parameter: =back +=back + =head4 Examples Hal$ caget -a 'test:invalid_ts.{"ts":{}}'