From 98b29ed4ce015721a85f45b87e051809eaf546f8 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 23 Apr 2022 14:15:55 -0700 Subject: rename APT:MIRROR to APT:MIRRORS, use &rest and rename the hostattr Signed-off-by: Sean Whitton --- doc/hosts.rst | 4 ++-- doc/introduction.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/hosts.rst b/doc/hosts.rst index 25829aa..af18d0d 100644 --- a/doc/hosts.rst +++ b/doc/hosts.rst @@ -41,8 +41,8 @@ keyword symbols. The semantics of these attributes are documented here: - ``:OS``: the operating system of the host -- ``:APT.MIRROR``: for hosts running Debian or a Debian derivative, the host's - preferred apt mirror +- ``:APT.MIRRORS``: for hosts running Debian or a Debian derivative, the + host's preferred apt mirrors Host designators ---------------- diff --git a/doc/introduction.rst b/doc/introduction.rst index d644273..ccc032b 100644 --- a/doc/introduction.rst +++ b/doc/introduction.rst @@ -42,7 +42,7 @@ Try it out / quick start "Web and file server." (os:debian-stable "buster" :amd64) - (apt:mirror "http://my.local.mirror.example.com/") + (apt:mirrors "http://my.local.mirror.example.com/") (apt:uses-local-cacher) ; sets up apt-cacher-ng (apt:standard-sources.list) -- cgit v1.2.3