Bug 116223

Summary: A typo in p4-primer (11 Adding and Removing Files)
Product: Documentation Reporter: Gabor Pali <pgj>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Gabor Pali freebsd_committer freebsd_triage 2007-09-09 09:50:09 UTC
There is a misplaced </command> tag in the article "P4 Primer", Section "11 Adding and Removing Files", in the following sentence (http://www.freebsd.org/doc/en_US.ISO8859-1/articles/p4-primer/add-rm-files.html):

"Deleted files can be resurrected by syncing them to a prior version. The only way to permanently remove a file is to use the p4 obliterate command.",

where "p4 obliterate" is a command, but it reads "p4 obliterat" because the closing 'e' is not emphasized.

Fix: 

Move the missed 'e' before the closing </command> tag in the sgml source.
How-To-Repeat: It is permanent, so you will always see.
Comment 1 dfilter service freebsd_committer freebsd_triage 2007-09-09 10:03:44 UTC
danger      2007-09-09 09:03:35 UTC

  FreeBSD doc repository

  Modified files:
    en_US.ISO8859-1/articles/p4-primer article.sgml 
  Log:
  Fix a typo.
  
  PR:             docs/116223
  Submitted by:   Gábor PÁLI <pgj@FreeBSD.org>
  
  Revision  Changes    Path
  1.9       +1 -1      doc/en_US.ISO8859-1/articles/p4-primer/article.sgml
_______________________________________________
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 Daniel Gerzo freebsd_committer freebsd_triage 2007-09-09 10:04:00 UTC
State Changed
From-To: open->closed

Fixed in revision 1.9 of doc/en_US.ISO8859-1/articles/p4-primer/article.sgml 

Thanks for your report!