From 14b3293d94a1997d0d95dc5b03317c13b3854881 Mon Sep 17 00:00:00 2001 From: Karthikeyan Krishnasamy Date: Wed, 14 Aug 2024 16:25:07 +0530 Subject: [PATCH] doc: posix: mark rmdir and remove as supported Mark POSIX API rmdir and remove as supported in POSIX options group Documentation Signed-off-by: Karthikeyan Krishnasamy --- doc/services/portability/posix/option_groups/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/services/portability/posix/option_groups/index.rst b/doc/services/portability/posix/option_groups/index.rst index ad809cd44d9..588ac907bd7 100644 --- a/doc/services/portability/posix/option_groups/index.rst +++ b/doc/services/portability/posix/option_groups/index.rst @@ -242,10 +242,10 @@ Enable this option group with :kconfig:option:`CONFIG_POSIX_FILE_SYSTEM`. opendir(), yes pathconf(), readdir(), yes - remove(), + remove(), yes rename(), yes rewinddir(), - rmdir(), + rmdir(), yes stat(), yes statvfs(), tmpfile(),