summaryrefslogtreecommitdiffstats
path: root/usr.bin/rctl
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2015-04-29 17:01:28 +0000
committertrasz <trasz@FreeBSD.org>2015-04-29 17:01:28 +0000
commit0f1faab39cc133cc252b85c4a8cfa46fc1b8e727 (patch)
treeb0831587a3b4824a0398a7f01618feeab1c5bbbe /usr.bin/rctl
parent962026989a8fed8fa497c69c6bd9463444e628ed (diff)
downloadFreeBSD-src-0f1faab39cc133cc252b85c4a8cfa46fc1b8e727.zip
FreeBSD-src-0f1faab39cc133cc252b85c4a8cfa46fc1b8e727.tar.gz
Remove spurious period.
MFC after: 1 month Sponsored by: International OCD Foun^W^W^WThe FreeBSD Foundation
Diffstat (limited to 'usr.bin/rctl')
-rw-r--r--usr.bin/rctl/rctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/rctl/rctl.c b/usr.bin/rctl/rctl.c
index c48a686..b534258 100644
--- a/usr.bin/rctl/rctl.c
+++ b/usr.bin/rctl/rctl.c
@@ -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");
}
OpenPOWER on IntegriCloud