Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Oct 2009 19:51:06 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r198216 - head/etc
Message-ID:  <200910181951.n9IJp645077401@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910181951.n9IJp645077401>