diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-07-02 09:14:31 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-07-02 09:14:31 +0000 |
commit | 5102b38ad4bac6781d9729ada7b6c3e9871eec75 (patch) | |
tree | 6d5f8355d2e8e9a2b296e4f6b45071162558dfa6 /usr.sbin | |
parent | e660d664cd9278f5c0180671f61e30aa6833c0b6 (diff) |
.Ic Ar -> .Ar
from wiz@netbsd;
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/faithd/faithd.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/faithd/faithd.8 b/usr.sbin/faithd/faithd.8 index e61f233a136..3b329387c50 100644 --- a/usr.sbin/faithd/faithd.8 +++ b/usr.sbin/faithd/faithd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: faithd.8,v 1.25 2003/06/12 12:59:50 jmc Exp $ +.\" $OpenBSD: faithd.8,v 1.26 2003/07/02 09:14:30 jmc Exp $ .\" $KAME: faithd.8,v 1.36 2002/05/09 13:59:16 itojun Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -209,7 +209,7 @@ contains directives with the following format: .Bl -bullet .It .Xo -.Ic Ar src/slen Li deny Ar dst/dlen +.Ar src/slen Li deny Ar dst/dlen .Xc .Pp If the source address of a query matches @@ -219,7 +219,7 @@ and the translated destination address matches deny the connection. .It .Xo -.Ic Ar src/slen Li permit Ar dst/dlen +.Ar src/slen Li permit Ar dst/dlen .Xc .Pp If the source address of a query matches |