billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=90dfeed8cf60a6a2e4ad51b608b4dbc2b9410a96

commit 90dfeed8cf60a6a2e4ad51b608b4dbc2b9410a96
Author: Boris Faure <[email protected]>
Date:   Tue Aug 5 20:38:09 2014 +0200

    fix man page. Patch by bofh80. Closes T1487
---
 man/terminology.1 | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/man/terminology.1 b/man/terminology.1
index 24ee348..6f4d507 100644
--- a/man/terminology.1
+++ b/man/terminology.1
@@ -305,11 +305,11 @@ e.g.
 any values inside square brackets [] are to be replaced by some content 
(numbers, strings, paths, url's etc.). example:
 
 aa[PATH\-OF\-FILE] should be come something like:
-  aa/tmp/file.png\n
+  aa/tmp/file.png
 or aa[true/false] should become something like:
-  aatrue\n
+  aatrue
 or
-  aafalse\n
+  aafalse
 
 \-\-\-
 
@@ -333,21 +333,21 @@ ap[on/true/yes/off/false/no]
 
 qs
   query grid and font size. stdin will have written to it:
-    W;H;FW;FH\n
-  where W is the width of the terminal grid in characters\n
-  where H is the height of the terminal grid in characters\n
-  where FW is the width of 1 character cell in pixels\n
-  where FH is the height of 1 character cell in pixels\n
+    W;H;FW;FH
+  where W is the width of the terminal grid in characters
+  where H is the height of the terminal grid in characters
+  where FW is the width of 1 character cell in pixels
+  where FH is the height of 1 character cell in pixels
 
 is[CW;H;FULL\-PATH\-OR\-URL]
   insert STRETCHED media (where image will stretch to fill the
     cell area) and define expected cell area to be W cells
-    wide and H cells high, with the image/media/url.\n
+    wide and H cells high, with the image/media/url.
   where C is the replace character to be identified in later
-    text where W is the width in character cells (up to 511).\n
-  where H is the height in character cells (up to 511).\n
+    text where W is the width in character cells (up to 511).
+  where H is the height in character cells (up to 511).
 
-  note that this escape alone has no effect. it indicates a future intention 
of inserting media into the terminal. the terminal will EXPECT a grid of WxH 
"replace characters" to follow, with each sequence of such replace characters 
bebung with a 'ib' escape command and ending with an 'ie' escape command.\n
+  note that this escape alone has no effect. it indicates a future intention 
of inserting media into the terminal. the terminal will EXPECT a grid of WxH 
"replace characters" to follow, with each sequence of such replace characters 
bebung with a 'ib' escape command and ending with an 'ie' escape command.
 
   the FULL\-PATH\-OR\-URL for all  the i commands (is, ic, if, it) may be of 
the form:
 

-- 


Reply via email to