From 85b2760359fb547c01b10902e868fb85fd0a84bb Mon Sep 17 00:00:00 2001 From: Arnaud Venturi Date: Sat, 7 Dec 2024 18:34:45 +0100 Subject: [PATCH] Fix documentation typo in user mgmt manual page --- nixos/doc/manual/configuration/user-mgmt.chapter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/doc/manual/configuration/user-mgmt.chapter.md b/nixos/doc/manual/configuration/user-mgmt.chapter.md index 2edca78f4a38..89604941bf11 100644 --- a/nixos/doc/manual/configuration/user-mgmt.chapter.md +++ b/nixos/doc/manual/configuration/user-mgmt.chapter.md @@ -122,7 +122,7 @@ The primary benefit of this is to remove a dependency on perl. This is experimental. ::: -Like systemd-sysusers, Userborn adoesn't depend on Perl but offers some more +Like systemd-sysusers, Userborn doesn't depend on Perl but offers some more advantages over systemd-sysusers: 1. It can create "normal" users (with a GID >= 1000).