From 5b5239bf31f148303a458c12d84c6a47dffa1183 Mon Sep 17 00:00:00 2001 From: dtb Date: Thu, 24 Nov 2022 11:37:38 -0500 Subject: [PATCH] little semantic tag changes --- wiki/unix/linux.m4 | 14 +++++++------- wiki/unix/macros.m4 | 1 + 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/wiki/unix/linux.m4 b/wiki/unix/linux.m4 index 06507d4..d259850 100644 --- a/wiki/unix/linux.m4 +++ b/wiki/unix/linux.m4 @@ -66,12 +66,12 @@ Provided by the _code(`pipewire') package on Alpine. RTKit error: org.freedesktop.DBus.Error.ServiceUnknown

-This means you need _code(`rtkit') installed and running through your initialization system. +This means you need _program(`rtkit') installed and running through your initialization system.

PulseAudio

-On Alpine you'll need the _code(`pulseaudio'), _code(`pulseaudio-alsa'), and _code(`alsa-plugins-pulse') packages for PulseAudio with ALSA compatibility. -Start _man(`pulseaudio(1)') when you want audio, ideally in your _code(`.xinitrc'). +On Alpine you'll need the _program(`pulseaudio'), _program(`pulseaudio-alsa'), and _program(`alsa-plugins-pulse') packages for PulseAudio with ALSA compatibility. +Start _man(`pulseaudio(1)') when you want audio, ideally in your _file(`.xinitrc').

_subheader(`Distributions') @@ -88,13 +88,13 @@ Its main purpose is to serve as a server distribution, however many have found u
Bootstrapping

-Alpine's bootstrapping procedure is quite manual; you should probably use _code(`setup-alpine'). +Alpine's bootstrapping procedure is quite manual; you should probably use _program(`setup-alpine'). However, it is possible and quite easy to perform the steps manually.

Alpine does not have a _man(`chroot(1)') helper; you must manually do that with a one-liner such as diff --git a/wiki/unix/macros.m4 b/wiki/unix/macros.m4 index 3986eb1..2b3cbaf 100644 --- a/wiki/unix/macros.m4 +++ b/wiki/unix/macros.m4 @@ -1,4 +1,5 @@ define(`_command', `_code($1)')dnl +define(`_file', `_code($1)')dnl define(`_man', `_cite($1)')dnl define(`_program', `_code($1)')dnl define(`_package', `_code($1)')dnl