From owner-freebsd-doc@FreeBSD.ORG Sat Aug 4 23:30:01 2012 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E21A1106566B for ; Sat, 4 Aug 2012 23:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9B0478FC16 for ; Sat, 4 Aug 2012 23:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q74NU1Pr087898 for ; Sat, 4 Aug 2012 23:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q74NU1lw087892; Sat, 4 Aug 2012 23:30:01 GMT (envelope-from gnats) Resent-Date: Sat, 4 Aug 2012 23:30:01 GMT Resent-Message-Id: <201208042330.q74NU1lw087892@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Garrett Cooper Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 98A001065673 for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: docs/170380: [patch] add missing Pp to dup(2) in errors section X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Aug 2012 23:30:02 -0000 >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: