File: diff_as_of_1.07-10.1_trickle.1.patch

package info (click to toggle)
trickle 1.07-12
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,720 kB
  • sloc: sh: 7,815; ansic: 4,725; makefile: 35
file content (41 lines) | stat: -rw-r--r-- 1,148 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Description: Changes to trickle.1 as of trickle 1.07-10.1

--- trickle-1.07.orig/trickle.1
+++ trickle-1.07/trickle.1
@@ -20,6 +20,7 @@
 .Op Fl t Ar time
 .Op Fl l Ar length
 .Op Fl n Ar path
+.Op Fl P Ar path
 .Ar command ...
 .Sh DESCRIPTION
 .Nm
@@ -39,7 +40,7 @@
 separately, or in an aggregate fashion.
 .Pp
 The options are as follows:
-.Bl -tag -width Ds_imagedir
+.Bl -tag -width Ds_imagedir 
 .It Fl h
 Displays help.
 .It Fl v
@@ -70,7 +71,7 @@
 .Ar seconds 
 s.  The smoothing time determines with what intervals 
 .Nm
-will try to let the application transcieve data.  Smaller values will
+will try to let the application transceive data.  Smaller values will
 result in a more continuous (smooth) session, while larger values may
 produce bursts in the sending and receiving data.  Smaller values (0.1
 - 1 s) are ideal for interactive applications while slightly larger
@@ -94,6 +95,10 @@
 By default, 
 .Ar /tmp/.trickled.sock
 is used.
+.It Fl P Ar path
+Use the specified .so instead of the standard one, this is useful if you don't
+run trickle from a standard installation.
+.El
 .Sh EXAMPLES
 .Cm trickle -u 10 -d 20 ncftp
 .Pp