components/httping/patches/httping.1.patch
changeset 1172 812e434cd1a8
parent 411 47dc7d1d6551
child 3890 9eec2b00040d
equal deleted inserted replaced
1171:ba5a5b6e3268 1172:812e434cd1a8
     1 --- httping-1.4.4/httping.1	Sat Jul 24 03:32:07 2010
     1 Need to divide the man page synopsis into two lines otherwise it's truncated.
     2 +++ httping-1.4.4/httping.1.new	Fri Jul 15 09:55:46 2011
     2 Also remove a Linux specific comment.
       
     3 
       
     4 --- httping-1.5.7/httping.1.orig	2013-02-15 07:48:07.796654766 -0800
       
     5 +++ httping-1.5.7/httping.1	2013-02-15 07:49:39.972784905 -0800
     3 @@ -11,7 +11,8 @@
     6 @@ -11,7 +11,8 @@
     4  .BI "httping [" options "]
     7  .BI "httping [" options "]
     5  .sp
     8  .sp
     6  options:
     9  options:
     7 -.BI "[\-g url] [\-h hostname] [\-p portnumber] [\-x proxyhost:port] [\-c count] [\-i interval] [\-t timeout] [\-s] [\-G] [\-b] [\-L xferlimit] [\-X] [\-l] [\-z] [\-f] [\-m] [\-o rc,...] [\-e string] [\-I useragent string] [\-R referer string] [\-r] [\-n warn,crit] [\-N mode] [\-q] [\-V]"
    10 -.BI "[\-g url] [\-h hostname] [\-p portnumber] [\-x proxyhost:port] [\-c count] [\-i interval] [\-t timeout] [\-s] [\-G] [\-b] [\-L xferlimit] [\-X] [\-l] [\-z] [\-f] [\-m] [\-o rc,...] [\-e string] [\-I useragent string] [\-R referer string] [\-r] [\-n warn,crit] [\-N mode] [\-q] [\-V]"
     8 +.BI "[\-g url] [\-h hostname] [\-p portnumber] [\-x proxyhost:port] [\-c count] [\-i interval] [\-t timeout] [\-s] [\-G] [\-b] [\-L xferlimit] [\-X] [\-l] [\-z] [\-f] [\-m] [\-o rc,...] [\-e string]"
    11 +.BI "[\-g url] [\-h hostname] [\-p portnumber] [\-x proxyhost:port] [\-c count] [\-i interval] [\-t timeout] [\-s] [\-G] [\-b] [\-L xferlimit] [\-X] [\-l] [\-z] [\-f] [\-m] [\-o rc,...] [\-e string]"
     9 +.BI "[\-I useragent string] [\-R referer string] [\-r] [\-n warn,crit] [\-N mode] [\-q] [\-V]"
    12 +.BI "[\-I useragent string] [\-R referer string] [\-r] [\-n warn,crit] [\-N mode] [\-q] [\-V]"
    10  .SH DESCRIPTION
    13  .SH DESCRIPTION
    11  The program
    14  The program
    12  .B httping
    15  .B httping
       
    16 @@ -104,7 +105,7 @@
       
    17  Activate the basic authentication, Username follow the -U, Password the -P.
       
    18  .TP
       
    19  .B "\-F"
       
    20 -Attempt TCP Fast Open while trying to connect to a server (for Linux kernel 3.7.0 onwards)
       
    21 +Attempt TCP Fast Open while trying to connect to a server.
       
    22  .TP
       
    23  .B "\-V"
       
    24  Show the version and exit.