Bug 107306

Summary: grammar error in make(1)
Product: Documentation Reporter: Tomas Mozes <hydrapolic>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Tomas Mozes 2006-12-29 11:30:16 UTC
There is a simple grammar error in make(1) -> SPECIAL SOURCES -> .WAIT

"If special .WAIT source is appears in a dependency line, the sources that precede it are made before the sources that succeed it in the line."

Fix: 

If a special .WAIT source appears on a dependency line, the sources that precede it are made before the sources that succeed it on the line.
How-To-Repeat: man make

or

http://www.freebsd.org/cgi/man.cgi?query=make&apropos=0&sektion=0&manpath=FreeBSD+6.1-RELEASE&format=html#SPECIAL+SOURCES
Comment 1 dfilter service freebsd_committer freebsd_triage 2006-12-31 07:23:08 UTC
maxim       2006-12-31 07:22:55 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         make.1 
  Log:
  o Grammar: is appears -> appears.
  
  PR:             docs/107306
  Submitted by:   Tomas Mozes
  MFC after:      1 week
  
  Revision  Changes    Path
  1.101     +1 -1      src/usr.bin/make/make.1
_______________________________________________
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 2 Maxim Konovalov freebsd_committer freebsd_triage 2006-12-31 07:23:12 UTC
State Changed
From-To: open->patched

Fixed in HEAD.  Thanks!
Comment 3 Maxim Konovalov freebsd_committer freebsd_triage 2007-01-07 09:50:36 UTC
State Changed
From-To: patched->closed

Merged to RELENG_6.