Bug 123948

Summary: [patch] Fix Markup in FAQ, Question 3.14
Product: Documentation Reporter: Gabor Pali <pgj>
Component: Books & ArticlesAssignee: Gabor Kovesdan <gabor>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
books.faq.patch.9.diff none

Description Gabor Pali freebsd_committer freebsd_triage 2008-05-24 08:10:09 UTC
	I found missing <replaceable> tags in the FreeBSD FAQ, Question 3.14.
	``Which geometry should I use for a disk drive?'' in the description
	where it discuss about the geometry of SCSI disks. Text references
	to a meta-value called M and it has a misused markup at the first
	time (<literal> instead of <replaceable>) and then it is missing (no
	markup). I think M should enclosed by <replaceable> tags both times
	to fix this tiny problem.
Comment 1 Gabor Kovesdan freebsd_committer freebsd_triage 2008-05-25 12:01:03 UTC
Responsible Changed
From-To: freebsd-doc->gabor

Take.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-05-25 15:37:14 UTC
gabor       2008-05-25 14:37:05 UTC

  FreeBSD doc repository

  Modified files:
    en_US.ISO8859-1/books/faq book.sgml 
  Log:
  - Use a more fine-grained markup
  
  PR:             docs/123948, docs/123974
  Submitted by:   pgj
  
  Revision  Changes    Path
  1.819     +10 -10    doc/en_US.ISO8859-1/books/faq/book.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 3 Gabor Kovesdan freebsd_committer freebsd_triage 2008-05-25 15:41:48 UTC
State Changed
From-To: open->closed

Committed, thanks!