Bug 23894

Summary: SystemTap_Beginners_Guide: -ldd should be --ldd
Product: systemtap Reporter: Shang Yuanchun <idealities>
Component: documentationAssignee: Unassigned <systemtap>
Status: RESOLVED FIXED    
Severity: normal CC: mark
Priority: P2    
Version: unspecified   
Target Milestone: ---   
URL: https://sourceware.org/systemtap/SystemTap_Beginners_Guide/ustack.html
Host: Target:
Build: Last reconfirmed:

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.