From 8656c0020d12c68848efd3d1bff535ad4d9df9d6 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 5 Jun 2016 20:00:31 +0200 Subject: [PATCH] manual: Fix typo in description of blob tables. Blob indices start at one, so "positive" is correct. --- web/manual.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2