From 627ba33181f90a7fc2b9d31a5a60085d5d7195f4 Mon Sep 17 00:00:00 2001 From: Darshaka Pathirana Date: Sun, 22 Jul 2018 16:48:09 +0200 Subject: [PATCH] Fix spelling errors in man page The typos were detected by lintian. --- debian/patches/01-fix-typos | 58 +++++++++++++++++++++++++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 59 insertions(+) create mode 100644 debian/patches/01-fix-typos create mode 100644 debian/patches/series diff --git a/debian/patches/01-fix-typos b/debian/patches/01-fix-typos new file mode 100644 index 0000000..4be75f5 --- /dev/null +++ b/debian/patches/01-fix-typos @@ -0,0 +1,58 @@ +--- a/doc/anytun.8.txt ++++ b/doc/anytun.8.txt +@@ -109,7 +109,7 @@ + packets. In case of anycast tunnel endpoints, the anycast + IP has to be used. In case of unicast endpoints, the + address is usually derived correctly from the routing +- table. The default is to not use a special inteface and just ++ table. The default is to not use a special interface and just + bind on all interfaces. + + *-p, --port ''*:: +@@ -145,7 +145,7 @@ + of multiple anycast hosts. The unicast IP address of + the anycast host can be used here. This is needed for + communication with the other anycast hosts. The default is to +- not use a special inteface and just bind on all interfaces. However ++ not use a special interface and just bind on all interfaces. However + this is only the case if synchronisation is active see *--sync-port*. + + *-S, --sync-port ''*:: +@@ -210,7 +210,7 @@ + the multiplex id to use. default: 0 + + *-s, --sender-id ''*:: +- Each anycast tunnel endpoint needs a uniqe sender id ++ Each anycast tunnel endpoint needs a unique sender id + (1, 2, 3, ...). It is needed to distinguish the senders + in case of replay attacks. This option can be ignored on + unicast endpoints. default: 0 +--- a/doc/anytun.8 ++++ b/doc/anytun.8 +@@ -150,7 +150,7 @@ + .PP + \fB\-i, \-\-interface \fR\fB\fI\fR\fR + .RS 4 +-This IP address is used as the sender address for outgoing packets\&. In case of anycast tunnel endpoints, the anycast IP has to be used\&. In case of unicast endpoints, the address is usually derived correctly from the routing table\&. The default is to not use a special inteface and just bind on all interfaces\&. ++This IP address is used as the sender address for outgoing packets\&. In case of anycast tunnel endpoints, the anycast IP has to be used\&. In case of unicast endpoints, the address is usually derived correctly from the routing table\&. The default is to not use a special interface and just bind on all interfaces\&. + .RE + .PP + \fB\-p, \-\-port \fR\fB\fI\fR\fR +@@ -182,7 +182,7 @@ + .RS 4 + local unicast(sync) ip address to bind to + +-This option is only needed for tunnel endpoints consisting of multiple anycast hosts\&. The unicast IP address of the anycast host can be used here\&. This is needed for communication with the other anycast hosts\&. The default is to not use a special inteface and just bind on all interfaces\&. However this is only the case if synchronisation is active see ++This option is only needed for tunnel endpoints consisting of multiple anycast hosts\&. The unicast IP address of the anycast host can be used here\&. This is needed for communication with the other anycast hosts\&. The default is to not use a special interface and just bind on all interfaces\&. However this is only the case if synchronisation is active see + \fB\-\-sync\-port\fR\&. + .RE + .PP +@@ -255,7 +255,7 @@ + .PP + \fB\-s, \-\-sender\-id \fR\fB\fI\fR\fR + .RS 4 +-Each anycast tunnel endpoint needs a uniqe sender id (1, 2, 3, \&...)\&. It is needed to distinguish the senders in case of replay attacks\&. This option can be ignored on unicast endpoints\&. default: 0 ++Each anycast tunnel endpoint needs a unique sender id (1, 2, 3, \&...)\&. It is needed to distinguish the senders in case of replay attacks\&. This option can be ignored on unicast endpoints\&. default: 0 + .RE + .PP + \fB\-w, \-\-window\-size \fR\fB\fI\fR\fR diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..ddf5535 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +01-fix-typos -- 2.1.4