Bug 123421

Summary: [patch] Fix lpr(1) Error Messages in Handbook Chapter 9
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
printing.patch.3.diff
none
file.diff none

Description Gabor Pali freebsd_committer freebsd_triage 2008-05-05 19:00:01 UTC
	I found a small inconsistency in the use markups of lpr(1)
	error messages in the FreeBSD Handbook, Chapter 9 (``Printing'').
	It is marked up as <errorname> and then marked up as a
	<screen> message. I think this should be settled and I created
	two different patches to choose from.

Fix: Solution #1: Replace <errorname> with <screen> (the preceding
	paragraph is adjusted).


Solution #2: Replace <screen> with <errorname>.
Comment 1 Gabor Kovesdan freebsd_committer freebsd_triage 2008-05-05 23:47:14 UTC
Responsible Changed
From-To: freebsd-doc->gabor

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

  FreeBSD doc repository

  Modified files:
    en_US.ISO8859-1/books/handbook/printing chapter.sgml 
  Log:
  - Cite the displayed error message in screen element
  
  PR:             docs/123421
  Submitted by:   pgj
  
  Revision  Changes    Path
  1.114     +4 -5      doc/en_US.ISO8859-1/books/handbook/printing/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

Committed, thanks!