diff --git a/_docs/060_alternates.md b/_docs/060_alternates.md index 3212891..1e7cab4 100644 --- a/_docs/060_alternates.md +++ b/_docs/060_alternates.md @@ -27,13 +27,13 @@ be omitted. Most attributes can be abbreviated as a single letter. | Attribute | Meaning | | - | - | -| `template`, `t` | Valid when the value matches a supported template processor. See the [Templates](/docs/templates) section for more details.| +| `template`, `t` | Valid when the value matches a supported template processor. See the [Templates](/docs/templates) section for more details. | | `user`, `u` | Valid if the value matches the current user. Current user is calculated by running id ‑u ‑n. | | `distro`, `d` | Valid if the value matches the distro. Distro is calculated by running lsb_release ‑si or inspecting /etc/os-release | | `os`, `o` | Valid if the value matches the OS. OS is calculated by running uname ‑s. * | | `class`, `c` | Valid if the value matches the local.class configuration. Class must be manually set using yadm config local.class <class>. | -|`hostname`, `h`|Valid if the value matches the short hostname. Hostname is calculated by running `hostname`, and trimming off any domain.| -|`default`|Valid when no other alternate is valid.| +| `hostname`, `h` | Valid if the value matches the short hostname. Hostname is calculated by running `hostname`, and trimming off any domain. | +| `default` | Valid when no other alternate is valid. | * The OS for "Windows Subsystem for Linux" is reported as "WSL", even though uname identifies as "Linux".