mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
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:
parent
542a74a9dc
commit
502073b09a
|
@ -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_<interface>.
|
||||
UDP port 4791 must be open on the respective ethernet interfaces.
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue