From owner-freebsd-hackers Mon Apr 8 20:32:23 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA01146 for hackers-outgoing; Mon, 8 Apr 1996 20:32:23 -0700 (PDT) Received: from seagull.rtd.com (root@seagull.rtd.com [198.102.68.2]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id UAA01138 for ; Mon, 8 Apr 1996 20:32:15 -0700 (PDT) Received: (from dgy@localhost) by seagull.rtd.com (8.6.12/1.2) id UAA27041; Mon, 8 Apr 1996 20:32:01 -0700 From: Don Yuniskis Message-Id: <199604090332.UAA27041@seagull.rtd.com> Subject: Re: popd.1.gz == csh.1.gz To: rpt@miles.sso.loral.com (Richard Toren) Date: Mon, 8 Apr 1996 20:32:00 -0700 (MST) Cc: freebsd-hackers@freefall.FreeBSD.org (FreeBSD hackers) In-Reply-To: from "Richard Toren" at Apr 8, 96 09:18:14 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I realize pop (and popd) are csh commands. But going beyond just doing > a man, the two files in /cdrom/usr/share/man/man1 are the exact same > size, and 'cmp csh.1.gz popd.1.gz' is completly silent. in my book that > probably means their contents are the same ??? The POP daemon's man page will be /usr/local/man/man8/popper.8 -- note it's in a different part of the file hierarchy. (though you might also end up with /usr/local/man/man8/ipopd.8c if you go the pine route). The popd page you refer to is linked to various other csh related pages (i.e. csh.1). Hence the reason they are the same size -- they're the same *file*!