aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>1998-11-09 06:52:46 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>1998-11-09 06:52:46 +0000
commitbee0365a4a6b5a320ed7734987befbf1e7d30bf2 (patch)
tree4799e4f15610c761b652361405481d03e4cbe7f3 /lib
parenta2f6918d76d29bb9a359b2d79c0025eeaf7d7143 (diff)
downloadsrc-bee0365a4a6b5a320ed7734987befbf1e7d30bf2.tar.gz
src-bee0365a4a6b5a320ed7734987befbf1e7d30bf2.zip
Fix a .Nm -> .Fn fix that was missed in the previous commit.
Pointed-out-by: Bruce Evans
Notes
Notes: svn path=/head/; revision=41025
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/popen.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/popen.3 b/lib/libc/gen/popen.3
index b22a57ef132d..600f5d085aad 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.