From faf04960ffd2ce08f081c16dbbb9f0e3da99e41b Mon Sep 17 00:00:00 2001 From: Niclas Zeising Date: Tue, 21 Aug 2012 16:35:14 +0000 Subject: [PATCH] Add missing .Pp macro. PR: docs/170380 Submitted by: Garrett Cooper Approved by: joel (mentor) --- lib/libc/sys/dup.2 | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libc/sys/dup.2 b/lib/libc/sys/dup.2 index d2a4b7e2454..7a07c211bef 100644 --- a/lib/libc/sys/dup.2 +++ b/lib/libc/sys/dup.2 @@ -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: