diff options
| author | wiz <wiz@NetBSD.org> | 2003-07-01 10:27:47 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2003-07-01 10:27:47 +0000 |
| commit | e38cc56dbda697129ccf5d78488d250cd824a595 (patch) | |
| tree | 0d6e6a977d54b1a6a5895604fc29bd134dccdaef | |
| parent | e07b8295fcebf9d72a238b3fddc760dd9ed6657b (diff) | |
Ic Ar -> Ar.
| -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 745b6333786..0012c20bf87 100644 --- a/usr.sbin/faithd/faithd.8 +++ b/usr.sbin/faithd/faithd.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: faithd.8,v 1.20 2003/07/01 00:08:52 dogcow Exp $ +.\" $NetBSD: faithd.8,v 1.21 2003/07/01 10:27:47 wiz Exp $ .\" $KAME: faithd.8,v 1.37 2002/05/09 14:21:23 itojun Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -239,7 +239,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 @@ -249,7 +249,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 |
