From d108e6633bc6a47ca49cc8347f343b87dc40ec36 Mon Sep 17 00:00:00 2001 From: Mike Silbersack Date: Tue, 21 Oct 2003 18:48:49 +0000 Subject: [PATCH] Wrap a long line in the previous commit Suggested by: njl --- sbin/sysctl/sysctl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sbin/sysctl/sysctl.c b/sbin/sysctl/sysctl.c index 451548ff3f89..af25d1729de9 100644 --- a/sbin/sysctl/sysctl.c +++ b/sbin/sysctl/sysctl.c @@ -198,7 +198,8 @@ parse(char *string) if (!(kind&CTLFLAG_WR)) if (kind & CTLFLAG_TUN) { - fprintf(stderr, "Tunable values are set in /boot/loader.conf and require a reboot to take effect.\n"); + fprintf(stderr, "Tunable values are set in" + " /boot/loader.conf and require a reboot to take effect.\n"); errx(1, "oid '%s' is a tunable.", bufp); } else { errx(1, "oid '%s' is read only", bufp);