Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Aug 2012 23:20:30 GMT
From:      Garrett Cooper <yanegomi@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   docs/170380: [patch] add missing Pp to dup(2) in errors section
Message-ID:  <201208042320.q74NKUTu098649@red.freebsd.org>
Resent-Message-ID: <201208042330.q74NU1lw087892@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         170380
>Category:       docs
>Synopsis:       [patch] add missing Pp to dup(2) in errors section
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 04 23:30:01 UTC 2012
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208042320.q74NKUTu098649>