1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-28 02:50:16 +03:00

man: document pidns containers

This commit is contained in:
Lennart Poettering 2011-03-18 04:49:53 +01:00
parent e2130f189a
commit 28cf382a0a
2 changed files with 2 additions and 1 deletions

View File

@ -618,6 +618,7 @@
<varname>microsoft</varname>,
<varname>oracle</varname>,
<varname>xen</varname>,
<varname>pidns</varname>,
<varname>openvz</varname> to test
against a specific implementation. The
test may be negated by prepending an

View File

@ -3991,7 +3991,7 @@ int detect_container(const char **id) {
fclose(f);
if (id)
*id = "ns";
*id = "pidns";
return 1;
}