From f7b60eb9c6e3d05e104c745057e7d9c8be251733 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Tue, 2 May 2017 13:48:58 +0100 Subject: [PATCH] pvcreate: tweaks to descriptions (#1336) --- pages/linux/pvcreate.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/linux/pvcreate.md b/pages/linux/pvcreate.md index de1cfd6f9..2cccd9b90 100644 --- a/pages/linux/pvcreate.md +++ b/pages/linux/pvcreate.md @@ -1,11 +1,11 @@ # pvcreate -> Initialize a disk or partition for use by LVM (Logical Volume Manager). +> Initialize a physical volume (disk or partition) for use by the Logical Volume Manager (LVM). -- Initialize `/dev/sda1` to use lvm: +- Initialize the `/dev/sda1` volume for use by LVM: `pvcreate {{/dev/sda1}}` -- Force the creation without any confirmation: +- Force the creation without any confirmation prompts: `pvcreate --force {{/dev/sda1}}`