From fada861c5f00be5b2d86ca9e2667b57af50ad3d7 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Wed, 25 Oct 2023 22:29:48 +0200 Subject: README.md: Remove wrong comment about /tmp /tmp is at least defined by POSIX.1-2017 at section 10 (Directory Structure and Devices). --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index d2d8e0a..94fba23 100644 --- a/README.md +++ b/README.md @@ -183,9 +183,7 @@ slcl -p 7822 ~/my-db/ `slcl` requires a temporary directory where files uploaded by users are temporarily stored until moved to the user directory. By default, `slcl` attempts to retrieve the path to the temporary directory by inspecting the -`TMPDIR` environment variable, and falls back to `/tmp` (which is common -among Unix-like operating systems such as GNU/Linux, although not defined -by POSIX) if undefined. +`TMPDIR` environment variable, and falls back to `/tmp` if undefined. If a custom temporary directory is required, it can be defined via command line option `-t`. For example: -- cgit v1.2.3