nixos: citerefentry markup in lxc option descriptions

This commit is contained in:
Joachim Fasting 2015-02-25 07:50:24 +01:00
parent d375550ead
commit 0473b4ae8d

View File

@ -32,7 +32,9 @@ in
default = ""; default = "";
description = description =
'' ''
This is the system-wide LXC config. See lxc.system.conf(5). This is the system-wide LXC config. See
<citerefentry><refentrytitle>lxc.system.conf</refentrytitle>
<manvolnum>5</manvolnum></citerefentry>.
''; '';
}; };
@ -43,7 +45,8 @@ in
description = description =
'' ''
Default config (default.conf) for new containers, i.e. for Default config (default.conf) for new containers, i.e. for
network config. See lxc.container.conf(5). network config. See <citerefentry><refentrytitle>lxc.container.conf
</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
''; '';
}; };
@ -54,7 +57,9 @@ in
description = description =
'' ''
This is the config file for managing unprivileged user network This is the config file for managing unprivileged user network
administration access in LXC. See lxc-user-net(5). administration access in LXC. See <citerefentry>
<refentrytitle>lxc-user-net</refentrytitle><manvolnum>5</manvolnum>
</citerefentry>.
''; '';
}; };