From 8b773ed6826b8c7e82e71a1be8c6fa16670d2607 Mon Sep 17 00:00:00 2001 From: Amine Hajyoussef Date: Thu, 31 Mar 2016 09:32:28 +0100 Subject: [PATCH] =?UTF-8?q?replace=20=E2=88=92=20with=20dash(-)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/linux/chroot.md | 2 +- pages/linux/lsblk.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/linux/chroot.md b/pages/linux/chroot.md index 2abe08b23..e01eb5feb 100644 --- a/pages/linux/chroot.md +++ b/pages/linux/chroot.md @@ -8,4 +8,4 @@ - Specify user and group (ID or name) to use: -`chroot −−userspec={{user:group}}` +`chroot --userspec={{user:group}}` diff --git a/pages/linux/lsblk.md b/pages/linux/lsblk.md index 3aaaed210..ab473b134 100644 --- a/pages/linux/lsblk.md +++ b/pages/linux/lsblk.md @@ -8,20 +8,20 @@ - Also list empty devices: -`lsblk −a` +`lsblk -a` - Print the SIZE column in bytes rather than in a human-readable format: -`lsblk −b` +`lsblk -b` - Output info about filesystems: -`lsblk −f` +`lsblk -f` - Use ASCII characters for tree formatting: -`lsblk −i` +`lsblk -i` - Output info about block-device topology: -`lsblk −t` +`lsblk -t`