From owner-freebsd-doc@FreeBSD.ORG Sat Aug 12 19:40:23 2006 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 4120516A4DA for ; Sat, 12 Aug 2006 19:40:23 +0000 (UTC) (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 E82B343D53 for ; Sat, 12 Aug 2006 19:40:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7CJeM0o050802 for ; Sat, 12 Aug 2006 19:40:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7CJeMem050801; Sat, 12 Aug 2006 19:40:22 GMT (envelope-from gnats) Date: Sat, 12 Aug 2006 19:40:22 GMT Message-Id: <200608121940.k7CJeMem050801@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Giorgos Keramidas Cc: Subject: Re: docs/101330: man page for mv(1) is misleading X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Giorgos Keramidas List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2006 19:40:23 -0000 The following reply was made to PR docs/101330; it has been noted by GNATS. From: Giorgos Keramidas To: Peter Gildea Cc: bug-followup@FreeBSD.org Subject: Re: docs/101330: man page for mv(1) is misleading Date: Sat, 12 Aug 2006 22:31:46 +0300 On 2006-08-03 13:25, Peter Gildea wrote: > mv(1) contains the sentence: > "It is an error for either the source operand or the destination path > to specify a directory unless both do. > Remove this sentence from man page. I think what the manpage tries to state is that you can: - move a file to a file - move a file to a directory - move a directory inside another directory but you cannot - move a directory on top of a non-directory object. Perhaps, we should remove it and write something like the above text?