Remove spurious period.

MFC after:	1 month
Sponsored by:	International OCD Foun^W^W^WThe FreeBSD Foundation
This commit is contained in:
trasz 2015-04-29 17:01:28 +00:00
parent 962026989a
commit 0f1faab39c

View File

@ -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");
}