diff options
author | Christoph Anton Mitterer <mail@christoph.anton.mitterer.name> | 2021-10-07 06:00:02 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2021-10-12 13:52:22 -0600 |
commit | b0b719cea870dfe4284817a6c9668550913f07b9 (patch) | |
tree | 52d22df77bbc46d80f869f4b391ea762563d6147 /Documentation/filesystems | |
parent | ff9c3d4360dbb47f8830b021788b19d3f0f3dc03 (diff) | |
download | linux-b0b719cea870dfe4284817a6c9668550913f07b9.tar.bz2 |
docs: proc.rst: mountinfo: align columns
Signed-off-by: Christoph Anton Mitterer <mail@christoph.anton.mitterer.name>
Link: https://lore.kernel.org/r/20211007040001.103413-3-mail@christoph.anton.mitterer.name
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r-- | Documentation/filesystems/proc.rst | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/Documentation/filesystems/proc.rst b/Documentation/filesystems/proc.rst index d2542f737a0a..8d7f141c6fc7 100644 --- a/Documentation/filesystems/proc.rst +++ b/Documentation/filesystems/proc.rst @@ -1859,17 +1859,17 @@ This file contains lines of the form:: 36 35 98:0 /mnt1 /mnt2 rw,noatime master:1 - ext3 /dev/root rw,errors=continue (1)(2)(3) (4) (5) (6) (n…m) (m+1)(m+2) (m+3) (m+4) - (1) mount ID: unique identifier of the mount (may be reused after umount) - (2) parent ID: ID of parent (or of self for the top of the mount tree) - (3) major:minor: value of st_dev for files on filesystem - (4) root: root of the mount within the filesystem - (5) mount point: mount point relative to the process's root - (6) mount options: per mount options - (n…m) optional fields: zero or more fields of the form "tag[:value]" - (m+1) separator: marks the end of the optional fields - (m+2) filesystem type: name of filesystem of the form "type[.subtype]" - (m+3) mount source: filesystem specific information or "none" - (m+4) super options: per super block options + (1) mount ID: unique identifier of the mount (may be reused after umount) + (2) parent ID: ID of parent (or of self for the top of the mount tree) + (3) major:minor: value of st_dev for files on filesystem + (4) root: root of the mount within the filesystem + (5) mount point: mount point relative to the process's root + (6) mount options: per mount options + (n…m) optional fields: zero or more fields of the form "tag[:value]" + (m+1) separator: marks the end of the optional fields + (m+2) filesystem type: name of filesystem of the form "type[.subtype]" + (m+3) mount source: filesystem specific information or "none" + (m+4) super options: per super block options Parsers should ignore all unrecognised optional fields. Currently the possible optional fields are: |