From bee0365a4a6b5a320ed7734987befbf1e7d30bf2 Mon Sep 17 00:00:00 2001 From: Joseph Koshy Date: Mon, 9 Nov 1998 06:52:46 +0000 Subject: [PATCH] Fix a .Nm -> .Fn fix that was missed in the previous commit. Pointed-out-by: Bruce Evans --- lib/libc/gen/popen.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/gen/popen.3 b/lib/libc/gen/popen.3 index b22a57ef132..600f5d085aa 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.