Bug 177995

Summary: [patch] Missing .Pp in syscons.4
Product: Documentation Reporter: Jimmy Olgeni <olgeni>
Component: Books & ArticlesAssignee: Joel Dahl <joel>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Jimmy Olgeni freebsd_committer freebsd_triage 2013-04-20 16:30:01 UTC
The syscons(4) man page is missing a .Pp tag.

Fix: A small whitespace fix is also included.
Comment 1 Joel Dahl freebsd_committer freebsd_triage 2013-04-20 23:23:53 UTC
Responsible Changed
From-To: freebsd-doc->joel

Take.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-04-20 23:26:41 UTC
Author: joel (doc committer)
Date: Sat Apr 20 22:26:33 2013
New Revision: 249712
URL: http://svnweb.freebsd.org/changeset/base/249712

Log:
  Add missing Pp. Also remove some minor whitespace.
  
  PR:		177995
  Submitted by:	olgeni

Modified:
  head/share/man/man4/syscons.4

Modified: head/share/man/man4/syscons.4
==============================================================================
--- head/share/man/man4/syscons.4	Sat Apr 20 22:16:49 2013	(r249711)
+++ head/share/man/man4/syscons.4	Sat Apr 20 22:26:33 2013	(r249712)
@@ -471,9 +471,9 @@ device atkbdc
 device atkbd
 device vga
 device sc
-
 device splash
 .Ed
+.Pp
 You also need the following lines in
 .Pa /boot/device.hints
 for these drivers.
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Comment 3 Joel Dahl freebsd_committer freebsd_triage 2013-04-20 23:27:16 UTC
State Changed
From-To: open->closed

Patch committed. Thanks!