Correct a user-visible typo.
This commit is contained in:
parent
ddacd8231e
commit
697a8c4b0d
@ -2225,7 +2225,7 @@ DMenu MenuSecurity = {
|
||||
{ " LOMAC", "Use Low Watermark Mandatory Access Control at boot",
|
||||
dmenuVarCheck, dmenuToggleVariable, NULL, "lomac_enable=YES" },
|
||||
#endif
|
||||
{ " NFS port", "Require that the NFS clients used reserved ports",
|
||||
{ " NFS port", "Require that the NFS clients use reserved ports",
|
||||
dmenuVarCheck, dmenuToggleVariable, NULL, "nfs_reserved_port_only=YES" },
|
||||
{ NULL } },
|
||||
};
|
||||
|
@ -2225,7 +2225,7 @@ DMenu MenuSecurity = {
|
||||
{ " LOMAC", "Use Low Watermark Mandatory Access Control at boot",
|
||||
dmenuVarCheck, dmenuToggleVariable, NULL, "lomac_enable=YES" },
|
||||
#endif
|
||||
{ " NFS port", "Require that the NFS clients used reserved ports",
|
||||
{ " NFS port", "Require that the NFS clients use reserved ports",
|
||||
dmenuVarCheck, dmenuToggleVariable, NULL, "nfs_reserved_port_only=YES" },
|
||||
{ NULL } },
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user