linux/Documentation/RCU
Akira Yokosawa eff864590b docs/RCU/rcubarrier: Right-adjust line numbers in code snippets
Line numbers in code snippets in rcubarrier.rst have beed left adjusted
since commit 4af498306f ("doc: Convert to rcubarrier.txt to ReST").
This might have been because right adjusting them had confused Sphinx.

The rules around a literal block in reST are:

  - Need a blank line above it.
  - A line with the same indent level as the line above it is regarded
    as the end of it.

Those line numbers can be right adjusted by keeping indents at two-
digit numbers. While at it, add some spaces between the column of line
numbers and the code area for better readability.

Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
2023-01-05 11:27:56 -08:00
..
Design timers: Update the documentation to reflect on the new timer_shutdown() API 2022-11-24 15:09:12 +01:00
checklist.rst doc: Update checklist.txt 2022-10-18 14:58:50 -07:00
index.rst doc: Remove arrayRCU.rst 2022-10-18 14:58:50 -07:00
listRCU.rst doc: Update listRCU.rst 2022-10-20 11:57:19 -07:00
lockdep-splat.rst docs: RCU: Convert lockdep-splat.txt to ReST 2020-06-29 11:58:10 -07:00
lockdep.rst doc: Further updates to RCU's lockdep.rst 2023-01-03 17:27:37 -08:00
NMI-RCU.rst doc: Update NMI-RCU.rst 2023-01-03 17:27:37 -08:00
rcu_dereference.rst doc: Update rcu_dereference.rst 2023-01-03 17:27:37 -08:00
rcu.rst doc: Update rcu.rst URL to RCU publications 2023-01-05 11:27:56 -08:00
rcubarrier.rst docs/RCU/rcubarrier: Right-adjust line numbers in code snippets 2023-01-05 11:27:56 -08:00
rculist_nulls.rst doc: Update and wordsmith rculist_nulls.rst 2023-01-05 11:27:12 -08:00
rcuref.rst docs: RCU: Convert rcuref.txt to ReST 2020-06-29 11:58:11 -07:00
RTFP.txt docs: Correctly spell Stephen Hemminger's name 2021-03-15 13:53:24 -07:00
stallwarn.rst doc: Document CONFIG_RCU_CPU_STALL_CPUTIME=y stall information 2023-01-05 11:27:56 -08:00
torture.rst doc: Update torture.rst 2023-01-05 11:27:56 -08:00
UP.rst doc: Update UP.rst 2023-01-05 11:27:56 -08:00
whatisRCU.rst doc: Update whatisRCU.rst 2023-01-05 11:27:56 -08:00