From a4c81a65097eff24fa236b3f648a2fd1c92c91af Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 30 Apr 2025 10:23:43 +0200 Subject: [PATCH] docs: add more markdown markup to UIDS_GIDS.md --- docs/UIDS-GIDS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/UIDS-GIDS.md b/docs/UIDS-GIDS.md index 35018b77a4..9fd3dc5007 100644 --- a/docs/UIDS-GIDS.md +++ b/docs/UIDS-GIDS.md @@ -291,8 +291,8 @@ This range should be considered reserved for future, special purposes. ## Notes on resolvability of user and group names User names, UIDs, group names and GIDs don't have to be resolvable using NSS -(i.e. getpwuid() and getpwnam() and friends) all the time. -However, systemd makes the following requirements: +(i.e. `getpwuid()` and `getpwnam()` and friends) all the time. However, +systemd makes the following requirements: System users generally have to be resolvable during early boot already. This means they should not be provided by any networked service (as those usually