diff options
author | zeising <zeising@FreeBSD.org> | 2012-08-21 16:35:14 +0000 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2012-08-21 16:35:14 +0000 |
commit | 9e17ee4443c083ac0ae46c562bf5ae634d84252e (patch) | |
tree | c54465efb35acc2419efa2d90caf91cbef4219f7 /lib/libc/sys | |
parent | 1db52193bc5597cd34d51394a056a80d79182744 (diff) | |
download | FreeBSD-src-9e17ee4443c083ac0ae46c562bf5ae634d84252e.zip FreeBSD-src-9e17ee4443c083ac0ae46c562bf5ae634d84252e.tar.gz |
Add missing .Pp macro.
PR: docs/170380
Submitted by: Garrett Cooper <yanegomi@gmail.com>
Approved by: joel (mentor)
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/dup.2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/sys/dup.2 b/lib/libc/sys/dup.2 index d2a4b7e..7a07c21 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: |