Bug 23894 - SystemTap_Beginners_Guide: -ldd should be --ldd
Summary: SystemTap_Beginners_Guide: -ldd should be --ldd
Status: RESOLVED FIXED
Alias: None
Product: systemtap
Classification: Unclassified
Component: documentation (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL: https://sourceware.org/systemtap/Syst...
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-18 11:07 UTC by Shang Yuanchun
Modified: 2018-11-18 14:31 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shang Yuanchun 2018-11-18 11:07:37 UTC
https://sourceware.org/systemtap/SystemTap_Beginners_Guide/ustack.html

` use the -d executable option for executables and -ldd for shared libraries. `

The `-ldd` here should be --ldd ?
Comment 1 Mark Wielaard 2018-11-18 13:39:55 UTC
Yes, thanks. Fixed by:

commit 008a0cbfd2dd91693c66705e381d1328de3bf3d0
Author: Mark Wielaard <mark@klomp.org>
Date:   Sun Nov 18 14:33:47 2018 +0100

    Userspace_probing.xml: change '-ldd' to '--ldd' command line option.
    
    https://sourceware.org/bugzilla/show_bug.cgi?id=23894

Still looking how to update the online web version.
Comment 2 Mark Wielaard 2018-11-18 14:31:46 UTC
https://sourceware.org/systemtap/wiki/SystemTapDocUpdates

Although the html files seem to require manual intervention to generate.
Hopefully I updated the online version correctly now.