diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2008-05-17 23:31:53 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2008-05-17 23:31:53 +0000 |
commit | 774db206968ab30a7c62d2f168ebe539628e67f9 (patch) | |
tree | 50fec1de8900474569902315892975e2da942dc5 /usr.sbin/faithd | |
parent | 650f53e0ab086f348050477f8fe236e8f101b6e9 (diff) |
documentation tweaks.
ok (some time ago) jmc@
Diffstat (limited to 'usr.sbin/faithd')
-rw-r--r-- | usr.sbin/faithd/faithd.8 | 6 | ||||
-rw-r--r-- | usr.sbin/faithd/faithd.c | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/usr.sbin/faithd/faithd.8 b/usr.sbin/faithd/faithd.8 index 25e043225c2..0f9968b84b9 100644 --- a/usr.sbin/faithd/faithd.8 +++ b/usr.sbin/faithd/faithd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: faithd.8,v 1.32 2007/05/31 19:20:23 jmc Exp $ +.\" $OpenBSD: faithd.8,v 1.33 2008/05/17 23:31:52 sobrado Exp $ .\" $KAME: faithd.8,v 1.36 2002/05/09 13:59:16 itojun Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: May 17 2008 $ .Dt FAITHD 8 .Os .Sh NAME @@ -152,7 +152,7 @@ will invoke a local daemon at .Ar serverpath if the destination address is a local interface address, and will perform translation to IPv4 TCP in other cases. -.Ar Serverargs +.Ar serverargs can also be specified as arguments for the local daemon. .Pp diff --git a/usr.sbin/faithd/faithd.c b/usr.sbin/faithd/faithd.c index f52c4bfaad2..b1d5ec60290 100644 --- a/usr.sbin/faithd/faithd.c +++ b/usr.sbin/faithd/faithd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: faithd.c,v 1.28 2003/10/16 05:27:33 itojun Exp $ */ +/* $OpenBSD: faithd.c,v 1.29 2008/05/17 23:31:52 sobrado Exp $ */ /* $KAME: faithd.c,v 1.58 2002/09/08 01:12:30 itojun Exp $ */ /* @@ -882,7 +882,8 @@ update_myaddrs() static void usage() { - fprintf(stderr, "usage: %s [-dp] [-f conf] service [serverpath [serverargs]]\n", + fprintf(stderr, + "usage: %s [-dp] [-f configfile] service [serverpath [serverargs]]\n", faithdname); exit(0); } |