svn commit: r284668 - stable/10/usr.bin/rctl
Edward Tomasz Napierala
trasz at FreeBSD.org
Sun Jun 21 06:44:33 UTC 2015
Author: trasz
Date: Sun Jun 21 06:44:32 2015
New Revision: 284668
URL: https://svnweb.freebsd.org/changeset/base/284668
Log:
MFC r282238:
Remove spurious period.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/usr.bin/rctl/rctl.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/usr.bin/rctl/rctl.c
==============================================================================
--- stable/10/usr.bin/rctl/rctl.c Sun Jun 21 06:40:43 2015 (r284667)
+++ stable/10/usr.bin/rctl/rctl.c Sun Jun 21 06:44:32 2015 (r284668)
@@ -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");
}
More information about the svn-src-all
mailing list