From 0cf0ec27c45374f3a0bc2f9e6f2d1fe870d667fe Mon Sep 17 00:00:00 2001
From: Russ Allbery
Date: Fri, 7 Aug 2009 19:07:47 -0700
Subject: [PATCH] Add an SGML comment with a close double-quote to unconfuse
Emacs
Emacs wants the unmatched double-quote in the discussion of init scripts
to be closed and otherwise treats the rest of the file as if it's in a
string. Unconfuse it with an SGML comment.
---
policy.sgml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/policy.sgml b/policy.sgml
index ece0d27..27deaa7 100644
--- a/policy.sgml
+++ b/policy.sgml
@@ -6376,10 +6376,10 @@ echo "Setting DNS domainname to \"$domainname\"."
- Note that the same symbol (") is used for the left
- and right quotation marks. A grave accent (`) is
- not a quote character; neither is an apostrophe
- (').
+ Note that the same symbol (") is used
+ for the left and right quotation marks. A grave accent
+ (`) is not a quote character; neither is an
+ apostrophe (').
--
2.39.5