Dear Russ and everybody, here is a patch correcting a small typo (SGML tag not closed).
Have a nice week-end, -- Charles
>From 8145efd52d80122bdd9649c991a6d32425164871 Mon Sep 17 00:00:00 2001 From: Charles Plessy <[email protected]> Date: Sat, 14 Jan 2012 11:21:12 +0900 Subject: [PATCH] Correct syntax error by closing SGML tag. --- policy.sgml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/policy.sgml b/policy.sgml index 23c1913..8100da0 100644 --- a/policy.sgml +++ b/policy.sgml @@ -6425,7 +6425,7 @@ rmdir /usr/local/share/emacs 2>/dev/null || true <p> Packages must not include files or directories under <file>/run</file>, or under the - older <file>/var/run</file> and <file>/var/lock<file> paths. + older <file>/var/run</file> and <file>/var/lock</file> paths. The latter paths will normally be symlinks or other redirections to <file>/run</file> for backwards compatibility. </p> -- 1.7.8.3

