diff options
author | Roger Dingledine <arma@torproject.org> | 2005-05-17 17:01:36 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-05-17 17:01:36 +0000 |
commit | b7d6b8a39758b49a276fac9d83a8d925d00ae37d (patch) | |
tree | ab9a59eb728dae21fa3da6bc9a716948c1c88318 /src/or/connection_edge.c | |
parent | 17ba6e76118b11548e623fe22a32f54cba9f6535 (diff) | |
download | tor-b7d6b8a39758b49a276fac9d83a8d925d00ae37d.tar.gz tor-b7d6b8a39758b49a276fac9d83a8d925d00ae37d.zip |
doxygeny goodness from tyranix
svn:r4262
Diffstat (limited to 'src/or/connection_edge.c')
-rw-r--r-- | src/or/connection_edge.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/connection_edge.c b/src/or/connection_edge.c index adcaa64578..844b6f04c3 100644 --- a/src/or/connection_edge.c +++ b/src/or/connection_edge.c @@ -1680,10 +1680,10 @@ set_exit_redirects(smartlist_t *lst) } /** If address is of the form "y.onion" with a well-formed handle y: - * Put a '\0' after y, lower-case it, and return ONION_HOSTNAME. + * Put a \code{'\0'} after y, lower-case it, and return ONION_HOSTNAME. * * If address is of the form "y.exit": - * Put a '\0' after y and return EXIT_HOSTNAME. + * Put a \code{'\0'} after y and return EXIT_HOSTNAME. * * Otherwise: * Return NORMAL_HOSTNAME and change nothing. |