From olgeni@olgeni.com  Sat Apr 20 15:27:43 2013
Return-Path: <olgeni@olgeni.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id 9D3EBC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 20 Apr 2013 15:27:43 +0000 (UTC)
	(envelope-from olgeni@olgeni.com)
Received: from olgeni.olgeni.com (olgeni.olgeni.com [31.171.246.156])
	by mx1.freebsd.org (Postfix) with ESMTP id 5F5CE144
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 20 Apr 2013 15:27:43 +0000 (UTC)
Received: by olgeni.olgeni.com (Postfix, from userid 58)
	id 50DFE1745AD; Sat, 20 Apr 2013 17:27:42 +0200 (CEST)
Received: from olgeni.olgeni (vpn-olgeni [10.2.0.2])
	by olgeni.olgeni.com (Postfix) with ESMTP id 46C2E17448B
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 20 Apr 2013 17:27:40 +0200 (CEST)
Received: from olgeni.olgeni (localhost [127.0.0.1])
	by olgeni.olgeni (8.14.6/8.14.6) with ESMTP id r3KFRdl3022139
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 20 Apr 2013 17:27:39 +0200 (CEST)
	(envelope-from olgeni@olgeni.olgeni)
Received: (from olgeni@localhost)
	by olgeni.olgeni (8.14.6/8.14.6/Submit) id r3KFRdq0022138;
	Sat, 20 Apr 2013 17:27:39 +0200 (CEST)
	(envelope-from olgeni)
Message-Id: <201304201527.r3KFRdq0022138@olgeni.olgeni>
Date: Sat, 20 Apr 2013 17:27:39 +0200 (CEST)
From: Jimmy Olgeni <olgeni@FreeBSD.org>
Reply-To: Jimmy Olgeni <olgeni@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Missing .Pp in syscons.4
X-Send-Pr-Version: 3.114
X-GNATS-Notify:

>Number:         177995
>Category:       docs
>Synopsis:       [patch] Missing .Pp in syscons.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    joel
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 20 15:30:01 UTC 2013
>Closed-Date:    Sat Apr 20 22:28:08 UTC 2013
>Last-Modified:  Sat Apr 20 22:30:00 UTC 2013
>Originator:     Jimmy Olgeni
>Release:        FreeBSD 9.1-STABLE amd64
>Organization:
>Environment:
>Description:

The syscons(4) man page is missing a .Pp tag.

>How-To-Repeat:
>Fix:

A small whitespace fix is also included.

Index: share/man/man4/syscons.4
===================================================================
--- share/man/man4/syscons.4	(revision 249703)
+++ share/man/man4/syscons.4	(working copy)
@@ -471,9 +471,9 @@
 device atkbd
 device vga
 device sc
-
 device splash
 .Ed
+.Pp
 You also need the following lines in
 .Pa /boot/device.hints
 for these drivers.
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->joel 
Responsible-Changed-By: joel 
Responsible-Changed-When: Sat Apr 20 22:23:53 UTC 2013 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=177995 
State-Changed-From-To: open->closed 
State-Changed-By: joel 
State-Changed-When: Sat Apr 20 22:27:16 UTC 2013 
State-Changed-Why:  
Patch committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=177995 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/177995: commit references a PR
Date: Sat, 20 Apr 2013 22:26:41 +0000 (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"
 
>Unformatted:
