From bc63d016abad919059c4cdeda57ffcc4b0ec3d7d Mon Sep 17 00:00:00 2001 From: Caohongtao Date: Sun, 29 Sep 2024 09:42:48 +0000 Subject: [PATCH] update some .md files Signed-off-by: Caohongtao --- doc/contribute_guide.md | 2 +- doc/demoUsageGuide/hi3093_demo_usage_guide.md | 4 ++-- doc/demoUsageGuide/raspi4_demo_usage_guide.md | 4 ++-- doc/demoUsageGuide/x86_64_demo_usage_guide.md | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/contribute_guide.md b/doc/contribute_guide.md index 9c3933d3..31d3bec4 100644 --- a/doc/contribute_guide.md +++ b/doc/contribute_guide.md @@ -472,7 +472,7 @@ Close #75 scope: { myAttr: '@', } - The removed `inject` wasn't generaly useful for directives so there should be no code using it. + The removed `inject` wasn't generally useful for directives so there should be no code using it. ``` - 关闭 Issue diff --git a/doc/demoUsageGuide/hi3093_demo_usage_guide.md b/doc/demoUsageGuide/hi3093_demo_usage_guide.md index 9fd1331d..fe9954ea 100644 --- a/doc/demoUsageGuide/hi3093_demo_usage_guide.md +++ b/doc/demoUsageGuide/hi3093_demo_usage_guide.md @@ -63,10 +63,10 @@ hi3093 示例程序在 demos/hi3093/apps/openamp 目录下,main.c 文件主要 start client os pty master fd is :4 pls open /dev/pts/1 to talk with client OS - pty_thread for uart is runnning + pty_thread for uart is running pty master fd is :5 pls open /dev/pts/2 to talk with client OS - pty_thread for console is runnning + pty_thread for console is running found matched endpoint, creating console with id:2 in host os ``` diff --git a/doc/demoUsageGuide/raspi4_demo_usage_guide.md b/doc/demoUsageGuide/raspi4_demo_usage_guide.md index ef49f922..91086382 100644 --- a/doc/demoUsageGuide/raspi4_demo_usage_guide.md +++ b/doc/demoUsageGuide/raspi4_demo_usage_guide.md @@ -63,10 +63,10 @@ raspi4 示例程序在 demos/raspi4/apps/openamp 目录下,main.c 文件主要 start client os pty master fd is :4 pls open /dev/pts/1 to talk with client OS - pty_thread for uart is runnning + pty_thread for uart is running pty master fd is :5 pls open /dev/pts/2 to talk with client OS - pty_thread for console is runnning + pty_thread for console is running found matched endpoint, creating console with id:2 in host os ``` diff --git a/doc/demoUsageGuide/x86_64_demo_usage_guide.md b/doc/demoUsageGuide/x86_64_demo_usage_guide.md index 03651a2c..2c756f55 100644 --- a/doc/demoUsageGuide/x86_64_demo_usage_guide.md +++ b/doc/demoUsageGuide/x86_64_demo_usage_guide.md @@ -87,10 +87,10 @@ number of services: 1 start client os pty master fd is :4 pls open /dev/pts/1 to talk with client OS -pty_thread for uart is runnning +pty_thread for uart is running pty master fd is :5 pls open /dev/pts/2 to talk with client OS -pty_thread for console is runnning +pty_thread for console is running found matched endpoint, creating console with id:2 in host os ``` 如上所示,接着在另一个ssh窗口中,运行screen /dev/pts/2(screen打开的窗口需要和上面第二次出现的/dev/pts/id中的id对应),在该窗口中,敲击回车即可触发demo程序。 -- Gitee