#!/bin/sh /usr/share/dpatch/dpatch-run
## 01-manpage.dpatch by Daniel Baumann <daniel@debian.org>

@DPATCH@

diff -Naur micro_proxy.orig/micro_proxy.8 micro_proxy/micro_proxy.8
--- micro_proxy.orig/micro_proxy.8	2005-06-29 17:29:11.000000000 +0000
+++ micro_proxy/micro_proxy.8	2005-11-05 14:19:03.719576104 +0000
@@ -1,6 +1,6 @@
 .TH micro_proxy 8 "16 March 1999"
 .SH NAME
-micro_proxy - really small HTTP/HTTPS proxy
+micro_proxy \- really small HTTP/HTTPS proxy
 .SH SYNOPSIS
 .B micro_proxy
 .SH DESCRIPTION
@@ -8,13 +8,13 @@
 .I micro_proxy
 is a very small HTTP/HTTPS proxy.
 It runs from inetd, which means its performance is poor.
-But for low-traffic sites, it's quite adequate.
+But for low\-traffic sites, it's quite adequate.
 It implements all the basic features of an HTTP/HTTPS proxy,
 in only 260 lines of code.
 .PP
 To install it, add a line like this to /etc/inetd.conf:
 .nf
-    webproxy  stream tcp nowait nobody  /usr/local/sbin/micro_proxy micro_proxy
+    webproxy  stream tcp nowait nobody  /usr/sbin/micro_proxy micro_proxy
 .fi
 Make sure the path to the executable is correct.
 Then add a line like this to /etc/services:
@@ -21,21 +21,21 @@
 .nf
     webproxy   port/tcp
 .fi
-Change "port" to the port number you want to use - 3128, or whatever.
+Change "port" to the port number you want to use \- 3128, or whatever.
 Then restart inetd by sending it a "HUP" signal, or rebooting.
 .PP
-On some systems, inetd has a maximum spawn rate - if you try to run
+On some systems, inetd has a maximum spawn rate \- if you try to run
 inetd services faster than a certain number of times per minute, it
 assumed there's either a bug of an attack going on and it shuts down
 for a few minutes.
-If you run into this problem - look for syslog messages about too-rapid
-looping - you'll need to find out how to increase the limit.
+If you run into this problem \- look for syslog messages about too\-rapid
+looping \- you'll need to find out how to increase the limit.
 Unfortunately this varies from OS to OS.
-On FreeBSD, you add a "-R 10000" flag to inetd's initial command line.
+On FreeBSD, you add a "\-R 10000" flag to inetd's initial command line.
 On some Linux systems, you can set the limit on a per-service basis
 in inetd.conf, by changing "nowait" to "nowait.10000".
 .SH AUTHOR
-Copyright © 1999 by Jef Poskanzer <jef@mail.acme.com>. All rights reserved.
+Copyright (C) 1999 by Jef Poskanzer <jef@mail.acme.com>. All rights reserved.
 .\" Redistribution and use in source and binary forms, with or without
 .\" modification, are permitted provided that the following conditions
 .\" are met:
