From 1d82ba682f23fd84a2a1cca2483b3df32ff03247 Mon Sep 17 00:00:00 2001
From: "William A. Rowe Jr"
Date: Sat, 22 Sep 2001 16:37:29 +0000
Subject: [PATCH] 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
---
docs/manual/developer/documenting.html | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/manual/developer/documenting.html b/docs/manual/developer/documenting.html
index 8f8163f426..9cb7017b84 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)
*/
--
2.50.1