Bug 123425

Summary: [patch] Fix Wrong <keycap> Tag in Handbook Section 24.5.2
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
serialcomms.patch.3.diff none

Description Gabor Pali freebsd_committer freebsd_triage 2008-05-05 19:20:03 UTC
	I found a misused <keycap> tag in the FreeBSD Handbook, Chapter
	24 (``Serial Communications''), Section 24.5.2 (``How Am I Expected
	to Enter These AT Commands?''). I never used tip(1) but the man
	page of it tells me those escape signals (prefixed by a tilde
	character) are not simply keys but keystrokes or commands.
	Therefore I think it should be marked up as a <command> (as in
	the other parts of the chapter).
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-06 13:58:16 UTC
gabor       2008-05-06 12:58:09 UTC

  FreeBSD doc repository

  Modified files:
    en_US.ISO8859-1/books/handbook/serialcomms chapter.sgml 
  Log:
  - Mark up a tip.1 command with the command element instead of keycap [1]
  - Mark up hosts with hostid element [2]
  - Use replaceable element instead of putting the value between &lt;
    and &gt; [3]
  
  PR:             docs/123425 [1], docs/123426 [2], docs/123427 [3]
  Submitted by:   pgj
  
  Revision  Changes    Path
  1.123     +4 -4      doc/en_US.ISO8859-1/books/handbook/serialcomms/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-06 16:57:09 UTC
State Changed
From-To: open->closed

Committed, thanks!