Changes between Version 3 and Version 4 of Ticket #1800
- Timestamp:
- 11/07/09 11:45:31 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1800 – Description
v3 v4 6 6 <------>#Open=%var{PAGER:more} %f 7 7 <------>View=%view{ascii} file %f && nm %f 8 9 8 # Manual page 10 9 # Exception - .so libraries are not manual pages 11 10 regex/\.(so|so\.[0-9\.]*)$ 12 11 <------>View=%view{ascii} file %f && nm %f 13 12 }}} 14 13 What's wrong with it: 15 14 in that file top has priority over bottom, 16 15 so the second case is never hit (at least on Linux); 17 16 also, if shared lib is stripped, no symbols will be reported; 18 19 17 Proposed change: 18 {{{ 20 19 # Manual page 21 20 # Exception - .so libraries are not manual pages 22 21 regex/\.(so|so\.[0-9\.]*)$ 23 22 <------>View=%view{ascii} file %f && nm -C -D %f 24 25 23 # Object 26 24 type/^ELF