From nobody@FreeBSD.org  Mon May 25 09:28:54 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 0088E106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 25 May 2009 09:28:54 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id C96AC8FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 25 May 2009 09:28:53 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n4P9Srrb067696
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 25 May 2009 09:28:53 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n4P9Srbo067695;
	Mon, 25 May 2009 09:28:53 GMT
	(envelope-from nobody)
Message-Id: <200905250928.n4P9Srbo067695@www.freebsd.org>
Date: Mon, 25 May 2009 09:28:53 GMT
From: Alex Keda <admin@lissyara.su>
To: freebsd-gnats-submit@FreeBSD.org
Subject: corrigendum in 'man gjournal'
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         134930
>Category:       docs
>Synopsis:       corrigendum in 'man gjournal'
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 25 09:30:05 UTC 2009
>Closed-Date:    Mon Jun 01 05:48:56 UTC 2009
>Last-Modified:  Mon Jun 01 05:48:56 UTC 2009
>Originator:     Alex Keda
>Release:        7.2
>Organization:
USSR
>Environment:
FreeBSD router.local 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Wed May 13 22:39:57 MSD 2009     lissyara@router.local:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
section 'EXAMPLES', second example:
> tunefs -J enable -n disable da01sd.journal
need
tunefs -J enable -n disable da0s1d.journal
>How-To-Repeat:
man gjournal
>Fix:


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: maxim 
State-Changed-When: Mon May 25 09:53:07 UTC 2009 
State-Changed-Why:  
Fixed in HEAD.  Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=134930 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/134930: commit references a PR
Date: Mon, 25 May 2009 09:53:08 +0000 (UTC)

 Author: maxim
 Date: Mon May 25 09:52:58 2009
 New Revision: 192747
 URL: http://svn.freebsd.org/changeset/base/192747
 
 Log:
   o Fix typo in the example.
   
   PR:		docs/134930
   Submitted by:	Alex Keda
   MFC after:	1 week
 
 Modified:
   head/sbin/geom/class/journal/gjournal.8
 
 Modified: head/sbin/geom/class/journal/gjournal.8
 ==============================================================================
 --- head/sbin/geom/class/journal/gjournal.8	Mon May 25 09:28:54 2009	(r192746)
 +++ head/sbin/geom/class/journal/gjournal.8	Mon May 25 09:52:58 2009	(r192747)
 @@ -220,7 +220,7 @@ allows this (i.e., if the last sector is
  .Bd -literal -offset indent
  umount /dev/da0s1d
  gjournal label da0s1d da0s1e && \e
 -    tunefs -J enable -n disable da01sd.journal && \e
 +    tunefs -J enable -n disable da0s1d.journal && \e
      mount -o async /dev/da0s1d.journal /mnt || \e
      mount /dev/da0s1d /mnt
  .Ed
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: maxim 
State-Changed-When: Mon Jun 1 05:48:41 UTC 2009 
State-Changed-Why:  
Merged to RELENG_7. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=134930 
>Unformatted:
