From: Hennie Botha <42469385+theHenMan@users.noreply.github.com> Date: Wed, 31 May 2023 06:45:25 +0000 (+0200) Subject: Update fsck.8.adoc X-Git-Tag: v2.40-rc1~420^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=565eae0cf4f96e60881888e79cd6c66a19c5209c;p=thirdparty%2Futil-linux.git Update fsck.8.adoc Typo --- diff --git a/disk-utils/fsck.8.adoc b/disk-utils/fsck.8.adoc index 803bd74556..976e7ff08d 100644 --- a/disk-utils/fsck.8.adoc +++ b/disk-utils/fsck.8.adoc @@ -20,7 +20,7 @@ fsck - check and repair a Linux filesystem == DESCRIPTION -*fsck* is used to check and optionally repair one or more Linux filesystems. _filesystem_ can be a device name (e.g., _/dev/hdc1_, _/dev/sdb2_), a mount point (e.g., _/_, _/usr_, _/home_), or an filesystem label or UUID specifier (e.g., UUID=8868abf6-88c5-4a83-98b8-bfc24057f7bd or LABEL=root). Normally, the *fsck* program will try to handle filesystems on different physical disk drives in parallel to reduce the total amount of time needed to check all of them. +*fsck* is used to check and optionally repair one or more Linux filesystems. _filesystem_ can be a device name (e.g., _/dev/hdc1_, _/dev/sdb2_), a mount point (e.g., _/_, _/usr_, _/home_), or a filesystem label or UUID specifier (e.g., UUID=8868abf6-88c5-4a83-98b8-bfc24057f7bd or LABEL=root). Normally, the *fsck* program will try to handle filesystems on different physical disk drives in parallel to reduce the total amount of time needed to check all of them. If no filesystems are specified on the command line, and the *-A* option is not specified, *fsck* will default to checking filesystems in _/etc/fstab_ serially. This is equivalent to the *-As* options.