Bug 97939

Summary: some mistake in man of amq(8)
Product: Documentation Reporter: Serg Podtynnyi <n-ice>
Component: Books & ArticlesAssignee: Pav Lucistnik <pav>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Serg Podtynnyi 2006-05-26 01:10:29 UTC
some mistake in man of amq(8)
     -D log_options
	     Ask the automounter to use the debugging options specified in
	     debug_options from now on.
it's wrong
 [-D debug_options] should be used

Fix: 

-D debug_options
	     Ask the automounter to use the debugging options specified in
	     debug_options from now on.
How-To-Repeat: man amq
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2007-05-12 11:20:20 UTC
State Changed
From-To: open->patched

Committed, thanks! Will MFC later. 


Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2007-05-12 11:20:20 UTC
Responsible Changed
From-To: freebsd-doc->pav

Committed, thanks! Will MFC later.
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-05-12 11:25:39 UTC
pav         2007-05-12 10:25:31 UTC

  FreeBSD src repository (doc,ports committer)

  Modified files:
    contrib/amd/amq      amq.8 
  Log:
  Fix -D description to read debug_options
  
  PR:             doc/97939
  Submitted by:   Serg Podtynnyi <n-ice@yandex.ru>
  MFC after:      1 week
  
  Revision  Changes    Path
  1.13      +1 -1      src/contrib/amd/amq/amq.8
_______________________________________________
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 4 Pav Lucistnik freebsd_committer freebsd_triage 2007-05-19 12:07:57 UTC
State Changed
From-To: patched->closed

MFC'ed.