From b18b590b2cf9cc1d41bae798a36bcc29a07808f8 Mon Sep 17 00:00:00 2001 From: parazyd Date: Sat, 15 Oct 2016 10:36:37 +0200 Subject: [PATCH] fix typo in creating_wrappers(7) --- doc/creating_wrappers.7.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/creating_wrappers.7.md b/doc/creating_wrappers.7.md index 64004ba..76a3da3 100644 --- a/doc/creating_wrappers.7.md +++ b/doc/creating_wrappers.7.md @@ -47,7 +47,7 @@ the [zuper](https://github.com/dyne/zuper) zsh library. just to be safe. * `$size` - This variable will hold the value in MB for `dd` to know how many zeroes it + This variable will hold the value in MiB for `dd` to know how many zeroes it should put in the raw image. ex: `size=1337`