summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2015-06-21 06:44:32 +0000
committertrasz <trasz@FreeBSD.org>2015-06-21 06:44:32 +0000
commit1b7df0d462a88f7301a0ce00b7b4aa1ca8616976 (patch)
treec01771d9d6176241f8e9ef8427eea055cb88718a /usr.bin
parentd057adeb92394fc01f08d690c21335e6fd53dd0a (diff)
downloadFreeBSD-src-1b7df0d462a88f7301a0ce00b7b4aa1ca8616976.zip
FreeBSD-src-1b7df0d462a88f7301a0ce00b7b4aa1ca8616976.tar.gz
MFC r282238:
Remove spurious period. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'usr.bin')
-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