summaryrefslogtreecommitdiff
path: root/doc/en/weechat_user.en.txt
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2011-08-04 16:13:34 +0200
committerSebastien Helleu <flashcode@flashtux.org>2011-08-04 16:13:34 +0200
commita66ad9512625f12a34d361ff6fe90c1224dd671f (patch)
tree47a88b2a102012b84a3b3ef62730de3567f09f92 /doc/en/weechat_user.en.txt
parentfd8a4c6761d351f168d1f87e87cd32c7609520ca (diff)
downloadweechat-a66ad9512625f12a34d361ff6fe90c1224dd671f.zip
doc: replace ">=" and "<=" by UTF-8 chars in docs
Diffstat (limited to 'doc/en/weechat_user.en.txt')
-rw-r--r--doc/en/weechat_user.en.txt36
1 files changed, 18 insertions, 18 deletions
diff --git a/doc/en/weechat_user.en.txt b/doc/en/weechat_user.en.txt
index 1ece4868f..695aa9698 100644
--- a/doc/en/weechat_user.en.txt
+++ b/doc/en/weechat_user.en.txt
@@ -88,20 +88,20 @@ compile WeeChat.
[width="80%",cols="4,^2,13",options="header"]
|========================================
-| Package ^(1)^ | Required | Feature
-| cmake | *yes* | build (autotools still possible, but cmake is recommended)
-| libncursesw5-dev ^(2)^ | *yes* | ncurses interface
-| gettext | no | internationalization (translation of messages; base language is english)
-| libgcrypt11-dev | no | SASL authentication with IRC server using DH-BLOWFISH mechanism
-| libgnutls-dev (>= 2.2.0) | no | SSL connection to IRC server
-| libaspell-dev | no | aspell plugin
-| libperl-dev | no | perl plugin
-| python-dev | no | python plugin
-| ruby1.8-dev | no | ruby plugin
-| liblua5.1-0-dev | no | lua plugin
-| tcl-dev (>= 8.5) | no | tcl plugin
-| asciidoc (>= 8.5.0) | no | build documentation (HTML files)
-| source-highlight | no | syntax highlight for sources in HTML documentation
+| Package ^(1)^ | Required | Feature
+| cmake | *yes* | build (autotools still possible, but cmake is recommended)
+| libncursesw5-dev ^(2)^ | *yes* | ncurses interface
+| gettext | no | internationalization (translation of messages; base language is english)
+| libgcrypt11-dev | no | SASL authentication with IRC server using DH-BLOWFISH mechanism
+| libgnutls-dev (≥ 2.2.0) | no | SSL connection to IRC server
+| libaspell-dev | no | aspell plugin
+| libperl-dev | no | perl plugin
+| python-dev | no | python plugin
+| ruby1.8-dev | no | ruby plugin
+| liblua5.1-0-dev | no | lua plugin
+| tcl-dev (≥ 8.5) | no | tcl plugin
+| asciidoc (≥ 8.5.0) | no | build documentation (HTML files)
+| source-highlight | no | syntax highlight for sources in HTML documentation
|========================================
[NOTE]
@@ -649,13 +649,13 @@ List of events supported:
| wheelup | wheel (up)
| wheeldown | wheel (down)
| buttonX-gesture-up ^(1)^ | gesture with distance between 3 and 19
-| buttonX-gesture-up-long ^(1)^ | gesture with distance >= 20
+| buttonX-gesture-up-long ^(1)^ | gesture with distance greater than or equal to 20
| buttonX-gesture-down ^(1)^ | gesture with distance between 3 and 19
-| buttonX-gesture-down-long ^(1)^ | gesture with distance >= 20
+| buttonX-gesture-down-long ^(1)^ | gesture with distance greater than or equal to 20
| buttonX-gesture-left ^(1)^ | gesture with distance between 3 and 39
-| buttonX-gesture-left-long ^(1)^ | gesture with distance >= 40
+| buttonX-gesture-left-long ^(1)^ | gesture with distance greater than or equal to 40
| buttonX-gesture-right ^(1)^ | gesture with distance between 3 and 39
-| buttonX-gesture-right-long ^(1)^ | gesture with distance >= 40
+| buttonX-gesture-right-long ^(1)^ | gesture with distance greater than or equal to 40
|========================================
[NOTE]