From b61f72f4bbe8fa9d1371b26a0a86738c6e62a8c3 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 8 Oct 2021 20:58:41 +0100 Subject: examples: Fix up absolute paths on echo example Signed-off-by: Daniel Silverstone --- examples/echo/echo.md | 6 +++--- 1 file 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 -- cgit v1.2.1