chiark / gitweb /
fix examples
authoraba <aba@313b444b-1b9f-4f58-a734-7bb04f332e8d>
Tue, 28 Sep 2004 19:16:24 +0000 (19:16 +0000)
committeraba <aba@313b444b-1b9f-4f58-a734-7bb04f332e8d>
Tue, 28 Sep 2004 19:16:24 +0000 (19:16 +0000)
git-svn-id: svn://anonscm.debian.org/ddp/manuals/trunk/developers-reference@2605 313b444b-1b9f-4f58-a734-7bb04f332e8d

developers-reference.sgml

index 07be5f87550db3ce0c2a54a9337e69576fc98858..9f7759a1b2b2f247f3c2ca9795553b7bede3ef9f 100644 (file)
@@ -6,7 +6,7 @@
   <!ENTITY % commondata  SYSTEM "common.ent" > %commondata;
 
   <!-- CVS revision of this document -->
-  <!ENTITY cvs-rev "$Revision: 1.239 $">
+  <!ENTITY cvs-rev "$Revision: 1.240 $">
 
   <!-- if you are translating this document, please notate the CVS
        revision of the original developer's reference in cvs-en-rev -->
@@ -3213,12 +3213,12 @@ depends on the new version of package b, and vice versa.
        <p>
 An example of this is:
        <p>
-       <tt>
+       <example>
   | testing         |  unstable
 --+-----------------+------------
 a | 1; depends: b=1 |  2; depends: b=2
 b | 1; depends: a=1 |  2; depends: a=2
-       </tt>
+       </example>
        <p>
 Package a is not considered for update, and package b also not.
        <p>