Skip to content

Commit 9266b23

Browse files
committed
Use RFC_2119 style for runtime_linux.md
Signed-off-by: Qiang Huang <[email protected]>
1 parent b30d97e commit 9266b23

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

runtime-linux.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Linux Runtime
22

33
## File descriptors
4-
By default, only the `stdin`, `stdout` and `stderr` file descriptors are kept open for the application by the runtime.
5-
6-
The runtime may pass additional file descriptors to the application to support features such as [socket activation](http://0pointer.de/blog/projects/socket-activated-containers.html).
74

8-
Some of the file descriptors may be redirected to `/dev/null` even though they are open.
5+
By default, only the `stdin`, `stdout` and `stderr` file descriptors are kept open for the application by the runtime.
6+
The runtime MAY pass additional file descriptors to the application to support features such as [socket activation](http://0pointer.de/blog/projects/socket-activated-containers.html).
7+
Some of the file descriptors MAY be redirected to `/dev/null` even though they are open.

0 commit comments

Comments
 (0)