From: Ben Harris Date: Sat, 28 Feb 2026 22:14:06 +0000 (+0000) Subject: Fix typos in config.md X-Git-Tag: debian/1.3.1~4^2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=397d89a22df4ce9382e624ac92b0d17c2fd59185;p=hippotat.git Fix typos in config.md Assisted by M-x ispell-buffer. --- diff --git a/docs/config.md b/docs/config.md index 49a9b33..32fc70d 100644 --- a/docs/config.md +++ b/docs/config.md @@ -3,7 +3,7 @@ Configuration scheme Configuration is in an INI-like format. Sections start with lines `[...]`. Every setting must be in a section. `#` and `;` -comment lines are supported. Settings are `nmae = value`. Whitespace +comment lines are supported. Settings are `name = value`. Whitespace around the name and value is ignored. The configuration files are resolved to a configuration for each @@ -27,7 +27,7 @@ applicable sections, or failing that the built-in default: `` is the client's virtual address in IPv4 or IPv6 literal syntax (without any surrounding `[..]`. -`` must be in the syntrax of a valid lowercase DNS +`` must be in the syntax of a valid lowercase DNS hostname (and not look like an address), or be literally `SERVER`. There are also these special sections: @@ -48,8 +48,8 @@ Here `*` means all contained files whose names consists of only ascii alphanumerics plus `-` and `_`. The `--config` option can be used to override the directory (usually -`/etc/hippotat`). Additonally each `--extra-config` option names -an existing file or directory to be processed analagously. +`/etc/hippotat`). Additionally each `--extra-config` option names +an existing file or directory to be processed analogously. The ini file format sections from these files are all unioned. Later files (in the list above, or alphabetically later) can override