Bug 123343

Summary: [patch] Fix $USER in Handbook Section 18.5
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
disks.patch.2.diff
none
file.diff none

Description Gabor Pali freebsd_committer freebsd_triage 2008-05-02 21:10:02 UTC
	There is a double "markup" for the user's name in the
	FreeBSD Handbook, Section 18.5 (USB Storage Devices). The text
	mentions the environmental variable USER and uses its value
	by $USER. But I think it is ambiguous and it should not be marked
	replaceable, because it is not replaceable (by the user), it
	directly implements the right thing.
	
	I created alternative patches to give two different
	solutions to this problem.

Fix: Solution #1: Remove all $USER references and replace them
	with <replaceable> tags.

Solution #2: Remove all <replaceable> tags.
Comment 1 Gabor Kovesdan freebsd_committer freebsd_triage 2008-05-02 21:30:05 UTC
Responsible Changed
From-To: freebsd-doc->gabor

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

  FreeBSD doc repository

  Modified files:
    en_US.ISO8859-1/books/handbook/disks chapter.sgml 
  Log:
  - Use replaceable correctly.  Don't mark up the environment variable,
    use the "username" word instead.
  
  PR:             docs/123343
  Submitted by:   pgj
  
  Revision  Changes    Path
  1.285     +5 -5      doc/en_US.ISO8859-1/books/handbook/disks/chapter.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-07 16:11:26 UTC
State Changed
From-To: open->closed

The first solution has been committed, thanks!