From 082304ca25250a4a10ce8960297537648012abe5 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 15 Apr 2021 00:30:54 +0100 Subject: [PATCH] docs: Fix filenames for spec files Signed-off-by: Ian Jackson --- docs/user.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user.rst b/docs/user.rst index 26a34fa9..7f8e298b 100644 --- a/docs/user.rst +++ b/docs/user.rst @@ -159,13 +159,13 @@ The most usual game-creation command looks something like this: /^^^^^^^^^^^ /^^^^^^^^^^^^^^^^^' '^^^\ `table spec `game name game spec' -Here ``local-users`` refers to the file ``local-users.table.spec`` in the +Here ``local-users`` refers to the file ``local-users.table.toml`` in the Otter specs directory (``/volatile/Otter/specs`` on chiark). The table spec file handles access control (and some other global properties) This particular file says that all local shell account users may join the game. -``demo`` refers to the file ``demo.game.spec``. The "game spec" says what +``demo`` refers to the file ``demo.game.toml``. The "game spec" says what shape the table is and what pieces there are. This is a simple demo game. Currently there are also ``penultima`` and ``mao`` game specs. -- 2.30.2