Skip to content

Commit

Permalink
update y, z syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay L. Gao committed Apr 9, 2024
1 parent ba404f3 commit 59e292c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gh-pages/docs/ION-Watch-Characters.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ static void ionRedirectWatchCharacters()

`x` - custody of bundle is refused

`y` - bundle is accepted upon arrival; `(nnn,sss,ccc)y`
`y` - bundle is accepted upon arrival; `(nnn,sss,tttt,ccc)y`

`z` - bundle is queued for delivery to an application; `(nnn,sss,ccc)z`
`z` - bundle is queued for delivery to an application; `(nnn,sss,tttt,ccc)z`

`~` - bundle is abandoned (discarded) on attempt to forward it; `(nnn,sss,ccc)`~

Expand Down

0 comments on commit 59e292c

Please sign in to comment.