diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-05-06 16:23:53 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-05-06 16:23:53 +0000 |
commit | 1ae564abb94ba045a3a33c9147b82dd60e66d252 (patch) | |
tree | 49383accc5e204627b71c44d0eebc92676d02cda | |
parent | e193719137a260bf2ea0a832b61b8ae61980349c (diff) |
tweak previous;
-rw-r--r-- | usr.sbin/relayd/relayd.conf.5 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/relayd/relayd.conf.5 b/usr.sbin/relayd/relayd.conf.5 index a3fb906a546..c7a9c6c43d9 100644 --- a/usr.sbin/relayd/relayd.conf.5 +++ b/usr.sbin/relayd/relayd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: relayd.conf.5,v 1.82 2008/05/06 12:58:00 reyk Exp $ +.\" $OpenBSD: relayd.conf.5,v 1.83 2008/05/06 16:23:52 jmc Exp $ .\" .\" Copyright (c) 2006, 2007 Reyk Floeter <reyk@openbsd.org> .\" Copyright (c) 2006, 2007 Pierre-Yves Ritschard <pyr@openbsd.org> @@ -261,7 +261,9 @@ is specified, it is used as the header to query a specific hostname at the target host. The digest does not take the HTTP headers into account. Do not specify a binary object (such as a graphic) as the target of the -request, as relayd expects the data returned to be a string. +request, as +.Nm +expects the data returned to be a string. To compute the digest, use this simple command: .Bd -literal -offset indent $ ftp -o - http://host[:port]/path | sha1 |