From 634691b3a3ad6fc4a5f5b28b43387f200df57ade Mon Sep 17 00:00:00 2001 From: debghs <145260557+debghs@users.noreply.github.com> Date: Thu, 3 Oct 2024 15:19:20 +0530 Subject: [PATCH] mkfs: fix placeholder in Hindi translation (#13958) --- pages.hi/linux/mkfs.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages.hi/linux/mkfs.md b/pages.hi/linux/mkfs.md index 9b00c760c091ab..4a25d59b560f4c 100644 --- a/pages.hi/linux/mkfs.md +++ b/pages.hi/linux/mkfs.md @@ -6,12 +6,12 @@ - एक पार्टीशन पर लिनक्स ext2 फाइल सिस्टम बनाएं: -`mkfs {{path/to/partition}}` +`mkfs {{पार्टीशन/का/पथ}}` - निर्दिष्ट प्रकार का फाइल सिस्टम बनाएं: -`mkfs -t {{ext4}} {{path/to/partition}}` +`mkfs -t {{ext4}} {{पार्टीशन/का/पथ}}` - निर्दिष्ट प्रकार का फाइल सिस्टम बनाएं और खराब ब्लॉक्स के लिए जांच करें: -`mkfs -c -t {{ntfs}} {{path/to/partition}}` +`mkfs -c -t {{ntfs}} {{पार्टीशन/का/पथ}}`