components/httping/patches/httping.1.patch
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Mon, 30 Sep 2013 16:13:20 -0700
changeset 1491 e753de6f1440
parent 1172 812e434cd1a8
child 3890 9eec2b00040d
permissions -rw-r--r--
Close of build 32.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1172
812e434cd1a8 PSARC 2013/044 httping 1.5.7
Rich Burridge <rich.burridge@oracle.com>
parents: 411
diff changeset
     1
Need to divide the man page synopsis into two lines otherwise it's truncated.
812e434cd1a8 PSARC 2013/044 httping 1.5.7
Rich Burridge <rich.burridge@oracle.com>
parents: 411
diff changeset
     2
Also remove a Linux specific comment.
812e434cd1a8 PSARC 2013/044 httping 1.5.7
Rich Burridge <rich.burridge@oracle.com>
parents: 411
diff changeset
     3
812e434cd1a8 PSARC 2013/044 httping 1.5.7
Rich Burridge <rich.burridge@oracle.com>
parents: 411
diff changeset
     4
--- httping-1.5.7/httping.1.orig	2013-02-15 07:48:07.796654766 -0800
812e434cd1a8 PSARC 2013/044 httping 1.5.7
Rich Burridge <rich.burridge@oracle.com>
parents: 411
diff changeset
     5
+++ httping-1.5.7/httping.1	2013-02-15 07:49:39.972784905 -0800
355
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     6
@@ -11,7 +11,8 @@
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     7
 .BI "httping [" options "]
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     8
 .sp
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     9
 options:
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    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]"
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    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]"
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    12
+.BI "[\-I useragent string] [\-R referer string] [\-r] [\-n warn,crit] [\-N mode] [\-q] [\-V]"
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    13
 .SH DESCRIPTION
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    14
 The program
ba859a966abc 7061096 migrate httping to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    15
 .B httping
1172
812e434cd1a8 PSARC 2013/044 httping 1.5.7
Rich Burridge <rich.burridge@oracle.com>
parents: 411
diff changeset
    16
@@ -104,7 +105,7 @@
812e434cd1a8 PSARC 2013/044 httping 1.5.7
Rich Burridge <rich.burridge@oracle.com>
parents: 411
diff changeset
    17
 Activate the basic authentication, Username follow the -U, Password the -P.
812e434cd1a8 PSARC 2013/044 httping 1.5.7
Rich Burridge <rich.burridge@oracle.com>
parents: 411
diff changeset
    18
 .TP
812e434cd1a8 PSARC 2013/044 httping 1.5.7
Rich Burridge <rich.burridge@oracle.com>
parents: 411
diff changeset
    19
 .B "\-F"
812e434cd1a8 PSARC 2013/044 httping 1.5.7
Rich Burridge <rich.burridge@oracle.com>
parents: 411
diff changeset
    20
-Attempt TCP Fast Open while trying to connect to a server (for Linux kernel 3.7.0 onwards)
812e434cd1a8 PSARC 2013/044 httping 1.5.7
Rich Burridge <rich.burridge@oracle.com>
parents: 411
diff changeset
    21
+Attempt TCP Fast Open while trying to connect to a server.
812e434cd1a8 PSARC 2013/044 httping 1.5.7
Rich Burridge <rich.burridge@oracle.com>
parents: 411
diff changeset
    22
 .TP
812e434cd1a8 PSARC 2013/044 httping 1.5.7
Rich Burridge <rich.burridge@oracle.com>
parents: 411
diff changeset
    23
 .B "\-V"
812e434cd1a8 PSARC 2013/044 httping 1.5.7
Rich Burridge <rich.burridge@oracle.com>
parents: 411
diff changeset
    24
 Show the version and exit.