From e7436fdb791335a978f9c0c489996f7096560c2d Mon Sep 17 00:00:00 2001 From: Ayman Bagabas Date: Thu, 26 Oct 2023 16:14:14 -0400 Subject: [PATCH] doc: update ssh_adapter.md - Remove duplicate invalid definition of `error-message` - Fix typo `status-error-response` --- docs/proposals/ssh_adapter.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/proposals/ssh_adapter.md b/docs/proposals/ssh_adapter.md index 9248985a..d91c6ffb 100644 --- a/docs/proposals/ssh_adapter.md +++ b/docs/proposals/ssh_adapter.md @@ -147,7 +147,6 @@ batch-response = status-command (*batch-oid-line | error-message) flush-pkt batch-oid-line = PKT-LINE(oid size action *(key=[value]) LF) -error-message = PKT-LINE("message " data LF) ``` If the status command is successful (that is, the status is not 200-series @@ -204,7 +203,7 @@ status-success-response = status-success-command flush-pkt status-success-command = PKT-LINE("status 200" LF) binary-data = *PKT-LINE(data) -status-error-response = status-error-response +status-error-response = status-error-command *argument delim-pkt error-message