Skip to content

Commit

Permalink
Remove spurious period.
Browse files Browse the repository at this point in the history
MFC after:	1 month
Sponsored by:	International OCD Foun^W^W^WThe FreeBSD Foundation
  • Loading branch information
trasz committed Apr 29, 2015
1 parent 9620269 commit 0f1faab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr.bin/rctl/rctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
Expand Down

0 comments on commit 0f1faab

Please sign in to comment.