diff options
Diffstat (limited to 'lib/libc/gen/popen.3')
-rw-r--r-- | lib/libc/gen/popen.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/popen.3 b/lib/libc/gen/popen.3 index b22a57e..600f5d0 100644 --- a/lib/libc/gen/popen.3 +++ b/lib/libc/gen/popen.3 @@ -65,7 +65,7 @@ only allow the .Fa type argument to specify reading or writing, not both. Since -.Nm +.Fn popen is now implemented using a bidirectional pipe, the .Fa type argument may request a bidirectional data flow. |