Author: trasz Date: Wed Apr 29 17:01:28 2015 New Revision: 282238 URL: https://svnweb.freebsd.org/changeset/base/282238
Log: Remove spurious period. MFC after: 1 month Sponsored by: International OCD Foun^W^W^WThe FreeBSD Foundation Modified: head/usr.bin/rctl/rctl.c Modified: head/usr.bin/rctl/rctl.c ============================================================================== --- head/usr.bin/rctl/rctl.c Wed Apr 29 16:52:43 2015 (r282237) +++ head/usr.bin/rctl/rctl.c Wed Apr 29 17:01:28 2015 (r282238) @@ -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"); } _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"