From 4ae65b02e7c624184bd3551a17898bedc58df44b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BChler?= Date: Sat, 27 Jun 2015 17:56:24 +0200 Subject: [PATCH] fix minus signs in man page --- fcgi-debug.1 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/fcgi-debug.1 b/fcgi-debug.1 index 641c218..696a0eb 100644 --- a/fcgi-debug.1 +++ b/fcgi-debug.1 @@ -1,19 +1,19 @@ -.TH fcgi-debug 1 "Feb 3, 2009" +.TH fcgi\-debug 1 "Feb 3, 2009" .SH NAME -fcgi-debug \- debugs fastcgi streams +fcgi\-debug \- debugs fastcgi streams .SH OPTIONS The fastcgi binary you want to debug .SH DESCRIPTION -fcgi-debug helps you to trace what happens with your fastcgi programs without having to strace them; +fcgi\-debug helps you to trace what happens with your fastcgi programs without having to strace them; it just sits between webserver and your fastcgi program and forwards all content while analysing it. -For running you probably want spawn-fcgi (either from lighttpd, or from https://cgit.stbuehler.de/gitosis/spawn-fcgi/about/) +For running you probably want spawn\-fcgi (either from lighttpd, or from https://cgit.stbuehler.de/gitosis/spawn\-fcgi/about/) .SH EXAMPLE Example usage (starts a fastcgi server listening on port 1026): -spawn-fcgi -C 0 -p 1026 -n -- /usr/bin/fcgi-debug /usr/bin/php5-cgi +spawn\-fcgi \-C 0 \-p 1026 \-n \-\- /usr/bin/fcgi\-debug /usr/bin/php5\-cgi .SH AUTHOR -fcgi-debug was written by Stefan Bühler. +fcgi\-debug was written by Stefan Bühler. .PP -This manual page was written by Stefan B\"uhler , +This manual page was written by Stefan Bühler for the Debian project (but may be used by others).