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.
 #
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to