diff options
author | Thorsten Blum <thorsten.blum@toblux.com> | 2024-02-05 03:01:17 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2024-02-05 20:24:54 +0300 |
commit | 40be2369dc0ee803b2bacf32471472604a948b88 (patch) | |
tree | f3d40a10d79668be9dcb5948820848a82cf50886 /Documentation/process/changes.rst | |
parent | 185ea7676ef3220de1ee90f288df3601f83afda0 (diff) | |
download | linux-40be2369dc0ee803b2bacf32471472604a948b88.tar.xz |
Documentation: multiple .rst files: Fix grammar and more consistent formatting
sphinx.rst:
- Remove unnecessary newline
- Fix grammar s/on/in/
- Fix grammar s/check/checks/
- Capitalize heading "The C domain"
changes.rst:
- Remove colon after "pahole" to be consistent with other entries
howto.rst:
- Fix grammar s/you will/will you/
- Hyphenate "real-world problems"
Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20240205000117.3285-1-thorsten.blum@toblux.com
Diffstat (limited to 'Documentation/process/changes.rst')
-rw-r--r-- | Documentation/process/changes.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/process/changes.rst b/Documentation/process/changes.rst index 50b3d1cb1115..4c1552160321 100644 --- a/Documentation/process/changes.rst +++ b/Documentation/process/changes.rst @@ -144,8 +144,8 @@ Bison Since Linux 4.16, the build system generates parsers during build. This requires bison 2.0 or later. -pahole: -------- +pahole +------ Since Linux 5.2, if CONFIG_DEBUG_INFO_BTF is selected, the build system generates BTF (BPF Type Format) from DWARF in vmlinux, a bit later from kernel |