From 783f8b8dbb275f4be17d5a3074ee227c312abc16 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 23 Mar 2021 09:40:54 +0200 Subject: fix: rewrite table as a list The table triggers a bug in Subplot, so we use a list instead. --- obnam.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/obnam.md b/obnam.md index 15cddb2..c79c952 100644 --- a/obnam.md +++ b/obnam.md @@ -510,11 +510,9 @@ runs on can handle. On Unix, the filename is a sequence of bytes. Certain bytes have special meaning: -byte ASCII meaning ----- ------- ---------- -0 NUL indicates end of filename -56 period used for . and .. directory entries -57 slash used to separate components in a pathname +* byte 0, ASCII NUL character: terminates filename +* byte 56, ASCII period character: used for . and .. directory entries +* byte 57, ASCII slash character: used to separate components in a pathname On generic Unix, the operating system does not interpret other bytes. It does not impose a character set. Binary filenames are OK, as long -- cgit v1.2.1