aboutsummaryrefslogtreecommitdiff
path: root/Documentation/process
diff options
context:
space:
mode:
authorGravatar Thomas Weißschuh <linux@weissschuh.net> 2023-12-20 06:02:49 +0100
committerGravatar Jonathan Corbet <corbet@lwn.net> 2024-01-03 14:25:59 -0700
commit821bd43ed555fba376e8aa38d825de6c60df90ad (patch)
tree12a9c04b0aaf1ab58c1d1f19d4726cf6567ca88d /Documentation/process
parentDocs/zh_CN: Fix the meaning of DEBUG to pr_debug() (diff)
downloadlinux-821bd43ed555fba376e8aa38d825de6c60df90ad.tar.gz
linux-821bd43ed555fba376e8aa38d825de6c60df90ad.tar.bz2
linux-821bd43ed555fba376e8aa38d825de6c60df90ad.zip
Docs: remove mentions of fdformat from util-linux
Since util-linux commit 13b26e3c36d1 ("fdformat: remove command from default build") the fdformat tool is not built anymore by default. As a result it is not packaged anymore by distributions and therefore not usable by users. Instead mention the "mount" command as more likely to be present alternative. Also drop the reference to fdformat from the list of features of new versions of util-linux. Signed-off-by: Thomas Weißschuh <linux@weissschuh.net> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20231220-docs-fdformat-v1-1-0d05279e5d83@weissschuh.net
Diffstat (limited to 'Documentation/process')
-rw-r--r--Documentation/process/changes.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/process/changes.rst b/Documentation/process/changes.rst
index 559587a89974..f18cfc01f31a 100644
--- a/Documentation/process/changes.rst
+++ b/Documentation/process/changes.rst
@@ -39,7 +39,7 @@ binutils 2.25 ld -v
flex 2.5.35 flex --version
bison 2.0 bison --version
pahole 1.16 pahole --version
-util-linux 2.10o fdformat --version
+util-linux 2.10o mount --version
kmod 13 depmod -V
e2fsprogs 1.41.4 e2fsck -V
jfsutils 1.1.3 fsck.jfs -V
@@ -213,7 +213,7 @@ Util-linux
New versions of util-linux provide ``fdisk`` support for larger disks,
support new options to mount, recognize more supported partition
-types, have a fdformat which works with 2.4 kernels, and similar goodies.
+types, and similar goodies.
You'll probably want to upgrade.
Ksymoops