Bug 138833

Summary: syntax error in 'man mksnap_ffs'
Product: Documentation Reporter: admin
Component: Books & ArticlesAssignee: Christian Brueffer <brueffer>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description admin 2009-09-15 07:50:02 UTC
syntax error in section "SEE ALSO" for 'man mksnap_ffs'
SEE ALSO
     chmod(2), chown(8), mdconfig(8,) mount(8)
may be
> mdconfig(8,)
to be
> mdconfig(8),
? =)

How-To-Repeat: man mksnap_ffs =)
Comment 1 Christian Brueffer freebsd_committer freebsd_triage 2009-09-17 14:09:18 UTC
State Changed
From-To: open->patched

Fixed in HEAD, MFC pending. 


Comment 2 Christian Brueffer freebsd_committer freebsd_triage 2009-09-17 14:09:18 UTC
Responsible Changed
From-To: freebsd-doc->brueffer

Fixed in HEAD, MFC pending.
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-09-17 14:09:22 UTC
Author: brueffer
Date: Thu Sep 17 13:09:08 2009
New Revision: 197275
URL: http://svn.freebsd.org/changeset/base/197275

Log:
  Fix an xref.
  
  PR:		138833
  Submitted by:	Alex Keda <admin@lissyara.su>
  MFC after:	3 days

Modified:
  head/sbin/mksnap_ffs/mksnap_ffs.8

Modified: head/sbin/mksnap_ffs/mksnap_ffs.8
==============================================================================
--- head/sbin/mksnap_ffs/mksnap_ffs.8	Thu Sep 17 13:04:46 2009	(r197274)
+++ head/sbin/mksnap_ffs/mksnap_ffs.8	Thu Sep 17 13:09:08 2009	(r197275)
@@ -69,7 +69,7 @@ mount -o ro /dev/md0 /mnt/
 .Sh SEE ALSO
 .Xr chmod 2 ,
 .Xr chown 8 ,
-.Xr mdconfig 8,
+.Xr mdconfig 8 ,
 .Xr mount 8
 .Sh CAVEATS
 The disk full situation is not handled gracefully and may
_______________________________________________
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 4 Christian Brueffer freebsd_committer freebsd_triage 2009-10-12 13:27:41 UTC
State Changed
From-To: patched->closed

MFCs done.