command: omitting the range end is possible

When the range end is missing, then the maximum possible value is
assumed.
This commit is contained in:
Max Kellermann
2009-10-18 01:24:49 +02:00
parent e7c267db4f
commit d69e0ab53a
3 changed files with 19 additions and 1 deletions

View File

@@ -67,6 +67,20 @@
successful command executed in the command list.
</para>
</section>
<section>
<title>Ranges</title>
<para>
Some commands (e.g. <link
linkend="command_delete"><command>delete</command></link>)
allow specifying a range in the form
<parameter>START:END</parameter> (the <varname>END</varname>
item is not included in the range, similar to ranges in the
Python programming language). If <varname>END</varname> is
omitted, then the maximum possible value is assumed.
</para>
</section>
</chapter>
<chapter>