summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2021-10-08 20:58:41 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2021-10-13 19:43:07 +0100
commitb61f72f4bbe8fa9d1371b26a0a86738c6e62a8c3 (patch)
treead721c07db655893b8dc879d65bd2302de4abd3e
parentbcf9975fa19050e07d6724992a75ebde4b0156c5 (diff)
downloadsubplot-b61f72f4bbe8fa9d1371b26a0a86738c6e62a8c3.tar.gz
examples: Fix up absolute paths on echo example
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
-rw-r--r--examples/echo/echo.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/echo/echo.md b/examples/echo/echo.md
index 8bf5405..f7a43b3 100644
--- a/examples/echo/echo.md
+++ b/examples/echo/echo.md
@@ -12,14 +12,14 @@ Introduction
**echo**(1) is a Unix command line tool, which writes its command line
arguments to the standard output. This is a simple acceptance test
-suite for the `/bin/echo` implementation.
+suite for the `echo` implementation.
For more information, see [@foo2020].
No arguments
=============================================================================
-Run `/bin/echo` without arguments.
+Run `echo` without arguments.
```scenario
when user runs echo without arguments
@@ -31,7 +31,7 @@ then standard error is empty
Hello, world
=============================================================================
-This scenario runs `/bin/echo` to produce the output "hello, world".
+This scenario runs `echo` to produce the output "hello, world".
```scenario
when user runs echo with arguments hello, world