lvextend: fix typo, update link (#11553)

* fix: Update lvextend.md, missing +

* lvextend: update link

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
pull/23/head
Guillaume Bernard 2023-11-20 19:30:31 +01:00 committed by GitHub
parent 9e19d0de84
commit 1b66ca8aee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
> Increase the size of a logical volume.
> See also: `lvm`.
> More information: <https://man7.org/linux/man-pages/man8/lvextend.8.html>.
> More information: <https://manned.org/lvextend.8>.
- 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}}`