From cd795c1b3bc8aad214c008cdd858e48d7829614e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=AD=20Bol=C3=ADvar?= Date: Thu, 16 Apr 2020 07:45:05 -0700 Subject: [PATCH] doc: release-notes-2.3: kernel deprecation fixups MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use :option: to generate a link and fix a typo. Signed-off-by: Martí Bolívar --- doc/releases/release-notes-2.3.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/releases/release-notes-2.3.rst b/doc/releases/release-notes-2.3.rst index 0ff6bd8177..e2695bece5 100644 --- a/doc/releases/release-notes-2.3.rst +++ b/doc/releases/release-notes-2.3.rst @@ -44,8 +44,8 @@ Deprecated in this release * All timeout values are now encapsulated k_timeout_t opaque structure when passing them to the kernel. If you want to revert to the previous s32_t - type for the timeout parameter pleae enable the - CONFIG_LEGACY_TIMEOUT_API Kconfig option + type for the timeout parameter, please enable + :option:`CONFIG_LEGACY_TIMEOUT_API` * Bluetooth