Bug 19770

Summary: Confusing NOTES entry for SOFTUPDATES
Product: Base System Reporter: ue <ue>
Component: confAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description ue 2000-07-08 01:00:00 UTC
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
Comment 1 alex freebsd_committer freebsd_triage 2000-07-09 16:42:01 UTC
State Changed
From-To: open->closed

Committed the "is a technique" fix. 
The other was fixed already, as you wrote me :)