diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-03-31 21:20:19 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-03-31 21:20:19 -0400 |
commit | 52e1ee435f702c6b613eec2c2ee3db0baae3b6b4 (patch) | |
tree | 633271c63f67f7bf6c89d499893e0d2ba8642fdd /doc | |
parent | b45613ad2a9740217ad3050adc6fcd038286ce88 (diff) | |
parent | d783589ee2b7511b8bed0fa3549b2a6a84277b9b (diff) | |
download | systemtap-steved-52e1ee435f702c6b613eec2c2ee3db0baae3b6b4.tar.gz systemtap-steved-52e1ee435f702c6b613eec2c2ee3db0baae3b6b4.tar.xz systemtap-steved-52e1ee435f702c6b613eec2c2ee3db0baae3b6b4.zip |
Merge branch 'master' into unwind
* master:
Revert "Just a test commit"
Just a test commit
bump autoconf* version numbers to 0.7
replace mentions of CVS with GIT in docuemntation files
2008-03-27 Frank Ch. Eigler <fche@elastic.org>
2008-03-27 Frank Ch. Eigler <fche@elastic.org>
2008-03-26 Frank Ch. Eigler <fche@elastic.org>
Revert "dummy commit"
dummy commit
Diffstat (limited to 'doc')
-rw-r--r-- | doc/langref.tex | 2 | ||||
-rw-r--r-- | doc/tutorial.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/langref.tex b/doc/langref.tex index 973769d4..46d350f6 100644 --- a/doc/langref.tex +++ b/doc/langref.tex @@ -3267,7 +3267,7 @@ For more information, see: \item The SystemTap tutorial at \url{http://sourceware.org/systemtap/tutorial/} \item The SystemTap wiki at \url{http://sourceware.org/systemtap/wiki} \item The SystemTap documentation page at \url{http://sourceware.org/systemtap/documentation.html} -\item From an unpacked source tarball or CVS directory, the examples in in the +\item From an unpacked source tarball or GIT directory, the examples in in the src/examples directory, the tapsets in the src/tapset directory, and the test scripts in the src/testsuite directory. \item The man pages for tapsets. For a list, run the command \texttt{{}``man -k diff --git a/doc/tutorial.tex b/doc/tutorial.tex index ee7d37da..58673467 100644 --- a/doc/tutorial.tex +++ b/doc/tutorial.tex @@ -1053,7 +1053,7 @@ as study, modification, and sharing.} Finally, there is the project web site (\verb+http://sources.redhat.com/systemtap/+) with several articles, an archived public mailing list for users and developers -(\verb+systemtap@sources.redhat.com+), and a live CVS source +(\verb+systemtap@sources.redhat.com+), and a live GIT source repository. Come join us! |