[FE training-materials-updates] kscope is back in 12.04

Michael Opdenacker michael.opdenacker at free-electrons.com
Fri Oct 5 06:59:56 CEST 2012


Repository : git://git.free-electrons.com/training-materials.git

On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=59cd959fc356d732612f85245dcbaaa22e1e0970

>---------------------------------------------------------------

commit 59cd959fc356d732612f85245dcbaaa22e1e0970
Author: Michael Opdenacker <michael.opdenacker at free-electrons.com>
Date:   Fri Oct 5 06:54:40 2012 +0200

    kscope is back in 12.04


>---------------------------------------------------------------

59cd959fc356d732612f85245dcbaaa22e1e0970
 .../kernel-source-code-management.tex              |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/slides/kernel-source-code-management/kernel-source-code-management.tex b/slides/kernel-source-code-management/kernel-source-code-management.tex
index d4d2a26..892778d 100644
--- a/slides/kernel-source-code-management/kernel-source-code-management.tex
+++ b/slides/kernel-source-code-management/kernel-source-code-management.tex
@@ -8,11 +8,11 @@
     \item Tool to browse source code (mainly C, but also C++ or Java)
     \item Supports huge projects like the Linux kernel. Takes less
       than 1 min. to index Linux 2.6.17 sources (fast!)
-    \item Can be used from editors like vim and emacs.
+    \item Can be used from editors like \code{vim} and \code{emacs}.
     \item In Linux kernel sources, run it with: \code{cscope -Rk} (see
       man cscope for details)
-    \item kscope: graphical front-end, not actively maintained though
-      (will reappear in Ubuntu 12.04)
+    \item \code{KScope}: graphical front-end
+      (\code{kscope} package in Ubuntu 12.04 and later)
     \item Allows searching for a symbol, a definition, functions,
       strings, files, etc.
     \end{itemize}



More information about the training-materials-updates mailing list