Skip to content

Commit

Permalink
wip: long table names
Browse files Browse the repository at this point in the history
  • Loading branch information
Flandini committed Apr 22, 2024
1 parent a3fb6a2 commit 9fb808a
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions libc/docs/ctype.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Functions

* - Function
- Implemented
- C Standard
- POSIX Standard
- C23 Standard Section
- POSIX 2018 Standard Section
* - isalnum
- |check|
- 7.4.1.1
Expand Down
8 changes: 4 additions & 4 deletions libc/docs/fenv.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Macros

* - Function
- Implemented
- C Standard
- POSIX Standard
- C23 Standard Section
- POSIX 2018 Standard Section
* - FE_ALL_EXCEPT
- |check|
- 7.6.12
Expand Down Expand Up @@ -103,8 +103,8 @@ Functions

* - Function
- Implemented
- C Standard
- POSIX Standard
- C23 Standard Section
- POSIX 2018 Standard Section
* - fe_dec_getround
-
- 7.6.5.3
Expand Down
8 changes: 4 additions & 4 deletions libc/docs/signal.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Macros

* - Function
- Implemented
- C Standard
- POSIX Standard
- C23 Standard Section
- POSIX 2018 Standard Section
* - SIGABRT
- |check|
- 7.14.3
Expand Down Expand Up @@ -163,8 +163,8 @@ Functions

* - Function
- Implemented
- C Standard
- POSIX Standard
- C23 Standard Section
- POSIX 2018 Standard Section
* - kill
- |check|
-
Expand Down
8 changes: 4 additions & 4 deletions libc/docs/stdbit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Macros

* - Function
- Implemented
- C Standard
- POSIX Standard
- C23 Standard Section
- POSIX 2018 Standard Section
* - __STDC_ENDIAN_BIG__
- |check|
- 7.18.2.2
Expand Down Expand Up @@ -99,8 +99,8 @@ Functions

* - Function
- Implemented
- C Standard
- POSIX Standard
- C23 Standard Section
- POSIX 2018 Standard Section
* - stdc_bit_ceil_uc
- |check|
- 7.18.16
Expand Down
8 changes: 4 additions & 4 deletions libc/docs/threads.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Macros

* - Function
- Implemented
- C Standard
- POSIX Standard
- C23 Standard Section
- POSIX 2018 Standard Section
* - ONCE_FLAG_INIT
-
- 7.28.1.3
Expand All @@ -35,8 +35,8 @@ Functions

* - Function
- Implemented
- C Standard
- POSIX Standard
- C23 Standard Section
- POSIX 2018 Standard Section
* - call_once
- |check|
- 7.28.2.1
Expand Down
4 changes: 2 additions & 2 deletions libc/utils/docgen/docgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ def print_tbl_dir():
* - Function
- Implemented
- C Standard
- POSIX Standard"""
- C23 Standard Section
- POSIX 2018 Standard Section"""
)


Expand Down

0 comments on commit 9fb808a

Please sign in to comment.