Description: Document missing options 
 -s / --stdin-stdout (hts)
 -z / --proxy-authorization-file (htc)
 -w / --no-daemon (hts/htc).
Author: Gonéri Le Bouder <goneri@rulezlan.org>
Bug-Debian: http://bugs.debian.org/438493
--- a/htc.1
+++ b/htc.1
@@ -42,7 +42,7 @@
 .B \-A, \-\-proxy\-authorization USER:PASSWORD
 proxy authorization
 .TP
-.B \-\-proxy\-authorization\-file FILE
+.B \-z, \-\-proxy\-authorization\-file FILE
 proxy authorization file
 .TP
 .B \-B, \-\-proxy\-buffer\-size BYTES
@@ -60,6 +60,9 @@
 .TP
 .B \-V, \-\-version
 output version information and exit
+.TP
+.B \-w, \-\-no-daemon
+don't fork into the background
 
 .SH AUTHOR
 This manual page was contributed by Teemu Hukkanen <tjhukkan@iki.fi>,
--- a/hts.1
+++ b/hts.1
@@ -37,12 +37,18 @@
 .B \-M, \-\-max\-connection\-age SEC
 maximum time a connection will stay open is SEC seconds (default is 300)
 .TP
+.B \-s, \-\-stdin\-stdout
+use stdin/stdout for communication (implies \-\-no\-daemon)
+.TP
 .B \-S, \-\-strict\-content\-length
 always write Content-Length bytes in requests
 .TP
 .B \-V, \-\-version
 output version information and exit
 .TP
+.B \-w, \-\-no-daemon
+don't fork into the background
+.TP
 .B \-p, \-\-pid\-file LOCATION
 write a PID file to LOCATION
 .SH AUTHOR
