Bug 122702

Summary: device is missing from example
Product: Documentation Reporter: ota
Component: Books & ArticlesAssignee: Remko Lodder <remko>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description ota 2008-04-13 06:30:00 UTC
There are some examples of "man gjournal" at
http://www.freebsd.org/cgi/cvsweb.cgi/src/sbin/geom/class/journal/gjournal.8?rev=1.3

Once of them is as following.  tunefs is missing its device argument.

gjournal label da0s1d da0s1e && \e
    tunefs -J enable -n disable && \e
    mount -o async /dev/da0s1d.journal /mnt || \e
    mount /dev/da0s1d /mnt

Fix: 

"tunefs -J enable -n disable da0s1d.journal", I suppose.
How-To-Repeat: man gjournal or use the link above.
Comment 1 dfilter service freebsd_committer freebsd_triage 2008-04-13 08:48:10 UTC
remko       2008-04-13 07:48:05 UTC

  FreeBSD src repository

  Modified files:
    sbin/geom/class/journal gjournal.8 
  Log:
  Add missing device in tunefs entry.
  
  PR:             docs/122702
  Submitted by:   Yoshihiro Ota <ota@j.email.ne.jp>
  MFC After:      3 days
  
  Revision  Changes    Path
  1.4       +2 -2      src/sbin/geom/class/journal/gjournal.8
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 Remko Lodder freebsd_committer freebsd_triage 2008-04-13 08:49:10 UTC
Responsible Changed
From-To: freebsd-doc->remko

mfc reminder
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-04-16 19:54:18 UTC
remko       2008-04-16 18:54:08 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sbin/geom/class/journal gjournal.8 
  Log:
  MFC rev 1.4 gjournal.8
    Add missing device in tunefs entry.
  
    PR:             docs/122702
    Submitted by:   Yoshihiro Ota <ota@j.email.ne.jp>
    MFC After:      3 days
  
  MFC rev 1.5 gjournal.8
    I keep taking timemachines to get back in time. Update the
    year to 2008.
  
    Noticed by:     ceri
  
  Revision  Changes    Path
  1.1.2.2   +2 -2      src/sbin/geom/class/journal/gjournal.8
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Remko Lodder freebsd_committer freebsd_triage 2008-04-16 19:54:19 UTC
State Changed
From-To: open->closed

MFC'ed to all relevant branches, thanks!