[libc-commits] [libc] 8725dc5 - [libc][docs] Use same formatting for headers in source_layout

Alex Brachet via libc-commits libc-commits at lists.llvm.org
Mon May 23 14:48:12 PDT 2022


Author: Alex Brachet
Date: 2022-05-23T21:47:22Z
New Revision: 8725dc5e2f73e94740e9e74744074cb026bb607b

URL: https://github.com/llvm/llvm-project/commit/8725dc5e2f73e94740e9e74744074cb026bb607b
DIFF: https://github.com/llvm/llvm-project/commit/8725dc5e2f73e94740e9e74744074cb026bb607b.diff

LOG: [libc][docs] Use same formatting for headers in source_layout

utils looks different from the other directory names
in the docs, see
https://libc.llvm.org/source_layout.html#the-utils-directory

Differential revision: https://reviews.llvm.org/D126211

Added: 
    

Modified: 
    libc/docs/source_layout.rst

Removed: 
    


################################################################################
diff  --git a/libc/docs/source_layout.rst b/libc/docs/source_layout.rst
index a767239bbe43a..960a060d9b7b7 100644
--- a/libc/docs/source_layout.rst
+++ b/libc/docs/source_layout.rst
@@ -84,8 +84,8 @@ toplevel ``libc`` directory itself. A test for, say the ``mmap`` function, lives
 in the directory ``test/src/sys/mman/`` as implementation of ``mmap`` lives in
 ``src/sys/mman``.
 
-The `utils` directory
----------------------
+The ``utils`` directory
+-----------------------
 
 This directory contains utilities used by other parts of the llvm-libc system.
 See the `README` files, in the sub-directories within this directory, to learn


        


More information about the libc-commits mailing list