| Summary: | Fix read-only sysctl wording | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Brad Davis <so14k> | ||||
| Component: | Books & Articles | Assignee: | Remko Lodder <remko> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Brad Davis
2005-04-22 21:50:24 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>
Responsible Changed From-To: freebsd-doc->remko I will work on this PR. State Changed From-To: open->closed The patch had been applied. Thanks for the submission! |