From: Andre Noll Date: Sun, 5 Jun 2016 18:00:31 +0000 (+0200) Subject: manual: Fix typo in description of blob tables. X-Git-Tag: v0.5.6~16 X-Git-Url: http://git.tue.mpg.de/?a=commitdiff_plain;h=8656c0020d12c68848efd3d1bff535ad4d9df9d6;p=paraslash.git manual: Fix typo in description of blob tables. Blob indices start at one, so "positive" is correct. --- diff --git a/web/manual.md b/web/manual.md index b154b391..15386134 100644 --- a/web/manual.md +++ b/web/manual.md @@ -754,8 +754,8 @@ these commands. The image, lyrics, moods and playlists tables are all blob tables. Blob tables consist of three columns each: The identifier which is -a positive non-negative number that is auto-incremented, the name -(an arbitrary string) and the content (the blob). +a positive number that is auto-incremented, the name (an arbitrary +string) and the content (the blob). All blob tables support the same set of actions: cat, ls, mv, rm and add. Of course, _add_ is used for adding new blobs to the table