diff --git a/debian/changelog b/debian/changelog index 91ac211..b45e70f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ * New maintainer (Closes: #800751) * debian/patches + manpage fixes hyphen-used-as-minus-sign + * Copyright corrections to meet debian copyright standard + * Removed 'Replaces:http-nossl' from control -- Abhijith PA Thu, 08 Oct 2015 19:15:42 +0530 diff --git a/httping-nl.1 b/httping-nl.1 index b532e7f..cdf0e1b 100644 --- a/httping-nl.1 +++ b/httping-nl.1 @@ -73,7 +73,7 @@ Gebruik de ncurses gebruikers interface. .TP .B "\-L x" -In combinatie met -G zet dit een limiet op hoeveel data er binnengehaald wordt. +In combinatie met \-G zet dit een limiet op hoeveel data er binnengehaald wordt. .TP .B "\-l" Maak een SSL verbinding. Dit vereist een https-URL. @@ -199,7 +199,7 @@ Toon metingen alleen als ze hoger dan x zijn. .TP .B "\-\-timestamp" or "\-\-ts" -Voeg een een tijdstempel toe aan de uitvoer. Gebruik -v om ook een datum te zien en \-vv om ook microseconden te zien. +Voeg een een tijdstempel toe aan de uitvoer. Gebruik \-v om ook een datum te zien en \-vv om ook microseconden te zien. .TP .B "\-\-tx-buffer x" Configureer de grootte van de zend-buffer. @@ -208,10 +208,10 @@ Toon versie informatie. .SH UITVOER -In de -S mode zal iets als "tijd=0.08+24.09+23.17+15.64+0.02=62.98 ms" getoond worden. De eerste waarde is hoe lang het duurde om de systeem naam te vertalen, de 2e waarde hoe lang het duurde om te verbinden, de 3e waarde geeft aan hoe lang het duurde om het verzoek te verzenden en de 4e waarde is hoelang het duurde voordat de http-server een antwoord formuleerde en terugzond. de 5e waarde geeft aan hoelang het duurde om de socket te sluiten. +In de \-S mode zal iets als "tijd=0.08+24.09+23.17+15.64+0.02=62.98 ms" getoond worden. De eerste waarde is hoe lang het duurde om de systeem naam te vertalen, de 2e waarde hoe lang het duurde om te verbinden, de 3e waarde geeft aan hoe lang het duurde om het verzoek te verzenden en de 4e waarde is hoelang het duurde voordat de http-server een antwoord formuleerde en terugzond. de 5e waarde geeft aan hoelang het duurde om de socket te sluiten. .SH GRAFIEK -De grafiek in ncurses mode gebruikt een aantal kleuren. Groen: de waarde is minder dan de ondergrens. Rood: de waarde is hoger dan de bovengrens. Blauw: de waarde is gelimiteerd door '--graph-limit'. Cyaan: er is geen meetwaarde. +De grafiek in ncurses mode gebruikt een aantal kleuren. Groen: de waarde is minder dan de ondergrens. Rood: de waarde is hoger dan de bovengrens. Blauw: de waarde is gelimiteerd door '\-\-graph\-limit'. Cyaan: er is geen meetwaarde. .SH TOETSEN Druk + om het programma af te breken. Er zal dan een samenvatting getoond worden. diff --git a/httping.1 b/httping.1 index 496743e..df2d993 100644 --- a/httping.1 +++ b/httping.1 @@ -61,7 +61,7 @@ This selects the url to probe. E.g.: http://localhost/ .TP .B "\-h hostname" -Instead of '\-g' one can also set a hostname to probe with -h: -h localhost +Instead of '\-g' one can also set a hostname to probe with \-h: \-h localhost .TP .B "\-I str" UserAgent-string to send to the webserver (instead of 'HTTPing '). @@ -91,7 +91,7 @@ This selects the HTTP status-codes which are regarded as an OK-state (only with '\-m'). .TP .B "\-p portnumber" --p can be used together with \-h. \-p selects the portnumber to probe. +\-p can be used together with \-h. \-p selects the portnumber to probe. .TP .B "\-q" Be quiet, only return an exit-code. @@ -124,7 +124,7 @@ Do not abort program if resolving fails. .TP .B "\-X" -Use this switch together with '-G'. For each "ping" show the amount of data transferred (excluding the headers). +Use this switch together with '\-G'. For each "ping" show the amount of data transferred (excluding the headers). .TP .B "\-x proxyhost[:port] Probe using a proxyserver. Note that you're also measuring the latency of the proxyserver! @@ -163,7 +163,7 @@ Maximum MTU to use. Cannot be larger than network interface MTU. .TP .B "\-\-no\-host\-header" -Do not put a "Host:"-header in the request header. +Do not put a "Host:"\-header in the request header. .TP .B "\-\-no\-tcp\-nodelay" Do not disable "tcp delay" (Naggle). @@ -190,16 +190,16 @@ When the duration is x or more, show ping line in the slow log window (the middle window). .TP .B "\-\-threshold\-red x" -If the measured threshold is higher than x (and -Y is given), then the shown value is colored red. If you also use --threshold-yellow, then this value must be bigger. +If the measured threshold is higher than x (and \-Y is given), then the shown value is colored red. If you also use \-\-threshold\-yellow, then this value must be bigger. .TP .B "\-\-threshold\-yellow x" -If the measured threshold is higher than x (and -Y is given), then the shown value is colored yellow. +If the measured threshold is higher than x (and \-Y is given), then the shown value is colored yellow. .TP .B "\-\-threshold\-show x" If the measured threshold is higher than x, then the result is shown (default is show always). The value x is in ms. .TP .B "\-\-timestamp" or "\-\-ts" -Put a timestamp before the result-lines. Use -v to also show a date. +Put a timestamp before the result-lines. Use \-v to also show a date. .TP .B "\-\-tx-buffer x" Set the size of the transmit buffer (in bytes). @@ -208,10 +208,10 @@ Show the version and exit. .SH OUTPUT -In split mode (-S) something like "time=0.08+24.09+23.17+15.64+0.02=62.98 ms" is shown. The first value is the time it took to resolve the hostname (or 'n/a' if it did not resolve in this iteration, e.g. in "resolve once" (-r) mode), then the time it took to connect (or -1 for example in persistent connection (-Q, HTTP v1.1), after that the time it took to put the request on the wire, then the time it took for the HTTP server to process the request and send it back and lastly the time it took to close the connection. +In split mode (\-S) something like "time=0.08+24.09+23.17+15.64+0.02=62.98 ms" is shown. The first value is the time it took to resolve the hostname (or 'n/a' if it did not resolve in this iteration, e.g. in "resolve once" (\-r) mode), then the time it took to connect (or \-1 for example in persistent connection (\-Q, HTTP v1.1), after that the time it took to put the request on the wire, then the time it took for the HTTP server to process the request and send it back and lastly the time it took to close the connection. .SH GRAPH -The graph in the ncurses uses colors to encode a meaning. Green: value is less than 1 block. Red: the value did not fit in the graph. Blue: the value was limitted by --graph-limit. Cyan: no measurement for that point in time. +The graph in the ncurses uses colors to encode a meaning. Green: value is less than 1 block. Red: the value did not fit in the graph. Blue: the value was limitted by \-\-graph\-limit. Cyan: no measurement for that point in time. .SH KEYS Press + to exit the program. It will display a summary of what was measured.