From owner-freebsd-current@FreeBSD.ORG Sun Jun 1 14:17:32 2014 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BE0399D7; Sun, 1 Jun 2014 14:17:32 +0000 (UTC) Received: from mail.ignoranthack.me (ignoranthack.me [199.102.79.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 73D0D2044; Sun, 1 Jun 2014 14:17:29 +0000 (UTC) Received: from [192.168.200.102] (c-50-131-4-11.hsd1.ca.comcast.net [50.131.4.11]) (using SSLv3 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: sbruno@ignoranthack.me) by mail.ignoranthack.me (Postfix) with ESMTPSA id 34705193D9B; Sun, 1 Jun 2014 14:17:27 +0000 (UTC) Subject: Re: diskid documentation From: Sean Bruno Reply-To: sbruno@freebsd.org To: "Michael W. Lucas" In-Reply-To: <20140601134147.GA99583@bewilderbeast.blackhelicopters.org> References: <20140601134147.GA99583@bewilderbeast.blackhelicopters.org> Content-Type: text/plain; charset="us-ascii" Date: Sun, 01 Jun 2014 07:17:25 -0700 Message-ID: <1401632245.1113.8.camel@bruno> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Sun, 01 Jun 2014 20:37:22 +0000 Cc: geom@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2014 14:17:32 -0000 On Sun, 2014-06-01 at 09:41 -0400, Michael W. Lucas wrote: > Hi, > > I'm trying to track down the documentation for the /dev/diskid/blah > device nodes. Is there a man page? > > It appears that this is a current-only thing, so I'm asking here? (At > least, none of my 9.x or 10.x machines have /dev/diskid.) > > Thanks, > ==ml > > > I'm afraid not. In this case sys/geom/label/g_label_disk_ident.c *is* the documentation. sean bcc current@ cc geom@