From owner-freebsd-doc@FreeBSD.ORG Sun Jul 31 16:00:44 2005 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E84AE16A41F for ; Sun, 31 Jul 2005 16:00:43 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4C5F43D45 for ; Sun, 31 Jul 2005 16:00:43 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j6VG0hta044720 for ; Sun, 31 Jul 2005 16:00:43 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j6VG0hAn044719; Sun, 31 Jul 2005 16:00:43 GMT (envelope-from gnats) Date: Sun, 31 Jul 2005 16:00:43 GMT Message-Id: <200507311600.j6VG0hAn044719@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: garys@opusnet.com (Gary W. Swearingen) Cc: Subject: Re: docs/84271: compress(1) doesn't warn about nasty link handling X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Gary W. Swearingen" List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jul 2005 16:00:44 -0000 The following reply was made to PR docs/84271; it has been noted by GNATS. From: garys@opusnet.com (Gary W. Swearingen) To: FreeBSD-gnats-submit@FreeBSD.org Cc: Ceri Davies Subject: Re: docs/84271: compress(1) doesn't warn about nasty link handling Date: Sun, 31 Jul 2005 08:52:20 -0700 Ceri Davies writes: > This patch looks like it adds half of a sentence? I didn't delete enough and apparently didn't review it with my "manfile" command as I normally do. Sorry. --- compress..orig.1 Thu Jul 28 21:01:24 2005 +++ compress.1 Sun Jul 31 08:32:13 2005 @@ -152,6 +152,13 @@ coding (as used in the historical command pack), or adaptive Huffman coding (as used in the historical command compact), and takes less time to compute. +.Pp +If +.Ar file +is a soft or hard link +.Nm compress +will replace it with a compressed copy of the linked-to file, +leaving that file uncompressed. .Sh DIAGNOSTICS .Ex -std compress uncompress .Pp @@ -188,3 +195,5 @@ .Nm command appeared in .Bx 4.3 . +.Sh BUGS +The program does not handle links well and has no link-handling options.