diff options
author | meem <none@none> | 2008-04-07 19:00:01 -0700 |
---|---|---|
committer | meem <none@none> | 2008-04-07 19:00:01 -0700 |
commit | 8f43e8cd6199a9907203f62bd4d0264cdd42aabb (patch) | |
tree | 4d22d8b220bafb0e025a4472abfe1905df9d1f4a /usr/src | |
parent | 050c9ebdc9d01dca610febe083c1796c5e013868 (diff) | |
download | illumos-gate-8f43e8cd6199a9907203f62bd4d0264cdd42aabb.tar.gz |
6685375 lintdump manpage not completely updated for 6681758
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/tools/lintdump/lintdump.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr/src/tools/lintdump/lintdump.1 b/usr/src/tools/lintdump/lintdump.1 index 3bbe7d3b07..e65810ea18 100644 --- a/usr/src/tools/lintdump/lintdump.1 +++ b/usr/src/tools/lintdump/lintdump.1 @@ -136,7 +136,8 @@ $ lint -oa liba.c Then lintdump will produce the following output: .LP .nf -LINTLIB: llib-la.ln <mid 6484> 268+24+130+9 = 431 bytes +LINTOBJ: llib-la.ln +LINTMOD: 6484: 268+24+130+9 = 431 bytes SECTION: PASS1: 268 bytes FILE: /home/meem/hacks/liba.c FILE: liba.c @@ -290,10 +291,10 @@ $ lintdump -ir $PATCHROOT/lib/llib-lkstat.ln > /tmp/patch-kstat.out .nf $ diff /tmp/patch-kstat.out /tmp/proj-kstat.out 1,2c1,2 -< LINTLIB: llib-lkstat.ln <mid 3675> 4995+26812+1045+9 = 32861 bytes +< LINTMOD: 3675: 4995+26812+1045+9 = 32861 bytes < SECTION: PASS1: 4995 bytes --- -> LINTLIB: llib-lkstat.ln <mid 39982> 5144+27302+1057+9 = 33512 bytes +> LINTMOD: 39982: 5144+27302+1057+9 = 33512 bytes > SECTION: PASS1: 5144 bytes 19c19 < unsigned char _file; |