From 97e5434b3267ec48953d16fb92de084da116f1c9 Mon Sep 17 00:00:00 2001
From: Martin Weinelt <martin@darmstadt.freifunk.net>
Date: Sat, 30 May 2020 22:20:41 +0200
Subject: [PATCH] docs: clarify beacon_interval documentation
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

A microsecond is commonly abbreviated as µs. This prevents confusions
between micro- (µs) and milliseconds (ms).
---
 docs/user/site.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user/site.rst b/docs/user/site.rst
index 8dc97f473..fa14d57f9 100644
--- a/docs/user/site.rst
+++ b/docs/user/site.rst
@@ -120,7 +120,7 @@ wifi24 \: optional
     WLAN configuration for 2.4 GHz devices.
     ``channel`` must be set to a valid wireless channel for your radio.
     ``beacon_interval`` can be specified to set a custom beacon interval in
-    time units (TU). A time unit is equivalent to 1024 microseconds.
+    time units (TU). A time unit is equivalent to 1024 µs.
     If not set, the default value of 100 TU (=102.4 ms) is used.
 
 
-- 
GitLab