From nobody@FreeBSD.org  Thu Oct 23 22:07:49 2008
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 ECD4A1065674
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 23 Oct 2008 22:07:49 +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 DB5728FC18
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 23 Oct 2008 22:07:49 +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 m9NM7nKZ042090
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 23 Oct 2008 22:07:49 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id m9NM7nHJ042089;
	Thu, 23 Oct 2008 22:07:49 GMT
	(envelope-from nobody)
Message-Id: <200810232207.m9NM7nHJ042089@www.freebsd.org>
Date: Thu, 23 Oct 2008 22:07:49 GMT
From: Bruce Cran <bruce@cran.org.uk>
To: freebsd-gnats-submit@FreeBSD.org
Subject: README.snapshots still refers to snaphots as "alpha-test" code
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         128325
>Category:       docs
>Synopsis:       README.snapshots still refers to snaphots as "alpha-test" code
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mckusick
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 23 22:10:02 UTC 2008
>Closed-Date:    Wed Nov 24 01:00:37 UTC 2010
>Last-Modified:  Wed Nov 24 01:00:37 UTC 2010
>Originator:     Bruce Cran
>Release:        7.1-PRERELEASE
>Organization:
>Environment:
FreeBSD router.draftnet 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Sat Sep 13 07:25:04 BST 2008     brucec@router.draftnet:/usr/obj/usr/src/sys/ROUTER  i386
>Description:
mount(8) has a section on the snapshot command. At the end it says more information can be found in /usr/src/sys/ufs/ffs/README.snapshot.  Unfortunately the first paragraph in README.snapshot hasn't been updated since 2000 and still refers to snapshots as alpha-test code.  This needs to be updated since snapshot capability is stable in modern releases of FreeBSD.
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->mckusick 
Responsible-Changed-By: murray 
Responsible-Changed-When: Mon Dec 15 00:51:55 UTC 2008 
Responsible-Changed-Why:  
Kirk, can you take a look at this readme and suggest some new text 
about snapshots?  Things have progressed quite a bit since 2000 I am 
sure. 


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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/128325: commit references a PR
Date: Tue, 23 Nov 2010 23:14:08 +0000 (UTC)

 Author: mckusick
 Date: Tue Nov 23 23:13:58 2010
 New Revision: 215784
 URL: http://svn.freebsd.org/changeset/base/215784
 
 Log:
   MFC of 215576
   
   Delete /sys/ufs/ffs/README.snapshot as it is no longer relevant.
   Drop reference to it in mount(8).
   
   Reported by: Bruce Cran <bruce@cran.org.uk>
   PR: docs/128325
 
 Deleted:
   stable/8/sys/ufs/ffs/README.snapshot
 Modified:
   stable/8/sbin/mount/mount.8
 Directory Properties:
   stable/8/sbin/mount/   (props changed)
   stable/8/sys/   (props changed)
   stable/8/sys/amd64/include/xen/   (props changed)
   stable/8/sys/cddl/contrib/opensolaris/   (props changed)
   stable/8/sys/contrib/dev/acpica/   (props changed)
   stable/8/sys/contrib/pf/   (props changed)
   stable/8/sys/dev/xen/xenpci/   (props changed)
 
 Modified: stable/8/sbin/mount/mount.8
 ==============================================================================
 --- stable/8/sbin/mount/mount.8	Tue Nov 23 22:17:39 2010	(r215783)
 +++ stable/8/sbin/mount/mount.8	Tue Nov 23 23:13:58 2010	(r215784)
 @@ -305,9 +305,6 @@ When you are done with the mounted snaps
  umount /mnt
  mdconfig -d -u 4
  .Ed
 -.Pp
 -Further details can be found in the file at
 -.Pa /usr/src/sys/ufs/ffs/README.snapshot .
  .El
  .It Cm suiddir
  A directory on the mounted file system will respond to the SUID bit
 _______________________________________________
 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"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/128325: commit references a PR
Date: Wed, 24 Nov 2010 00:00:37 +0000 (UTC)

 Author: mckusick
 Date: Wed Nov 24 00:00:32 2010
 New Revision: 215785
 URL: http://svn.freebsd.org/changeset/base/215785
 
 Log:
   MFC of 215576
   
   Delete /sys/ufs/ffs/README.snapshot as it is no longer relevant.
   Drop reference to it in mount(8).
   
   Reported by: Bruce Cran <bruce@cran.org.uk>
   PR: docs/128325
 
 Deleted:
   stable/7/sys/ufs/ffs/README.snapshot
 Modified:
   stable/7/sbin/mount/mount.8
 Directory Properties:
   stable/7/sbin/mount/   (props changed)
   stable/7/sys/   (props changed)
   stable/7/sys/cddl/contrib/opensolaris/   (props changed)
   stable/7/sys/contrib/dev/acpica/   (props changed)
   stable/7/sys/contrib/pf/   (props changed)
 
 Modified: stable/7/sbin/mount/mount.8
 ==============================================================================
 --- stable/7/sbin/mount/mount.8	Tue Nov 23 23:13:58 2010	(r215784)
 +++ stable/7/sbin/mount/mount.8	Wed Nov 24 00:00:32 2010	(r215785)
 @@ -293,9 +293,6 @@ When you are done with the mounted snaps
  umount /mnt
  mdconfig -d -u 4
  .Ed
 -.Pp
 -Further details can be found in the file at
 -.Pa /usr/src/sys/ufs/ffs/README.snapshot .
  .El
  .It Cm suiddir
  A directory on the mounted file system will respond to the SUID bit
 _______________________________________________
 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: open->closed 
State-Changed-By: mckusick 
State-Changed-When: Wed Nov 24 00:58:52 UTC 2010 
State-Changed-Why:  
A documentation update has been made to head. 
The update has been MFC'ed to stable-7 and stable-8. 

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