From 9266b239f7a8144dfcf0cb63a5733989bd13d2f1 Mon Sep 17 00:00:00 2001 From: Qiang Huang Date: Tue, 24 May 2016 14:43:30 +0800 Subject: [PATCH] Use RFC_2119 style for runtime_linux.md Signed-off-by: Qiang Huang --- runtime-linux.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/runtime-linux.md b/runtime-linux.md index 36277a19d..944d62ce9 100644 --- a/runtime-linux.md +++ b/runtime-linux.md @@ -1,8 +1,7 @@ # Linux Runtime ## File descriptors -By default, only the `stdin`, `stdout` and `stderr` file descriptors are kept open for the application by the runtime. - -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). -Some of the file descriptors may be redirected to `/dev/null` even though they are open. +By default, only the `stdin`, `stdout` and `stderr` file descriptors are kept open for the application by the runtime. +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). +Some of the file descriptors MAY be redirected to `/dev/null` even though they are open.