From ae49bdb3ee8cd154b10924a6c15f64a1d78ca1d4 Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Thu, 18 Apr 2013 16:11:58 +0000 Subject: [PATCH] fix typo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1469400 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/programs/fcgistarter.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/programs/fcgistarter.xml b/docs/manual/programs/fcgistarter.xml index ce3e0e7897..e8a1968090 100644 --- a/docs/manual/programs/fcgistarter.xml +++ b/docs/manual/programs/fcgistarter.xml @@ -50,10 +50,10 @@
FastCGI program
-p port
-
Port which the program will listens on
+
Port which the program will listen on
-i interface
-
Interface which the program will listens on
+
Interface which the program will listen on
-N num
Number of instances of the program
-- 2.50.1