From owner-svn-src-all@FreeBSD.ORG Tue Jul 15 21:13:08 2014 Return-Path: Delivered-To: svn-src-all@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 DAD233F5; Tue, 15 Jul 2014 21:13:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 C7E8B253D; Tue, 15 Jul 2014 21:13:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6FLD8sb007890; Tue, 15 Jul 2014 21:13:08 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6FLD8Px007889; Tue, 15 Jul 2014 21:13:08 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201407152113.s6FLD8Px007889@svn.freebsd.org> From: Bryan Drewery Date: Tue, 15 Jul 2014 21:13:08 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r268715 - head/share/man/man4 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jul 2014 21:13:08 -0000 Author: bdrewery Date: Tue Jul 15 21:13:08 2014 New Revision: 268715 URL: http://svnweb.freebsd.org/changeset/base/268715 Log: Document the 'show bio' command added in 2009. While here also reword 'show buffer' to have an 'addr' argument and to match other struct documentation. MFC after: 1 week Sponsored by: EMC / Isilon Storage Division Modified: head/share/man/man4/ddb.4 Modified: head/share/man/man4/ddb.4 ============================================================================== --- head/share/man/man4/ddb.4 Tue Jul 15 20:35:56 2014 (r268714) +++ head/share/man/man4/ddb.4 Tue Jul 15 21:13:08 2014 (r268715) @@ -60,7 +60,7 @@ .\" .\" $FreeBSD$ .\" -.Dd September 30, 2013 +.Dd July 15, 2014 .Dt DDB 4 .Os .Sh NAME @@ -572,17 +572,24 @@ Dump data about APIC IDT vector mappings Show breakpoints set with the "break" command. .\" .Pp -.It Ic show Cm buffer -Show buffer structure of +.It Ic show Cm bio Ar addr +Show information about the bio structure +.Vt struct bio +present at +.Ar addr . +See the +.Pa sys/bio.h +header file for more details on the exact meaning of the structure fields. +.\" +.Pp +.It Ic show Cm buffer Ar addr +Show information about the buf structure .Vt struct buf -type. -Such a structure is used within the -.Fx -kernel for the I/O subsystem -implementation. -For an exact interpretation of the output, please see the +present at +.Ar addr . +See the .Pa sys/buf.h -header file. +header file for more details on the exact meaning of the structure fields. .\" .Pp .It Ic show Cm cbstat