From nobody@FreeBSD.org  Thu Aug  8 07:33:31 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id B3682B0F
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  8 Aug 2013 07:33:31 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id A1B9B2BD1
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  8 Aug 2013 07:33:31 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r787XVew086437
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 8 Aug 2013 07:33:31 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r787XUBo086419;
	Thu, 8 Aug 2013 07:33:30 GMT
	(envelope-from nobody)
Message-Id: <201308080733.r787XUBo086419@oldred.freebsd.org>
Date: Thu, 8 Aug 2013 07:33:30 GMT
From: Vadim <vadim@ant.ee>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Fix example for boot0cfg utility 
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         181134
>Category:       docs
>Synopsis:       Fix example for boot0cfg utility
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 08 07:40:02 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Vadim
>Release:        8.4
>Organization:
>Environment:
>Description:
Documentation at:
http://www.freebsd.org/cgi/man.cgi?query=boot0cfg&sektion=8

Section: EXAMPLES contains example of getting back to non-interactive booting by 
fdisk -B ad0

But this example will not work without setting kern.geom.debugflags=16



>How-To-Repeat:

>Fix:
Please, add extra lines to this example. Like:

-------------------------------------------
sysctl kern.geom.debugflags=16
fdisk -B ad0
sysctl kern.geom.debugflags=0
-------------------------------------------

Probably it will save a lot of time for people searching why fdisk -B ad0 not workig ....

>Release-Note:
>Audit-Trail:
>Unformatted:
