diff options
author | pluknet <pluknet@FreeBSD.org> | 2013-05-12 05:54:58 +0000 |
---|---|---|
committer | pluknet <pluknet@FreeBSD.org> | 2013-05-12 05:54:58 +0000 |
commit | 43885dc4e091f26916fada8d4b34d773d7ceb4a3 (patch) | |
tree | e54d7e1ac59a6a1dbc31096679235a3d8241363c /lib/libc/gen | |
parent | 2657a526128d5705d588d590c41ce8a06e373b65 (diff) | |
download | FreeBSD-src-43885dc4e091f26916fada8d4b34d773d7ceb4a3.zip FreeBSD-src-43885dc4e091f26916fada8d4b34d773d7ceb4a3.tar.gz |
Typo.
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/posix_spawn_file_actions_addopen.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/posix_spawn_file_actions_addopen.3 b/lib/libc/gen/posix_spawn_file_actions_addopen.3 index c466578..9cd47ef 100644 --- a/lib/libc/gen/posix_spawn_file_actions_addopen.3 +++ b/lib/libc/gen/posix_spawn_file_actions_addopen.3 @@ -190,7 +190,7 @@ is equal to .Fa newfildes (clearing .Dv FD_CLOEXEC ) . -A future update of the Standard is expected to require this behavior, +A future update of the Standard is expected to require this behavior. .Sh HISTORY The .Fn posix_spawn_file_actions_addopen , |