nixos/beegfs: fix the build of the NixOS manual

+4 -4
+4 -4
nixos/modules/services/network-filesystems/beegfs.nix
··· 180 180 description = '' 181 181 Mount point under which the beegfs filesytem should be mounted. 182 182 If mounted manually the mount option specifing the config file is needed: 183 - cfgFile=/etc/beegfs/beegfs-client-<name>.conf 183 + cfgFile=/etc/beegfs/beegfs-client-&lt;name&gt;.conf 184 184 ''; 185 185 }; 186 186 ··· 216 216 Data directory for mgmtd. 217 217 Must not be shared with other beegfs daemons. 218 218 This directory must exist and it must be initialized 219 - with beegfs-setup-mgmtd, e.g. "beegfs-setup-mgmtd -C -p <storeDir>" 219 + with beegfs-setup-mgmtd, e.g. "beegfs-setup-mgmtd -C -p &lt;storeDir&gt;" 220 220 ''; 221 221 }; 222 222 ··· 256 256 The underlying filesystem must be mounted with xattr turned on. 257 257 This directory must exist and it must be initialized 258 258 with beegfs-setup-meta, e.g. 259 - "beegfs-setup-meta -C -s <serviceID> -p <storeDir>" 259 + "beegfs-setup-meta -C -s &lt;serviceID&gt; -p &lt;storeDir&gt;" 260 260 ''; 261 261 }; 262 262 ··· 283 283 The underlying filesystem must be mounted with xattr turned on. 284 284 This directory must exist and it must be initialized 285 285 with beegfs-setup-storage, e.g. 286 - "beegfs-setup-storage -C -s <serviceID> -i <storageTargetID> -p <storeDir>" 286 + "beegfs-setup-storage -C -s &lt;serviceID&gt; -i &lt;storageTargetID&gt; -p &lt;storeDir&gt;" 287 287 ''; 288 288 }; 289 289