From ue@nathan.ruhr.de  Fri Jul  7 16:59:32 2000
Return-Path: <ue@nathan.ruhr.de>
Received: from mail.ruhr.de (in-ruhr2.ruhr.de [141.39.224.60])
	by hub.freebsd.org (Postfix) with SMTP id 25B4737BAE5
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  7 Jul 2000 16:59:29 -0700 (PDT)
	(envelope-from ue@nathan.ruhr.de)
Received: (qmail 38427 invoked by alias); 8 Jul 2000 00:01:00 -0000
Received: (from ue@localhost)
	by nathan.ruhr.de (8.9.3/8.9.3) id XAA56270;
	Fri, 7 Jul 2000 23:12:04 +0200 (CEST)
	(envelope-from ue)
Message-Id: <200007072112.XAA56270@nathan.ruhr.de>
Date: Fri, 7 Jul 2000 23:12:04 +0200 (CEST)
From: Udo Erdelhoff <ue@nathan.ruhr.de>
Reply-To: ue@nathan.ruhr.de
To: FreeBSD-gnats-submit@freebsd.org
Subject: Confusing NOTES entry for SOFTUPDATES
X-Send-Pr-Version: 3.2

>Number:         19770
>Category:       conf
>Synopsis:       Confusing NOTES entry for SOFTUPDATES
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 07 17:00:00 PDT 2000
>Closed-Date:    Sun Jul 9 08:42:01 PDT 2000
>Last-Modified:  Sun Jul 09 08:42:49 PDT 2000
>Originator:     Udo Erdelhoff
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:

src/sys/i386/conf/NOTES, 1.793

>Description:

The NOTES entry for softupdates reads:

# Soft updates is technique for improving file system speed and
# making abrupt shutdown less risky.  It is not enabled by default due
# to copyright restraints on the code that implement it.
# 
options         SOFTUPDATES

a) The first sentence should start with "Soft updates is a technique..."
b) The second senctence should be removed - the restraints have been
dropped and SOFTUPDATES is now enabled by default.

>How-To-Repeat:

Open the file in the one true editor (vi ;->) and search for SOFTUPDATES

>Fix:

Index: NOTES
===================================================================
RCS file: /home/ncvs/src/sys/i386/conf/NOTES,v
retrieving revision 1.793
diff -u -r1.793 NOTES
--- NOTES       2000/07/04 17:37:21     1.793
+++ NOTES       2000/07/07 20:59:26
@@ -643,9 +643,8 @@
 # Also, 'options MFS' is currently incompatible with DEVFS.
 options        DEVFS                   #devices filesystem
 
-# Soft updates is technique for improving file system speed and
-# making abrupt shutdown less risky.  It is not enabled by default due
-# to copyright restraints on the code that implement it.
+# Soft updates is a technique for improving file system speed and
+# making abrupt shutdown less risky.
 #
 options        SOFTUPDATES


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: alex 
State-Changed-When: Sun Jul 9 08:42:01 PDT 2000 
State-Changed-Why:  
Committed the "is a technique" fix. 
The other was fixed already, as you wrote me :) 

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