From e9063644ae44da36839ea181b5448abd543cf336 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 30 Sep 2021 08:51:30 +0200 Subject: posix: Remove "RTEMS" from POSIX API group Clarify group description. Update #3706. --- cpukit/include/rtems/posix/posixapi.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cpukit/include/rtems/posix/posixapi.h b/cpukit/include/rtems/posix/posixapi.h index 122dd644e6..8d30ee21e5 100644 --- a/cpukit/include/rtems/posix/posixapi.h +++ b/cpukit/include/rtems/posix/posixapi.h @@ -28,14 +28,15 @@ #include /** - * @defgroup POSIXAPI RTEMS POSIX API + * @defgroup POSIXAPI POSIX API * * @ingroup RTEMSImpl * - * RTEMS POSIX API definitions and modules. + * @brief This group contains definitions and modules which are used to + * implement the POSIX APIs supported by RTEMS. * + * @{ */ -/**@{**/ extern const int _POSIX_Get_by_name_error_table[ 3 ]; -- cgit v1.2.3