Bug 110097

Summary: [patch] ng_fec man page contains a non working example
Product: Documentation Reporter: Sameh Ghane <sameh+freebsd>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Sameh Ghane 2007-03-08 18:40:05 UTC
	The example script included in ng_fec(4) man page is not correct

How-To-Repeat: 	man ng_fec
Comment 1 sameh 2007-03-08 19:50:27 UTC
Oops, actually I ran into this problem because tcsh does not support the '<<-'
operator. Man page might need some rewrite though.

Sorry.

Cheers,

-- 
Sameh Ghane
Comment 2 Maxim Konovalov freebsd_committer freebsd_triage 2007-03-24 01:27:51 UTC
State Changed
From-To: open->closed

Committed.  Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-03-24 01:39:31 UTC
maxim       2007-03-24 01:39:24 UTC

  FreeBSD src repository

  Modified files:
    share/man/man4       ng_fec.4 
  Log:
  o While the script is correct and works well in sh(1) make it
  works in tcsh(1) which does not support <<- redirection.
  
  PR:             docs/110097
  Submitted by:   Sameh Ghane
  
  Revision  Changes    Path
  1.5       +1 -1      src/share/man/man4/ng_fec.4
_______________________________________________
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"