From 90dfd307e8a43690e45ed10cfca7c8a24aab4137 Mon Sep 17 00:00:00 2001 From: ian Date: Fri, 1 Jun 2012 20:47:34 +0000 Subject: [PATCH] found in cvs on davenant --- authbind-helper.8 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/authbind-helper.8 b/authbind-helper.8 index d45658c..44291ba 100644 --- a/authbind-helper.8 +++ b/authbind-helper.8 @@ -48,7 +48,11 @@ leading .BR 0x , of exactly the right length (8 and 4 digits, respectively), being a pairs of hex digits for each byte in the address or port number when -expressed in network byte order. +expressed in host byte order. For example, the port argument is the +result of something like +.B sprintf(arg, +.B """%04X"", +.BR sin.sin_port) . .PP .B helper will not bind to ports 512 and onwards, because programs like -- 2.30.2