Fix a typo in r180291

"NAme of the current YP/NIS domain" -> "Name of the current YP/NIS domain"
This commit is contained in:
Tom Rhodes 2008-08-28 23:52:34 +00:00
parent eaa830ed41
commit 1e018d99f2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=182418

View File

@ -367,7 +367,7 @@ sysctl_domainname(SYSCTL_HANDLER_ARGS)
}
SYSCTL_PROC(_kern, KERN_NISDOMAINNAME, domainname, CTLTYPE_STRING|CTLFLAG_RW,
0, 0, sysctl_domainname, "A", "NAme of the current YP/NIS domain");
0, 0, sysctl_domainname, "A", "Name of the current YP/NIS domain");
u_long hostid;
SYSCTL_ULONG(_kern, KERN_HOSTID, hostid, CTLFLAG_RW, &hostid, 0, "Host ID");