aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/__init__.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2008-07-15 18:58:03 +0000
committerRob Austein <sra@hactrn.net>2008-07-15 18:58:03 +0000
commit5529f8f2d73cc521b60a5c7e111c1ed8e21d1e1b (patch)
tree76c27bc31a318179b17030a38193779cc0c02169 /rpkid/rpki/__init__.py
parent0784471a18f7b8e7edc7a06da5632bbcebc15cb1 (diff)
Nits
svn path=/rpkid/rpki/__init__.py; revision=1997
Diffstat (limited to 'rpkid/rpki/__init__.py')
-rw-r--r--rpkid/rpki/__init__.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/rpkid/rpki/__init__.py b/rpkid/rpki/__init__.py
index 7c5b1cdc..36bb2fd1 100644
--- a/rpkid/rpki/__init__.py
+++ b/rpkid/rpki/__init__.py
@@ -45,7 +45,7 @@
# @li A description of the @subpage Left-right "left-right protocol"
# @li A description of the @subpage Publication "publication protocol"
# @li A description of the @subpage bpki-model "BPKI model"
-# used to secure the up-down, left-right, and publication protocols
+# used to secure the up-down, left-right, and %publication protocols
# @li A description of the several @subpage sql-schemas "SQL database schemas"
# @li Some suggestions for @subpage further-reading "further reading"
#
@@ -956,7 +956,8 @@
# usually work with the other.
#
# README for APNIC's tool describing the input language can be found at
-# http://mirin.apnic.net/svn/rpki_engine/branches/gary-poker/client/poke/README
+# <a href="http://mirin.apnic.net/svn/rpki_engine/branches/gary-poker/client/poke/README">
+# http://mirin.apnic.net/svn/rpki_engine/branches/gary-poker/client/poke/README</a>.
#
# testpoke.py takes a simplified command line and uses only one YAML
# input file.
@@ -1938,8 +1939,8 @@
# Alice_CA;
# Bob_CA;
# node [ color = red, fontcolor = red, shape = record ];
-# Alice_EE [ label = "Alice\nEE|{HTTPS up-down|CMS up-down}" ];
-# Bob_EE [ label = "Bob\nEE|{HTTPS up-down|CMS up-down}" ];
+# Alice_EE [ label = "Alice\nEE|{HTTPS client|CMS}" ];
+# Bob_EE [ label = "Bob\nEE|{HTTPS client|CMS}" ];
#
# edge [ color = black, style = dotted ];
# TA -> pubd;