From 77c1bfbf02cbf1e2d8782baa5d49df8d6ab9f4b6 Mon Sep 17 00:00:00 2001 From: Stefan Rueger Date: Mon, 26 Jun 2023 00:51:41 +0100 Subject: [PATCH] Update documentation --- src/avrdude.1 | 2 +- src/doc/avrdude.texi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/avrdude.1 b/src/avrdude.1 index 5c1638ed..628de2df 100644 --- a/src/avrdude.1 +++ b/src/avrdude.1 @@ -1070,7 +1070,7 @@ items is ignored to facilitate copy & paste of lists. The start address .Ar addr may be omitted if the size of the memory being written to is -1 byte in size. +one byte. .It Ar write memory addr len data[,] {data[,]} ... The ellipsis ... form writes the data to the entire memory intervall addressed by .Ar addr len diff --git a/src/doc/avrdude.texi b/src/doc/avrdude.texi index d2f74921..3418b57c 100644 --- a/src/doc/avrdude.texi +++ b/src/doc/avrdude.texi @@ -2182,7 +2182,7 @@ and paste of lists. @item write @var{memory} @var{addr} @var{data} The start address @code{addr} may be omitted if the size of the memory -being written to is 1 byte in size. +being written to is one byte. @item write @var{memory} @var{addr} @var{len} @var{data[,]} @var{@{data[,]@}} @dots{} The ellipsis @dots{} form writes the data to the entire memory intervall