Remove spurious period.
MFC after: 1 month Sponsored by: International OCD Foun^W^W^WThe FreeBSD Foundation
This commit is contained in:
parent
962026989a
commit
0f1faab39c
@ -317,7 +317,7 @@ enosys(void)
|
||||
|
||||
if (error != 0) {
|
||||
if (errno == ENOENT)
|
||||
errx(1, "RACCT/RCTL support not present in kernel; see rctl(8) for details.");
|
||||
errx(1, "RACCT/RCTL support not present in kernel; see rctl(8) for details");
|
||||
|
||||
err(1, "sysctlbyname");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user