Skip to content

Commit bd3d358

Browse files
committed
[clang-format][doc] Add the link to POSIX 2.13
1 parent 3dc0638 commit bd3d358

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

clang/docs/ClangFormat.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,9 @@ names. It has the following format:
142142
* The slash (``/``) is used as the directory separator.
143143
* A pattern is relative to the directory of the ``.clang-format-ignore`` file
144144
(or the root directory if the pattern starts with a slash).
145-
* Patterns follow the rules specified in POSIX 2.13.1, 2.13.2, and Rule 1 of
146-
2.13.3.
145+
* Patterns follow the rules specified in `POSIX 2.13.1, 2.13.2, and Rule 1 of
146+
2.13.3 <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/
147+
V3_chap02.html#tag_18_13>`_.
147148
* A pattern is negated if it starts with a bang (``!``).
148149

149150
To match all files in a directory, use e.g. ``foo/bar/*``. To match all files in

0 commit comments

Comments
 (0)