svn commit: r198216 - head/etc

Ed Schouten ed at FreeBSD.org
Sun Oct 18 19:51:07 UTC 2009


Author: ed
Date: Sun Oct 18 19:51:06 2009
New Revision: 198216
URL: http://svn.freebsd.org/changeset/base/198216

Log:
  Fix qouting in a comment, to make it look more consistent
  
  Submitted by:	Jille Timmermans <jille quis cx>
  MFC after:	1 week

Modified:
  head/etc/rc.subr

Modified: head/etc/rc.subr
==============================================================================
--- head/etc/rc.subr	Sun Oct 18 19:50:15 2009	(r198215)
+++ head/etc/rc.subr	Sun Oct 18 19:51:06 2009	(r198216)
@@ -593,7 +593,7 @@ run_rc_command()
 		rc_fast=yes
 		rc_quiet=yes
 		;;
-	force*)				# "force prefix; always run
+	force*)				# "force" prefix; always run
 		rc_force=yes
 		_rc_prefix=force
 		rc_arg=${rc_arg#${_rc_prefix}}


More information about the svn-src-all mailing list