Module Name:    src
Committed By:   reed
Date:           Fri Apr 24 16:48:58 UTC 2009

Modified Files:
        src/dist/pf/usr.sbin/ftp-proxy: ftp-proxy.8

Log Message:
Fix roff formatting for ->
by adding an \ such as document in mdoc.7

This was reported in 41276


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/dist/pf/usr.sbin/ftp-proxy/ftp-proxy.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/dist/pf/usr.sbin/ftp-proxy/ftp-proxy.8
diff -u src/dist/pf/usr.sbin/ftp-proxy/ftp-proxy.8:1.4 src/dist/pf/usr.sbin/ftp-proxy/ftp-proxy.8:1.5
--- src/dist/pf/usr.sbin/ftp-proxy/ftp-proxy.8:1.4	Sun Mar 22 14:29:35 2009
+++ src/dist/pf/usr.sbin/ftp-proxy/ftp-proxy.8	Fri Apr 24 16:48:58 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ftp-proxy.8,v 1.4 2009/03/22 14:29:35 perry Exp $
+.\"	$NetBSD: ftp-proxy.8,v 1.5 2009/04/24 16:48:58 reed Exp $
 .\"	$OpenBSD: ftp-proxy.8,v 1.10 2007/08/01 15:45:41 jmc Exp $
 .\"
 .\" Copyright (c) 2004, 2005 Camiel Dobbelaar, <[email protected]>
@@ -73,14 +73,14 @@
 .Pp
 In case of active mode (PORT or EPRT):
 .Bd -literal -offset 2n
-rdr from $server to $proxy port $port -*[Gt] $client
+rdr from $server to $proxy port $port -\*[Gt] $client
 pass quick inet proto tcp \e
     from $server to $client port $port
 .Ed
 .Pp
 In case of passive mode (PASV or EPSV):
 .Bd -literal -offset 2n
-nat from $client to $server port $port -*[Gt] $proxy
+nat from $client to $server port $port -\*[Gt] $proxy
 pass in quick inet proto tcp \e
     from $client to $server port $port
 pass out quick inet proto tcp \e
@@ -174,7 +174,7 @@
 .Bd -literal -offset 2n
 nat-anchor "ftp-proxy/*"
 rdr-anchor "ftp-proxy/*"
-rdr pass on $int_if proto tcp from $lan to any port 21 -*[Gt] \e
+rdr pass on $int_if proto tcp from $lan to any port 21 -\*[Gt] \e
     127.0.0.1 port 8021
 .Ed
 .Pp
@@ -189,7 +189,7 @@
 .Xr ipnat.conf 5
 need the following rule:
 .Bd -literal -offset 2n
-rdr $int_if any port 21 -*[Gt] 127.0.0.1 port 8021 tcp
+rdr $int_if any port 21 -\*[Gt] 127.0.0.1 port 8021 tcp
 .Ed
 .Sh SEE ALSO
 .Xr ftp 1 ,

Reply via email to