Bug 134930

Summary: corrigendum in 'man gjournal'
Product: Documentation Reporter: admin
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description admin 2009-05-25 10:30:05 UTC
section 'EXAMPLES', second example:
> tunefs -J enable -n disable da01sd.journal
need
tunefs -J enable -n disable da0s1d.journal

How-To-Repeat: man gjournal
Comment 1 Maxim Konovalov freebsd_committer freebsd_triage 2009-05-25 10:53:07 UTC
State Changed
From-To: open->patched

Fixed in HEAD.  Thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-05-25 10:53:08 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"
Comment 3 Maxim Konovalov freebsd_committer freebsd_triage 2009-06-01 06:48:41 UTC
State Changed
From-To: patched->closed

Merged to RELENG_7.