From 1b66ca8aee30cd076e617f51ac542640d2d0fc61 Mon Sep 17 00:00:00 2001 From: Guillaume Bernard <49333734+guilieb@users.noreply.github.com> Date: Mon, 20 Nov 2023 19:30:31 +0100 Subject: [PATCH] lvextend: fix typo, update link (#11553) * fix: Update lvextend.md, missing + * lvextend: update link --------- Co-authored-by: K.B.Dharun Krishna --- pages/linux/lvextend.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/linux/lvextend.md b/pages/linux/lvextend.md index 8948df2c4..5b97b0e80 100644 --- a/pages/linux/lvextend.md +++ b/pages/linux/lvextend.md @@ -2,7 +2,7 @@ > Increase the size of a logical volume. > See also: `lvm`. -> More information: . +> More information: . - Increase a volume's size to 120 GB: @@ -14,4 +14,4 @@ - Increase a volume's size to 100% of the free physical volume space: -`lvextend --size {{100}}%FREE {{logical_volume}}` +`lvextend --size +{{100}}%FREE {{logical_volume}}`