diff --git a/nixos/modules/tasks/filesystems/nfs.nix b/nixos/modules/tasks/filesystems/nfs.nix
index e454eca3a0e..f3b3470cd12 100644
--- a/nixos/modules/tasks/filesystems/nfs.nix
+++ b/nixos/modules/tasks/filesystems/nfs.nix
@@ -38,15 +38,17 @@ in
default = null;
example = 4000;
description = ''
- Use fixed port for rpc.statd, useful if NFS server is behind firewall.
+ Use a fixed port for rpc.statd. This is
+ useful if the NFS server is behind a firewall.
'';
};
lockdPort = mkOption {
default = null;
example = 4001;
description = ''
- Use fixed port for NFS lock manager kernel module (lockd/nlockmgr),
- useful if NFS server is behind firewall.
+ Use a fixed port for the NFS lock manager kernel module
+ (lockd/nlockmgr). This is useful if the
+ NFS server is behind a firewall.
'';
};
};