From 607e1352a7ceb468cae52af472ef6989d5690f00 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 12 Jan 2019 18:30:59 +0000 Subject: [PATCH] Update CLIENT_SPECIFICATION.md --- CLIENT_SPECIFICATION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CLIENT_SPECIFICATION.md b/CLIENT_SPECIFICATION.md index 33e13988d..df9ff601e 100644 --- a/CLIENT_SPECIFICATION.md +++ b/CLIENT_SPECIFICATION.md @@ -152,7 +152,7 @@ Clients MUST default to displaying tldr-page from the platform upon which the cl If a page is not available for the host platform, clients MUST fallback to the special `common` platform. -If a page is not available for either the host platform or the `common` platform, then clients SHOULD search other platforms and display a page from there - ideally along with a warning message. +If a page is not available for either the host platform or the `common` platform, then clients SHOULD search other platforms and display a page from there - along with a warning message. For example, a user has a client on windows, and requests the `apt` page. The client consults the platforms in the following order: @@ -191,4 +191,4 @@ This section contains a number of other items that don't neatly fit into any of If appropriate, it is RECOMMENDED that clients implement a cache of pages. If implemented, clients MUST download the _entire_ archive from **UNKNOWN_LOCATION**. -Additionally, clients MAY automatically the cache on a regular basis. +Additionally, clients MAY automatically update the cache on a regular basis.