From 579c9413212deb80c56628a11bd36ba9bace3a22 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Thu, 22 Apr 2021 11:09:05 +0200 Subject: [PATCH] man: document fsadm -l option Missed -l option in man page, although users should prefer lvresize -r when the also want to do a volume management, as there they can specify i.e. extents for allocation. Also mention dm-crypt support in command description. --- man/fsadm.8_main | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/man/fsadm.8_main b/man/fsadm.8_main index d83e99292..dfff5bb97 100644 --- a/man/fsadm.8_main +++ b/man/fsadm.8_main @@ -25,13 +25,14 @@ fsadm \(em utility to resize or check filesystem on a device . .SH DESCRIPTION . -fsadm utility checks or resizes the filesystem on a device. +fsadm utility checks or resizes the filesystem on a device (can be +also dm-crypt encrypted device). It tries to use the same API for .BR ext2 , .BR ext3 , .BR ext4 , .BR ReiserFS -.RB and +and .BR XFS filesystem. . @@ -50,6 +51,12 @@ Bypass some sanity checks. Display the help text. . .TP +.BR -l | --lvresize +Resize also given lvm2 logical volume. More volume management +functionality is provided with complementary \fBlvresize\fP(8) and the option +.BR -r | --resizefs. +. +.TP .BR -n | --dry-run Print commands without running them. .