From cbb4c933a0323fcaa84262b69849fbf52ac2e336 Mon Sep 17 00:00:00 2001 From: Tim Yamin Date: Thu, 9 Mar 2006 20:09:28 +0000 Subject: Add optional line numbering to the syntax highlighter. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/devmanual/trunk@23 176d3534-300d-0410-8db8-84e73ed771c3 --- devbook.xsl | 12 ++++++++---- tasks-reference/completion/text.xml | 4 ++-- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/devbook.xsl b/devbook.xsl index c2251ae..dafc746 100644 --- a/devbook.xsl +++ b/devbook.xsl @@ -90,8 +90,7 @@ - - ) + ) @@ -520,10 +519,15 @@

+      
       
         
-          
-          
+          
+            
+            
+              : 
+            
+          
           
             
             
diff --git a/tasks-reference/completion/text.xml b/tasks-reference/completion/text.xml
index 216b293..7de4101 100644
--- a/tasks-reference/completion/text.xml
+++ b/tasks-reference/completion/text.xml
@@ -160,7 +160,7 @@ Nearly all completion functions will start out the same way. For these cases,
 the following can be used as a template for creating new completion functions:
 

- + _foo() { local cur prev opts COMPREPLY=() @@ -302,7 +302,7 @@ real completion function for revdep-rebuild (might even be available in gentoo-bashcomp by the time you read this :]).

- + _revdep_rebuild() { local cur prev opts COMPREPLY=() -- cgit v1.2.3-18-g5258