bug-recutils
[Top][All Lists]
Advanced

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

[bug-recutils] Typo in manual


From: Sven Wick
Subject: [bug-recutils] Typo in manual
Date: Wed, 05 Oct 2011 00:31:55 +0200
User-agent: RoundCube Webmail/0.2.2

Hi,

there is a little typo in the manual

http://www.gnu.org/s/recutils/manual/recutils.html#mdb2rec-Examples

>%---

The list of orders is a bit more interesting, since it shows how mdb2rec
manages the relationships between tables in the mdb file.

     $ mdb2rec sales.mdb Orders
     %rec: Orders
     %type: OrderID int
     %type: CustomerID size 10
     %type: ProductID int
     %type: OrderDate date
     
     OrderID: 10248
     Customers:CustomerID: FBFOU
     Product:ProductID: 1
     OrderDate: 2010-08-01T12:30:01

>%---

Product:ProductID: 1    <-- Should be Product"s",
                            because some lines above
                            the record type is "Products"



reply via email to

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