From nobody@FreeBSD.org  Sat Aug  4 23:20:30 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 98A001065673
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  4 Aug 2012 23:20:30 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 844828FC14
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  4 Aug 2012 23:20:30 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q74NKUDn098650
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 4 Aug 2012 23:20:30 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q74NKUTu098649;
	Sat, 4 Aug 2012 23:20:30 GMT
	(envelope-from nobody)
Message-Id: <201208042320.q74NKUTu098649@red.freebsd.org>
Date: Sat, 4 Aug 2012 23:20:30 GMT
From: Garrett Cooper <yaneurabeya@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] add missing Pp to dup(2) in errors section
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         170380
>Category:       docs
>Synopsis:       [patch] add missing Pp to dup(2) in errors section
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    zeising
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 04 23:30:01 UTC 2012
>Closed-Date:    Tue Aug 21 16:37:37 UTC 2012
>Last-Modified:  Sun Feb 03 22:30:49 UTC 2013
>Originator:     Garrett Cooper
>Release:        9-STABLE
>Organization:
EMC Isilon
>Environment:
FreeBSD bayonetta.local 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #12 r238487M: Sun Jul 15 08:51:25 PDT 2012     gcooper@bayonetta.local:/usr/obj/store/freebsd/stable/9/sys/BAYONETTA  amd64
>Description:
A .Pp call is missing between error sections. Not really critical for humans; just a minor eyesore.

It does confuse a script I have for parsing manpages though.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- //depot/user/gcooper/atf-head/src/lib/libc/sys/dup.2	2012-05-20 04:37:04.000000000 0000
+++ /scratch/p4/user/gcooper/atf-head/src/lib/libc/sys/dup.2	2012-05-20 04:37:04.000000000 0000
@@ -138,6 +138,7 @@
 .It Bq Er EMFILE
 Too many descriptors are active.
 .El
+.Pp
 The
 .Fn dup2
 system call fails if:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->zeising 
Responsible-Changed-By: zeising 
Responsible-Changed-When: Sat Aug 4 23:41:38 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=170380 
State-Changed-From-To: open->closed 
State-Changed-By: zeising 
State-Changed-When: Tue Aug 21 16:37:36 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/170380: commit references a PR
Date: Tue, 21 Aug 2012 16:35:29 +0000 (UTC)

 Author: zeising (ports committer)
 Date: Tue Aug 21 16:35:14 2012
 New Revision: 239503
 URL: http://svn.freebsd.org/changeset/base/239503
 
 Log:
   Add missing .Pp macro.
   
   PR:		docs/170380
   Submitted by:	Garrett Cooper <yaneurabeya@gmail.com>
   Approved by:	joel (mentor)
 
 Modified:
   head/lib/libc/sys/dup.2
 
 Modified: head/lib/libc/sys/dup.2
 ==============================================================================
 --- head/lib/libc/sys/dup.2	Tue Aug 21 16:18:11 2012	(r239502)
 +++ head/lib/libc/sys/dup.2	Tue Aug 21 16:35:14 2012	(r239503)
 @@ -138,6 +138,7 @@ is not a valid active descriptor
  .It Bq Er EMFILE
  Too many descriptors are active.
  .El
 +.Pp
  The
  .Fn dup2
  system call fails if:
 _______________________________________________
 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:
