Skip to content

Commit b6d22e8

Browse files
committed
runtime: Use headers for examples
To provide anchors for linking [1]. [1]: https://github.com/opencontainers/runtime-spec/blob/v1.0.0-rc1/style.md#anchoring Signed-off-by: W. Trevor King <[email protected]>
1 parent 7704531 commit b6d22e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runtime.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Print the runtime version and exit.
3535
* *stderr:* The runtime MAY print diagnostic messages to stderr, and the format for those lines is not specified in this document.
3636
* *Exit code:* The runtime MUST exit with zero.
3737

38-
Example:
38+
#### Example
3939

4040
```
4141
$ funC version
@@ -59,7 +59,7 @@ Start a container from a bundle directory.
5959
For example, `LISTEN_FDS=2` would mean that the runtime MUST pass file descriptors 3 and 4 to the application process (in addition to the [standard streams][standard-streams]) to support [socket activation][systemd-listen-fds].
6060
* *Exit code:* The runtime MUST exit with the application process's exit code.
6161

62-
Example:
62+
#### Example
6363

6464
```
6565
# in a bundle directory with a process that echos "hello" and exits 42

0 commit comments

Comments
 (0)