diff options
author | Andrew Lewman <andrew@torproject.org> | 2006-02-20 05:32:35 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2006-02-20 05:32:35 +0000 |
commit | 96a93a0cb11c7ba95f600819497bac842785dc4b (patch) | |
tree | cc9cd06425549b10622f59ba8b334a2cdec76f0c /doc | |
parent | 666eda1f1b500ae17d7643eaacfb86e07c6e87ab (diff) | |
download | tor-96a93a0cb11c7ba95f600819497bac842785dc4b.tar.gz tor-96a93a0cb11c7ba95f600819497bac842785dc4b.zip |
It's FI not Fi..fo fum..
svn:r6056
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index 9e8a8061cd..c150531ae9 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -441,7 +441,7 @@ If \fB/\fP\fIMASK\fP is omitted then this policy just applies to the host given. Instead of giving a host or network you can also use "\fB*\fP" to denote the universe (0.0.0.0/0). \fIPORT\fP can be a single port number, an interval of ports "\fIFROM_PORT\fP\fB-\fP\fITO_PORT\fP", or "\fB*\fP". -If \fiPORT\fP is omitted, that means "\fB*\fP". +If \fIPORT\fP is omitted, that means "\fB*\fP". For example, "accept 18.7.22.69:*,reject 18.0.0.0/8:*,accept *:*" would reject any traffic destined for MIT except for web.mit.edu, and |