bug-recutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-recutils] [PATCH] Typos and formatting nits.


From: Ralf Wildenhues
Subject: [bug-recutils] [PATCH] Typos and formatting nits.
Date: Fri, 30 Jul 2010 19:34:19 +0200
User-agent: Mutt/1.5.20 (2010-04-22)

---

Hi Jose,

dunno if you know 'git am -3', but you should be able to pipe this mail
into it to apply this trivial patch.  (The bits between '---' and
'^diff' are not part of the patch.)

Cheers,
Ralf

 ChangeLog         |    6 ++++++
 configure.ac      |    4 ++--
 doc/recutils.texi |   14 ++++++++++++--
 3 files changed, 20 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 5f4a927..5984b3b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-07-30  Ralf Wildenhues  <address@hidden>
+
+       Typos and formatting nits.
+       * configure.ac: Fix typo.
+       * doc/recutils.texi: Fix typo, add some @noindents.
+
 2010-07-30  Jose E. Marchesi  <address@hidden>
 
        * gendocs gnulib module imported.
diff --git a/configure.ac b/configure.ac
index 0f1ee53..cc3e3a3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,9 +1,9 @@
 dnl configure.ac for GNU rec
 dnl
-dnl Please process this file with autoconf to getq a 'configure'
+dnl Please process this file with autoconf to get a 'configure'
 dnl script.
 
-dnl Copyright (C) 2009 Jose E. Marchesi
+dnl Copyright (C) 2009, 2010 Jose E. Marchesi
 
 dnl This program is free software: you can redistribute it and/or modify
 dnl it under the terms of the GNU General Public License as published by
diff --git a/doc/recutils.texi b/doc/recutils.texi
index baa36e3..89b0295 100644
--- a/doc/recutils.texi
+++ b/doc/recutils.texi
@@ -228,7 +228,7 @@ a backslash character, as in:
 @example
 LongLine: This is a quite long value \
 composed by a unique logical line \
-splitted in several physical lines.
+split in several physical lines.
 @end example
 
 The sequence @code{\n} (newline) @code{+} (PLUS) and an optional
@@ -370,7 +370,8 @@ This field can be used to define types for fields.  Its 
usage is:
 %type: @var{field_name} @var{type} @var{type_description}
 @end example
 
-Where @var{field_name} is the name of the fields having this type in
address@hidden
+where @var{field_name} is the name of the fields having this type in
 the current record set, @var{type} is the name of a supported field
 type and @var{type_description} is additional information that varies
 from type to type.
@@ -674,6 +675,7 @@ So, for example, if we are searching for the issues opened 
by
 $ recsel -e "OpenedBy = 'John Smith'"
 @end example
 
address@hidden
 instead of using the full field name:
 
 @example
@@ -698,6 +700,7 @@ example:
 Email[0] ~ "\\.org"
 @end example
 
address@hidden
 Will match for:
 
 @example
@@ -706,6 +709,7 @@ Email: foo@@foo.org
 Email: mr.foo@@foo.com
 @end example
 
address@hidden
 But not for:
 
 @example
@@ -797,6 +801,7 @@ identified by a given name and an optional subscript:
 @address@hidden@var{max}]
 @end example
 
address@hidden
 @var{min} and @var{max} are zero-based indexes.  It is possible to
 refer to a field occupying a given position.  For example, consider
 the following record:
@@ -808,24 +813,28 @@ Email: foo@@foo.org
 Email: mr.foo@@foo.org
 @end example
 
address@hidden
 We would select all the emails of the record with:
 
 @example
 Email
 @end example
 
address@hidden
 The first email with:
 
 @example
 Email[0]
 @end example
 
address@hidden
 The third email with:
 
 @example
 Email[2]
 @end example
 
address@hidden
 The second and the third email with:
 
 @example
@@ -839,6 +848,7 @@ duplicated values.  Thus, the field expression:
 Email[0],Name,Email
 @end example
 
address@hidden
 is equivalent to
 
 @example
-- 
1.7.2.rc3.47.g996ce




reply via email to

[Prev in Thread] Current Thread [Next in Thread]