From d1f4342a740d7613cd4f881a1a571455dbe584ea Mon Sep 17 00:00:00 2001 From: Adam Herst Date: Wed, 24 Mar 2021 16:59:31 -0400 Subject: [PATCH] pvdisplay: change references to block devices Use the new notation that has been approved but not merged into the style guide. --- pages/linux/pvdisplay.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/linux/pvdisplay.md b/pages/linux/pvdisplay.md index 22a21eefe..292ac5335 100644 --- a/pages/linux/pvdisplay.md +++ b/pages/linux/pvdisplay.md @@ -8,6 +8,6 @@ `sudo pvdisplay` -- Display information about the physical volume on `/dev/sda1`: +- Display information about the physical volume on drive `/dev/sdXY`: -`sudo pvdisplay {{/dev/sda1}}` +`sudo pvdisplay {{/dev/sdXY}}`