Bug 80263

Summary: Fix read-only sysctl wording
Product: Documentation Reporter: Brad Davis <so14k>
Component: Books & ArticlesAssignee: Remko Lodder <remko>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Brad Davis 2005-04-22 21:50:24 UTC
	Fix read-only sysctl wording.
Comment 1 Brad Davis 2005-04-22 22:48:12 UTC
Fix a typo pointed out by remko@


--- doc-ori/en_US.ISO8859-1/books/handbook/config/chapter.sgml	Fri Apr 22 11:51:50 2005
+++ doc/en_US.ISO8859-1/books/handbook/config/chapter.sgml	Fri Apr 22 14:37:59 2005
@@ -1651,7 +1651,8 @@
     <title>&man.sysctl.8; Read-only</title>
 
     <para>In some cases it may be desirable to modify read-only &man.sysctl.8;
-      values.  While this is not recommended, it is also sometimes unavoidable.</para>
+      values.  While this is sometimes unavoidable, it can only be done
+      on (re)boot.</para>
 
     <para>For instance on some laptop models the &man.cardbus.4; device will
       not probe memory ranges, and fail with errors which look similar to:</para>
Comment 2 Remko Lodder freebsd_committer freebsd_triage 2005-04-22 22:57:44 UTC
Responsible Changed
From-To: freebsd-doc->remko

I will work on this PR.
Comment 3 Remko Lodder freebsd_committer freebsd_triage 2005-04-22 23:08:33 UTC
State Changed
From-To: open->closed

The patch had been applied. Thanks for the submission!