From e79939add18f0c2e39f9b2bcdcdf41a308160592 Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Sun, 18 Oct 2009 19:51:06 +0000 Subject: [PATCH] Fix qouting in a comment, to make it look more consistent Submitted by: Jille Timmermans MFC after: 1 week --- etc/rc.subr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.subr b/etc/rc.subr index 2e502dbf44ca..f0a4b58eeb1a 100644 --- a/etc/rc.subr +++ b/etc/rc.subr @@ -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}}