Remove spurious period.

MFC after:	1 month
Sponsored by:	International OCD Foun^W^W^WThe FreeBSD Foundation
This commit is contained in:
Edward Tomasz Napierala 2015-04-29 17:01:28 +00:00
parent f3e74005fc
commit 82224d7df8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=282238

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