diff --git a/libc/docs/index.rst b/libc/docs/index.rst index 0d72c1651457d0..7655cb9ccd7116 100644 --- a/libc/docs/index.rst +++ b/libc/docs/index.rst @@ -66,7 +66,7 @@ stages there is no ABI stability in any form. strings stdio stdbit - search + libc_search .. toctree:: :hidden: diff --git a/libc/docs/search.rst b/libc/docs/libc_search.rst similarity index 95% rename from libc/docs/search.rst rename to libc/docs/libc_search.rst index 4233bfa8a71972..ff6a41911d3d60 100644 --- a/libc/docs/search.rst +++ b/libc/docs/libc_search.rst @@ -8,7 +8,7 @@ Search Tables Source Location --------------- -- The main source for bitwise utility functions is located at: +- The main source for search functions is located at: ``libc/src/search``. - Hashtable implementation is located at: diff --git a/libc/docs/stdbit.rst b/libc/docs/stdbit.rst index 2dd91107dcc456..4f242d21f8b842 100644 --- a/libc/docs/stdbit.rst +++ b/libc/docs/stdbit.rst @@ -5,7 +5,7 @@ Bitwise Utility Functions .. include:: check.rst --------------- -Source location +Source Location --------------- - The main source for bitwise utility functions is located at: