]> www.infradead.org Git - users/jedix/linux-maple.git/commit
docs:process:changes: fix version command for btrfs-progs
authorNihar Chaithanya <niharchaithanya@gmail.com>
Sat, 12 Oct 2024 14:14:28 +0000 (19:44 +0530)
committerJonathan Corbet <corbet@lwn.net>
Mon, 14 Oct 2024 19:19:33 +0000 (13:19 -0600)
commit41047d53bcff9bf3f34b41889dd18648c1b7d678
tree3a08b5146725f3484563b8ce8c4b7da9f0266423
parentbe9264110e4e874622d588a75daf930539fdf6ea
docs:process:changes: fix version command for btrfs-progs

The command given in the changes.rst document to check the version of
btrfs-progs is:
-> btrfsck
which does not output the version, and according to manual page of the
btrfs-progs the command to check the version of btrfs-progs is:
-> btrfs --version

Add a fix changing the command to check the version of btrfs-progs.

Signed-off-by: Nihar Chaithanya <niharchaithanya@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20241012141425.11852-1-niharchaithanya@gmail.com
Documentation/process/changes.rst