Bug 119658

Summary: [patch] Add syntax note to loader.conf.5
Product: Documentation Reporter: jhs
Component: Books & ArticlesAssignee: Giorgos Keramidas <keramida>
Status: Closed FIXED    
Severity: Affects Only Me CC: jhs
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description jhs 2008-01-14 12:00:02 UTC
	Add syntax note to man loader

Fix: Patch appended.

http://berklix.com/~jhs/src/bsd/fixes/FreeBSD/src/gen/sys/boot/forth/loader.conf.5.REL=ALL.diff
How-To-Repeat: 	-
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2008-01-14 15:18:26 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-doc

reassign.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-01-16 06:59:28 UTC
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"
Comment 3 Giorgos Keramidas freebsd_committer freebsd_triage 2008-01-16 07:02:17 UTC
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 :) 


Comment 4 Giorgos Keramidas freebsd_committer freebsd_triage 2008-01-16 07:02:17 UTC
Responsible Changed
From-To: freebsd-doc->keramida

I'll handle the MFC for this.
Comment 5 Giorgos Keramidas freebsd_committer freebsd_triage 2008-12-06 14:20:19 UTC
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.