diff options
author | 2001-02-15 17:43:36 +0000 | |
---|---|---|
committer | 2001-02-15 17:43:36 +0000 | |
commit | 3edfce6ed4ece4c8cad23c20c2d748aa33d77940 (patch) | |
tree | fd2d15a1b40a56187cd5727bcab83372e69919cc | |
parent | pull latest KAME faithd. access control is possible by /etc/faithd.conf. (diff) | |
download | wireguard-openbsd-3edfce6ed4ece4c8cad23c20c2d748aa33d77940.tar.xz wireguard-openbsd-3edfce6ed4ece4c8cad23c20c2d748aa33d77940.zip |
no argument is not permitted (inetd mode disabled for openbsd)
-rw-r--r-- | usr.sbin/faithd/faithd.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/faithd/faithd.8 b/usr.sbin/faithd/faithd.8 index 017733ed062..9173a77233d 100644 --- a/usr.sbin/faithd/faithd.8 +++ b/usr.sbin/faithd/faithd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: faithd.8,v 1.10 2001/02/15 17:37:33 itojun Exp $ +.\" $OpenBSD: faithd.8,v 1.11 2001/02/15 17:43:36 itojun Exp $ .\" $KAME: faithd.8,v 1.20 2001/01/22 02:23:40 itojun Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -40,7 +40,7 @@ .Op Fl f Ar configfile .Ar service .Op Ar serverpath Op Ar serverargs -.Nm "" +.\".Nm "" .Sh DESCRIPTION .Nm provides IPv6-to-IPv4 TCP relay. |