Bug 123841

Summary: [patch] Fix <replaceable> Tags in Article linux-users
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
articles.linux-users.patch.2.diff none

Description Gabor Pali freebsd_committer freebsd_triage 2008-05-20 18:50:07 UTC
	I found possible old-style markups for emphasizing replaceable
	components in commands in the article titled ``FreeBSD
	Quickstart Guide for Linux Users''. They are marked up by
	&lt; and &gt; entities, but in my humble opinion they should be
	enclosed by <replaceable> tags.
Comment 1 Gabor Pali freebsd_committer freebsd_triage 2008-05-21 04:07:23 UTC
Responsible Changed
From-To: freebsd-doc->gabor

Takes.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-05-25 16:19:05 UTC
gabor       2008-05-25 15:18:57 UTC

  FreeBSD doc repository

  Modified files:
    en_US.ISO8859-1/articles/linux-users article.sgml 
  Log:
  - Improve markup by using replaceable element instead of enclosing the text
    into < and > signs
  
  PR:             docs/123841
  Submitted by:   pgj
  
  Revision  Changes    Path
  1.4       +5 -5      doc/en_US.ISO8859-1/articles/linux-users/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 3 Gabor Kovesdan freebsd_committer freebsd_triage 2008-05-25 16:20:18 UTC
State Changed
From-To: open->closed

Committed, thanks!