From owner-freebsd-current@FreeBSD.ORG Tue Sep 9 11:33:09 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4F2216A4BF for ; Tue, 9 Sep 2003 11:33:09 -0700 (PDT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id C027F43F85 for ; Tue, 9 Sep 2003 11:33:08 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.9/8.12.9) id h89IWwal036292; Tue, 9 Sep 2003 13:32:58 -0500 (CDT) (envelope-from dan) Date: Tue, 9 Sep 2003 13:32:58 -0500 From: Dan Nelson To: Dag-Erling Smorgrav Message-ID: <20030909183258.GU48339@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-OS: FreeBSD 5.1-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.4i cc: current@freebsd.org Subject: Re: weird text size X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Sep 2003 18:33:10 -0000 In the last episode (Sep 09), Dag-Erling Smorgrav said: > root@dwp /home/des# ps -opid,vsize,tsiz,command -p$$ > PID VSZ TSIZ COMMAND > 4712 2380 4 zsh > > How can the text size for zsh be only 4 kB? Easy: # ls -l =zsh -r-xr-xr-x 2 root wheel 2496 Aug 15 00:05 /usr/local/bin/zsh* # ldd =zsh /usr/local/bin/zsh: libzsh-4.0.7.so => /usr/local/lib/zsh/libzsh-4.0.7.so (0x28064000) libncurses.so.5 => /usr/lib/libncurses.so.5 (0x280de000) libm.so.2 => /usr/lib/libm.so.2 (0x2811d000) libc.so.4 => /usr/lib/libc.so.4 (0x28138000) I don't really know why they did it that way, but there you go. -- Dan Nelson dnelson@allantgroup.com