svn commit: r287384 - head/usr.sbin/sysrc

Devin Teske dteske at FreeBSD.org
Tue Sep 1 21:50:56 UTC 2015


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.
 #


More information about the svn-src-head mailing list