Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jun 2015 06:44:33 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r284668 - stable/10/usr.bin/rctl
Message-ID:  <201506210644.t5L6iXwG055883@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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");
 	}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506210644.t5L6iXwG055883>