X-Spam-Check-By: sourceware.org Message-ID: <45CBF272.7000000@users.sourceforge.net> Date: Thu, 08 Feb 2007 22:02:58 -0600 From: "Yaakov (Cygwin Ports)" User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: No manual entry for tar? References: <45C9A860 DOT 407 AT users DOT sourceforge DOT net> <45C9CC8C DOT 6000407 AT byu DOT net> In-Reply-To: <45C9CC8C.6000407@byu.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Eric Blake wrote: > Normal. The upstream tar maintainer doesn't go to the efforts of creating > one in his tarball, so I don't put forth any additional effort to make one > myself. The GNU Coding Standards recommend the info format ('info tar') > over the man format, and although many GNU packages provide both, there is > no obligation that they must. Also try using 'tar --help'. Is this becoming a FAQ wrt tar? http://www.cygwin.com/ml/cygwin/2002-02/msg01247.html http://www.cygwin.com/ml/cygwin/2003-05/msg00359.html http://www.cygwin.com/ml/cygwin/2003-05/msg00363.html http://www.cygwin.com/ml/cygwin/2005-06/msg01166.html http://www.cygwin.com/ml/cygwin/2006-05/msg00919.html http://www.cygwin.com/ml/cygwin/2006-10/msg00022.html BTW the following should give you tar manpages (requires help2man): help2man -s 1 -o /usr/share/man/man1/tar.1 tar for l in $(find /usr/share/locale -name tar.mo | sed -e 's#/usr/share/locale/\(.*\)/LC_MESSAGES/tar.mo#\1#'); do mkdir -p /usr/share/man/$l/man1; help2man -s 1 -L $l -o /usr/share/man/$l/man1/tar.1 tar; if diff -u /usr/share/man/man1/tar.1 /usr/share/man/$l/man1/tar.1 &>/dev/null; then # no localized help after all rm /usr/share/man/$l/man1/tar.1; fi done (Exercise: this could be adapted and used in the .cygport file.) Yaakov -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Cygwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFy/JypiWmPGlmQSMRCHT6AKD3FYIAUE1JyVmWORl84mWo/QIVugCg/Ik/ y/wnH/11Dcwkqt4ThqbbeVU= =/Qab -----END PGP SIGNATURE----- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/