From e483b19c14aab628cf8624d4f8eb2e3f6cc4bab3 Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Sun, 21 Apr 2024 11:31:54 +0100 Subject: [PATCH] Formatting correction. --- docs/pv.1.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/pv.1.md b/docs/pv.1.md index 98270d2..d020ecd 100644 --- a/docs/pv.1.md +++ b/docs/pv.1.md @@ -34,10 +34,10 @@ the expected size to **pv**: A more complicated example using numeric output to feed into the **dialog**(1) program for a full-screen progress display: -> (tar cf - . \\ \ -> \| pv -n -s \$(du -sb . \| awk \'{print \$1}\') \\ \ -> \| gzip -9 \> out.tgz) 2\>&1 \\ \ -> \| dialog \--gauge \'Progress\' 7 70 \ +> ** (tar cf - . \\ ** \ +> ** \| pv -n -s \$(du -sb . \| awk \'{print \$1}\') \\ ** \ +> ** \| gzip -9 \> out.tgz) 2\>&1 \\ ** \ +> ** \| dialog \--gauge \'Progress\' 7 70** Taking an image of a disk, skipping errors: