dd.1: fix - ubase - suckless linux base utils
(HTM) git clone git://git.suckless.org/ubase
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit a46944add9146303500834b2c5d336694bd04a72
(DIR) parent 363ac4676685a3e562656a0e5f16e6a5a02e0490
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Mon, 2 Feb 2015 19:54:00 +0100
dd.1: fix
Diffstat:
M dd.1 | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/dd.1 b/dd.1
@@ -21,7 +21,7 @@ the
option.
.Sh OPTIONS
.Bl -tag -width Ds
-.It Ar bs Op Ar [=N]
+.It Ar bs Ns Op Ar =N
If
.Ar bs
is not specified, the default blocksize is 64kB. If
@@ -59,5 +59,6 @@ Seek
blocks from the beginning of the output before copying.
.It Ar skip=N
Skip
-.Ar N blocks from the beginning of the input before copying.
+.Ar N
+blocks from the beginning of the input before copying.
.El