From e8ba19e0eee25cbaf694e0472ea0c266be69a3c3 Mon Sep 17 00:00:00 2001 From: Christopher Friedt Date: Fri, 22 Dec 2023 17:48:28 -0500 Subject: [PATCH] docs: posix: aep: correct some typos * use _POSIX_AEP_REALTIME_DEDICATED instead of CONTROLLER * use _POSIX_AEP_REALTIME_DEDICATED instead of MINIMAL in comment Signed-off-by: Christopher Friedt --- doc/services/portability/posix/aep/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/services/portability/posix/aep/index.rst b/doc/services/portability/posix/aep/index.rst index 857635c103116e..30b3e517cd51ce 100644 --- a/doc/services/portability/posix/aep/index.rst +++ b/doc/services/portability/posix/aep/index.rst @@ -122,13 +122,13 @@ Realtime Controller System Profile (PSE52) Dedicated Realtime System Profile (PSE53) ========================================= -.. Conforming implementations shall define _POSIX_AEP_REALTIME_MINIMAL to the value 200312L +.. Conforming implementations shall define _POSIX_AEP_REALTIME_DEDICATED to the value 200312L .. csv-table:: PSE53 System Interfaces :header: Symbol, Support, Remarks :widths: 50, 10, 50 - _POSIX_AEP_REALTIME_CONTROLLER, -1, + _POSIX_AEP_REALTIME_DEDICATED, -1, .. csv-table:: PSE53 Option Groups :header: Symbol, Support, Remarks