| Summary: | [patch] Add syntax note to loader.conf.5 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | jhs | ||||
| Component: | Books & Articles | Assignee: | Giorgos Keramidas <keramida> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | jhs | ||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
jhs
2008-01-14 12:00:02 UTC
Responsible Changed From-To: freebsd-bugs->freebsd-doc reassign. keramida 2008-01-16 06:59:22 UTC
FreeBSD src repository (doc committer)
Modified files:
sys/boot/forth loader.conf.5
Log:
Document that loader(8) stops reading `loader.conf' when it
encounters a syntax error, and add a tip about adding first
the `vital' options and then experimental ones.
PR: docs/119658
Submitted by: Julian Stacey, jhs at berklix.org
Revision Changes Path
1.27 +10 -0 src/sys/boot/forth/loader.conf.5
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->patched I moved the `BUGS' section below `FILES' (the suggested order from the groff_mdoc(7) manpage), and reworded the text a bit. Committed as rev. 1.27 and 1.28 of loader.conf.5 in HEAD. Thanks :) Responsible Changed From-To: freebsd-doc->keramida I'll handle the MFC for this. State Changed From-To: patched->closed I have finished merging this change to stable/7, releng/7.1, and the stable/6 branches. Thanks for the original bug report. |