From a37445e9c80f555acee3a71f7c08f778c1136800 Mon Sep 17 00:00:00 2001 From: Anthony McCaigue Date: Mon, 15 Jan 2024 08:39:52 +0000 Subject: [PATCH] [2024-01-15 08:39:21] Nick Allott: Terminology [2024-01-15 08:39:21] Nick Allott: Terminology --- packages/docusaurus/docs/build5-docs/10-intro.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/packages/docusaurus/docs/build5-docs/10-intro.md b/packages/docusaurus/docs/build5-docs/10-intro.md index 03e8155f..28015878 100644 --- a/packages/docusaurus/docs/build5-docs/10-intro.md +++ b/packages/docusaurus/docs/build5-docs/10-intro.md @@ -352,9 +352,9 @@ sequenceDiagram participant device participant router participant registrar - participant external-sources + participant external - external-sources -)registrar: 6.0 attempt connection + external -)registrar: 6.0 attempt connection registrar-)router: 6.1 attempt connection alt CMD to device @@ -370,7 +370,7 @@ sequenceDiagram router->>registrar: 6.4 respond with status - router->>external-sources: 6.5 respond with status + router->>external : 6.5 respond with status @@ -387,6 +387,7 @@ For the full detail of the continuous assurance process, see reference document [^rfc8995]: https://datatracker.ietf.org/doc/rfc8995/ + [^FRIEL]: https://ftp.kaist.ac.kr/ietf/draft-friel-brski-over-802dot11-00.txt [^EMU]: https://datatracker.ietf.org/doc/draft-richardson-emu-eap-onboarding/ \ No newline at end of file