From owner-freebsd-doc@FreeBSD.ORG Sun Dec 25 10:02:12 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 8572F16A41F; Sun, 25 Dec 2005 10:02:12 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CAF643D58; Sun, 25 Dec 2005 10:02:12 +0000 (GMT) (envelope-from remko@FreeBSD.org) Received: from freefall.freebsd.org (remko@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id jBPA2CtE031792; Sun, 25 Dec 2005 10:02:12 GMT (envelope-from remko@freefall.freebsd.org) Received: (from remko@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id jBPA2Bvk031788; Sun, 25 Dec 2005 10:02:11 GMT (envelope-from remko) Date: Sun, 25 Dec 2005 10:02:11 GMT From: Remko Lodder Message-Id: <200512251002.jBPA2Bvk031788@freefall.freebsd.org> To: lorenl@alzatex.com, remko@FreeBSD.org, freebsd-doc@FreeBSD.org Cc: Subject: Re: docs/78275: [patch] Keyword size needs to be changed to length in vinum(8) manpage. X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Dec 2005 10:02:12 -0000 Synopsis: [patch] Keyword size needs to be changed to length in vinum(8) manpage. State-Changed-From-To: open->closed State-Changed-By: remko State-Changed-When: Sun Dec 25 10:00:00 UTC 2005 State-Changed-Why: Actually the printed output is correct. When looking into the commands.c file (used for vinum) you will see a lot of lines with: commands.c: printf(" sd name %s.p0.s%d drive %s size %lldb\n", those statements, which tells me the output should be correct. On the other hand, the length statements are used to configure vinum from a file. I do not believe we should correct this, but thanks for taking the time to investigate/patch and report! http://www.freebsd.org/cgi/query-pr.cgi?pr=78275