Author: dteske
Date: Tue Sep  1 21:50:55 2015
New Revision: 287384
URL: https://svnweb.freebsd.org/changeset/base/287384

Log:
  Style: Remove whitespace around brackets from function syntax options
  
  MFC after:    3 days
  X-MFC-to:     stable/10

Modified:
  head/usr.sbin/sysrc/sysrc

Modified: head/usr.sbin/sysrc/sysrc
==============================================================================
--- head/usr.sbin/sysrc/sysrc   Tue Sep  1 21:48:22 2015        (r287383)
+++ head/usr.sbin/sysrc/sysrc   Tue Sep  1 21:50:55 2015        (r287384)
@@ -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-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to