diff options
author | Mark Wielaard <mwielaard@redhat.com> | 2008-07-07 13:04:01 +0200 |
---|---|---|
committer | Mark Wielaard <mwielaard@redhat.com> | 2008-07-07 13:04:01 +0200 |
commit | ff7b8b4a8fbcba5e78e72617753fd33f6f3ebc07 (patch) | |
tree | ad8c95cfed190af69a96dfc5c374c3eb3a4e07d9 | |
parent | ec4d1558731efe3fb9b423c325c012798eab59fb (diff) | |
download | systemtap-steved-ff7b8b4a8fbcba5e78e72617753fd33f6f3ebc07.tar.gz systemtap-steved-ff7b8b4a8fbcba5e78e72617753fd33f6f3ebc07.tar.xz systemtap-steved-ff7b8b4a8fbcba5e78e72617753fd33f6f3ebc07.zip |
Add section to stapex manual page on how installed examples are documented.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | stapex.5.in | 7 |
2 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2008-07-07 Mark Wielaard <mwielaard@redhat.com> + * stapex.5.in: Add section on installed examples, samples and demos + and how they are documented. + +2008-07-07 Mark Wielaard <mwielaard@redhat.com> + * Makefile.am (install-data-hook): Install examples, demos and samples. (uninstall-local): Remove examples, demos and samples. diff --git a/stapex.5.in b/stapex.5.in index 2c9ecb60..e6763267 100644 --- a/stapex.5.in +++ b/stapex.5.in @@ -106,6 +106,13 @@ To list the probeable functions in the kernel, use the listings mode. % stap \-l \[aq]kernel.function("*")\[aq] .ESAMPLE +.SH MORE EXAMPLES + +Larger examples, demos and samples can be found in +@prefix@/doc/systemtap*/examples, each example comes with either a .txt +or .meta file explaining what the example, sample or demo does and how +it is ordinarily run. + .SH SEE ALSO .BR @prefix@/doc/systemtap*/examples .IR stap (1) |