svn commit: r282238 - head/usr.bin/rctl

Edward Tomasz Napierala trasz at FreeBSD.org
Wed Apr 29 17:01:29 UTC 2015


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


More information about the svn-src-head mailing list