You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by th...@apache.org on 2010/11/08 17:26:35 UTC

svn commit: r1032629 - /incubator/river/site/trunk/content/user-guide-glossary.mdtext

Author: thobbs
Date: Mon Nov  8 16:26:35 2010
New Revision: 1032629

URL: http://svn.apache.org/viewvc?rev=1032629&view=rev
Log:
Fixed table tags

Modified:
    incubator/river/site/trunk/content/user-guide-glossary.mdtext

Modified: incubator/river/site/trunk/content/user-guide-glossary.mdtext
URL: http://svn.apache.org/viewvc/incubator/river/site/trunk/content/user-guide-glossary.mdtext?rev=1032629&r1=1032628&r2=1032629&view=diff
==============================================================================
--- incubator/river/site/trunk/content/user-guide-glossary.mdtext (original)
+++ incubator/river/site/trunk/content/user-guide-glossary.mdtext Mon Nov  8 16:26:35 2010
@@ -2,9 +2,22 @@ Title: User Guide - Glossary
 
 # User Guide - Glossary
 
-
-||Term ||Description| |
-|4160 | This is the default Jini port which Lookup Service use |
-|{anchor:lus}Lookup Service | A type of service which knows, at all times, what other services are available in the sub-net or in the federated space |
-| reggie | The name of the default implementation of a Lookup Service |
-| Service Registrar | The formal interface of a Lookup Service; {{net.jini.core.lookup.ServiceRegistrar}} |
\ No newline at end of file
+<table>
+<tr><th>Term</th><th>Description</th></tr>
+<tr>
+<td>4160</td>
+<td>This is the default Jini port which Lookup Service use</td>
+</tr>
+<tr>
+<td>Lookup Service</td>
+<td>A type of service which knows, at all times, what other services are available in the sub-net or in the federated space</td>
+</tr>
+<tr>
+<td>reggie</td>
+<td>The name of the default implementation of a Lookup Service</td>
+</tr>
+<tr>
+<td>Service Registrar</td>
+<td>The formal interface of a Lookup Service; `net.jini.core.lookup.ServiceRegistrar`</td>
+</tr>
+</table>
\ No newline at end of file