Documentation: Rename link macros
[stgit] / Documentation / asciidoc.conf
index f2c0ede..d40b4a8 100644 (file)
@@ -80,38 +80,37 @@ ifdef::backend-xhtml11[]
 <a href="{target}.html">{target}{0?({0})}</a>
 endif::backend-xhtml11[]
 
-## stglink: macro
+## linkstg: macro
 #
-# Usage: stglink:command[]
+# Usage: linkstg:command[]
 #
 # Show StGit link as: stg-<command>(1) in man pages, stg <command> in
 # html.
 
 ifdef::backend-docbook[]
-[stglink-inlinemacro]
+[linkstg-inlinemacro]
 <citerefentry>
   <refentrytitle>stg-{target}</refentrytitle><manvolnum>1</manvolnum>
 </citerefentry>
 endif::backend-docbook[]
 
 ifdef::backend-xhtml11[]
-[stglink-inlinemacro]
+[linkstg-inlinemacro]
 <a href="stg-{target}.html">stg {target}</a>
 endif::backend-xhtml11[]
 
-## stgsublink: macro
+## linkstgsub: macro
 #
-# Usage: stgsublink:command[]
+# Usage: linkstgsub:command[]
 #
-# Show StGit link as: <command> in man pages, stg <command> in
-# html.
+# Show StGit link as: <command>.
 
 ifdef::backend-docbook[]
-[stgsublink-inlinemacro]
+[linkstgsub-inlinemacro]
 {target}
 endif::backend-docbook[]
 
 ifdef::backend-xhtml11[]
-[stgsublink-inlinemacro]
+[linkstgsub-inlinemacro]
 <a href="stg-{target}.html">{target}</a>
 endif::backend-xhtml11[]