diff options
author | William Cohen <wcohen@redhat.com> | 2009-03-24 11:16:38 -0400 |
---|---|---|
committer | William Cohen <wcohen@redhat.com> | 2009-03-24 11:16:38 -0400 |
commit | d9e3e39eef31587ea762f4b017b46495f7a0b70f (patch) | |
tree | 309ac6c9585eb92280726d336fca7c6b8cbe2054 /systemtap.spec | |
parent | d4db5608dbc31868a2041f20ea3f473eef3e61fd (diff) | |
download | systemtap-steved-d9e3e39eef31587ea762f4b017b46495f7a0b70f.tar.gz systemtap-steved-d9e3e39eef31587ea762f4b017b46495f7a0b70f.tar.xz systemtap-steved-d9e3e39eef31587ea762f4b017b46495f7a0b70f.zip |
Move tapset documentation manpages from man3stap to man3.
Diffstat (limited to 'systemtap.spec')
-rw-r--r-- | systemtap.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemtap.spec b/systemtap.spec index 540a9d93..cbf36662 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -245,7 +245,7 @@ exit 0 %if %{with_docs} %doc docs.installed/*.pdf %doc docs.installed/tapsets -%{_mandir}/man3stap/* +%{_mandir}/man3/* %endif %{_bindir}/stap |