nixos/rxe: fix option description

This caused an opening xml tag in our docbook pipeline and failed the
manual build.
This commit is contained in:
Florian Klink 2020-04-05 15:30:08 +02:00
parent 542a74a9dc
commit 502073b09a

View file

@ -17,7 +17,7 @@ in {
example = [ "eth0" ];
description = ''
Enable RDMA on the listed interfaces. The corresponding virtual
RDMA interfaces will be named rxe_<interface>.
RDMA interfaces will be named rxe_&lt;interface&gt;.
UDP port 4791 must be open on the respective ethernet interfaces.
'';
};