From owner-freebsd-questions@FreeBSD.ORG Fri Jan 30 19:55:39 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A8E7318F for ; Fri, 30 Jan 2015 19:55:39 +0000 (UTC) Received: from hindenburg.barfooze.de (smtp6.barfooze.de [IPv6:2001:bc8:397c:500::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "", Issuer "" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4928FF0F for ; Fri, 30 Jan 2015 19:55:39 +0000 (UTC) Received: from hindenburg.barfooze.de (localhost [127.0.0.1]) by hindenburg.barfooze.de (8.14.7/8.14.7) with ESMTP id t0UJtZjv041228 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Fri, 30 Jan 2015 20:55:36 +0100 (CET) (envelope-from mw@hindenburg.barfooze.de) Received: (from mw@localhost) by hindenburg.barfooze.de (8.14.7/8.14.7/Submit) id t0UJtZEd041227; Fri, 30 Jan 2015 20:55:35 +0100 (CET) (envelope-from mw) Date: Fri, 30 Jan 2015 20:55:35 +0100 From: Moritz Wilhelmy To: John Howie Subject: Re: dump(8) file format Message-ID: <20150130195535.GS16100@barfooze.de> References: <20150130192351.GR16100@barfooze.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Cc: "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jan 2015 19:55:39 -0000 Hi John, On Fri, Jan 30, 2015 at 19:49:50 +0000, John Howie wrote: > Hi Moritz, > > Try: man 5 dumpfile > On my FreeBSD 10.0 machine there is no such manpage, and the SEE ALSO section in the dump(8) manual page does not mention anything like it, hence the question. $ man 5 dumpfile No manual entry for dumpfile $ man 5 dump No manual entry for dump $ man -k dumpfile dumpfile: nothing appropriate Best regards, Moritz