summary refs log tree commit diff
path: root/nixos/modules/services/networking/rpcbind.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/networking/rpcbind.nix')
-rw-r--r--nixos/modules/services/networking/rpcbind.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/rpcbind.nix b/nixos/modules/services/networking/rpcbind.nix
index 60e78dfec51..63c4859fbd0 100644
--- a/nixos/modules/services/networking/rpcbind.nix
+++ b/nixos/modules/services/networking/rpcbind.nix
@@ -14,7 +14,7 @@ with lib;
         type = types.bool;
         default = false;
         description = lib.mdDoc ''
-          Whether to enable `rpcbind', an ONC RPC directory service
+          Whether to enable `rpcbind`, an ONC RPC directory service
           notably used by NFS and NIS, and which can be queried
           using the rpcinfo(1) command. `rpcbind` is a replacement for
           `portmap`.