]> Git Repo - linux.git/commitdiff
docs: proc.rst: fix indentation warning
authorRandy Dunlap <[email protected]>
Tue, 23 Feb 2021 06:04:18 +0000 (22:04 -0800)
committerJonathan Corbet <[email protected]>
Thu, 25 Feb 2021 20:11:00 +0000 (13:11 -0700)
Fix indentation snafu in proc.rst as reported by Stephen.

next-20210219/Documentation/filesystems/proc.rst:697: WARNING: Unexpected indentation.

Fixes: 93ea4a0b8fce ("Documentation: proc.rst: add more about the 6 fields in loadavg")
Reported-by: Stephen Rothwell <[email protected]>
Signed-off-by: Randy Dunlap <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: [email protected]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jonathan Corbet <[email protected]>
Documentation/filesystems/proc.rst

index 604567813482d2e53898c13fd4440ad987981a2c..48fbfc336ebfd420ac37d27064e2eaa787b48371 100644 (file)
@@ -694,7 +694,7 @@ files are there, and which are missing.
                 All fields are separated by one space except "number of
                 processes currently runnable" and "total number of processes
                 in system", which are separated by a slash ('/'). Example:
-                  0.61 0.61 0.55 3/828 22084
+                0.61 0.61 0.55 3/828 22084
  locks        Kernel locks
  meminfo      Memory info
  misc         Miscellaneous
This page took 0.065574 seconds and 4 git commands to generate.