From: William A. Rowe Jr
Date: Sat, 22 Sep 2001 16:37:29 +0000 (+0000)
Subject: Someone isn't coding enough html lately (me)
X-Git-Tag: 2.0.26~202
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1d82ba682f23fd84a2a1cca2483b3df32ff03247;p=thirdparty%2Fapache%2Fhttpd.git
Someone isn't coding enough html lately (me)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91109 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/developer/documenting.html b/docs/manual/developer/documenting.html
index 8f8163f426e..9cb7017b843 100644
--- a/docs/manual/developer/documenting.html
+++ b/docs/manual/developer/documenting.html
@@ -32,7 +32,7 @@
in it, so any prototype that use a macro in the return type declaration
is too complex for scandoc. Those functions require a deffunc.
-An example (using &> rather than >):
+An example (using > rather than >):
/**
* return the final element of the pathname
@@ -40,10 +40,10 @@
* @return the final element of the path
* @tip Examples:
* <pre>
- * "/foo/bar/gum" -&> "gum"
- * "/foo/bar/gum/" -&> ""
- * "gum" -&> "gum"
- * "wi\\n32\\stuff" -&> "stuff"
+ * "/foo/bar/gum" -> "gum"
+ * "/foo/bar/gum/" -> ""
+ * "gum" -> "gum"
+ * "wi\\n32\\stuff" -> "stuff"
* </pre>
* @deffunc const char * ap_filename_of_pathname(const char *pathname)
*/