diff options
author | jkoshy <jkoshy@FreeBSD.org> | 1998-11-09 06:52:46 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 1998-11-09 06:52:46 +0000 |
commit | 7273a662859cddea81648e430c4fa8a2dfc96411 (patch) | |
tree | fd6b536c1c1dbb3146f7abb989f2b226387c5c1a /lib | |
parent | 7dcee097bae7e1fce974b704fa2cc4aedeb04db4 (diff) | |
download | FreeBSD-src-7273a662859cddea81648e430c4fa8a2dfc96411.zip FreeBSD-src-7273a662859cddea81648e430c4fa8a2dfc96411.tar.gz |
Fix a .Nm -> .Fn fix that was missed in the previous commit.
Pointed-out-by: Bruce Evans
Diffstat (limited to 'lib')
-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. |