svn commit: r239503 - head/lib/libc/sys

Niclas Zeising zeising at FreeBSD.org
Tue Aug 21 16:35:15 UTC 2012


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 <yanegomi at 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:


More information about the svn-src-all mailing list