diff --git a/README b/README index ad99619..52043ad 100644 --- a/README +++ b/README @@ -47,12 +47,12 @@ The attributes section follows the text section. The attributes section ends with a single newline. Text including and following a hash in the attributes section will be ignoroed. -The command section follows the attributes section. The command section is +The content section follows the attributes section. The content section is run as a single argument following the invocation `$ sh -c`, like the C -standard library's system(3). Each line in the command section is preceded by -a horizontal tab, which is removed from the argument; if a line in the command +standard library's system(3). Each line in the content section is preceded by +a horizontal tab, which is removed from the argument; if a line in the content section is not preceded by a tab, the omission is considered a syntax error (a -"naked line") and menu(1) exits unsuccessfully. The command section ends with +"naked line") and menu(1) exits unsuccessfully. The content section ends with two consecutive newlines. ## POSIX systems diff --git a/examples/installation-helper b/examples/installation-helper index ffaaeba..1f42d1e 100755 --- a/examples/installation-helper +++ b/examples/installation-helper @@ -1,7 +1,7 @@ #!usr/bin/env menu $ echo Hello, world. -# ^^^ Text VVV Command +# ^^^ Text VVV Content echo Hello, world. $ cat Makefile