Date: Mon, 2 Nov 2015 22:37:57 +0000 (UTC) From: Devin Teske <dteske@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: r290307 - stable/10/usr.sbin/sysrc Message-ID: <201511022237.tA2MbvvT086350@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dteske Date: Mon Nov 2 22:37:56 2015 New Revision: 290307 URL: https://svnweb.freebsd.org/changeset/base/290307 Log: MFC r287384: Style: Remove whitespace around brackets from function syntax options Modified: stable/10/usr.sbin/sysrc/sysrc Directory Properties: stable/10/ (props changed) Modified: stable/10/usr.sbin/sysrc/sysrc ============================================================================== --- stable/10/usr.sbin/sysrc/sysrc Mon Nov 2 22:35:48 2015 (r290306) +++ stable/10/usr.sbin/sysrc/sysrc Mon Nov 2 22:37:56 2015 (r290307) @@ -61,7 +61,7 @@ VERBOSE= ############################################################ FUNCTIONS -# die [ $fmt [ $opts ... ]] +# die [$fmt [$opts ...]] # # Optionally print a message to stderr before exiting with failure status. #
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511022237.tA2MbvvT086350>