summaryrefslogtreecommitdiffstats
path: root/nixos/modules
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2020-04-05 15:30:08 +0200
committerFlorian Klink <flokli@flokli.de>2020-04-05 15:30:08 +0200
commit502073b09a2508cdddc1ade870d3716e0b5d09a8 (patch)
tree39f176442ff102816630b701479bb90f1b5f89bc /nixos/modules
parent542a74a9dc77ec20a3996088b15b38b83d3bba31 (diff)
nixos/rxe: fix option description
This caused an opening xml tag in our docbook pipeline and failed the manual build.
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/networking/rxe.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/rxe.nix b/nixos/modules/services/networking/rxe.nix
index fbec62728c0e..c7d174a00de2 100644
--- a/nixos/modules/services/networking/rxe.nix
+++ b/nixos/modules/services/networking/rxe.nix
@@ -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.
'';
};