From 3a0d0aa004738d684288996fea5af23335f63c7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Etzkorn=20=E6=98=8E=E5=87=AF?= <88842659+michael-etzkorn@users.noreply.github.com> Date: Thu, 9 Sep 2021 12:39:58 -0500 Subject: [PATCH 1/2] Correction to TLFragmenter argument documentation Argument is `holdFirstDeny`. Documentation references `holdFirstDenied`. --- docs/TileLink-Diplomacy-Reference/Widgets.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/TileLink-Diplomacy-Reference/Widgets.rst b/docs/TileLink-Diplomacy-Reference/Widgets.rst index 4a4bce7d..1fd13efa 100644 --- a/docs/TileLink-Diplomacy-Reference/Widgets.rst +++ b/docs/TileLink-Diplomacy-Reference/Widgets.rst @@ -178,7 +178,7 @@ transactions. - ``EarlyAck.PutFulls`` - acknowledge on first beat if PutFull, otherwise acknowledge on last beat. - ``EarlyAck.None`` - always acknowledge on last beat. - - ``holdFirstDenied: Boolean`` - (optional) Allow the Fragmenter to unsafely combine multibeat Gets by taking the first denied for the whole burst. (default: false) + - ``holdFirstDeny: Boolean`` - (optional) Allow the Fragmenter to unsafely combine multibeat Gets by taking the first denied for the whole burst. (default: false) **Example Usage:** From 6c61645d3cdbf5f5627e72c204011cf32de42aef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Etzkorn=20=E6=98=8E=E5=87=AF?= <88842659+michael-etzkorn@users.noreply.github.com> Date: Thu, 9 Sep 2021 12:41:40 -0500 Subject: [PATCH 2/2] Update VCU118 Docs Grammar "from the expert menu" is modifying the command noun not the verb "zap" --- docs/Prototyping/VCU118.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Prototyping/VCU118.rst b/docs/Prototyping/VCU118.rst index a30c4fff..4c236e25 100644 --- a/docs/Prototyping/VCU118.rst +++ b/docs/Prototyping/VCU118.rst @@ -110,7 +110,7 @@ The 1st partition will be used to store the Linux binary (created with FireMarsh Additionally, these instructions assume you are using Linux with ``sudo`` privileges and ``gdisk``, but you can follow a similar set of steps on Mac (using ``gpt`` or another similar program). 1. Wipe the GPT on the card using ``gdisk``. - Use the `z` command to zap everything from the expert menu (opened with 'x', closed with 'm'). + Use the `z` command from the expert menu (opened with 'x', closed with 'm') to zap everything. For rest of these instructions, we assume the SDCard path is ``/dev/sdc`` (replace this with the path to your SDCard). .. code-block:: shell