diff options
author | Dmitry V. Levin <ldv@strace.io> | 2023-02-15 09:00:00 +0100 |
---|---|---|
committer | Dmitry V. Levin <ldv@strace.io> | 2023-02-15 11:41:03 +0100 |
commit | 30fd9a2dabb81cf7b65aba48b684f1178d9fd879 (patch) | |
tree | 8aac1819f81a8807177371c2153064dc7a974d75 /docs/USER_RECORD.md | |
parent | src: fix several typos in log messages (diff) | |
download | systemd-30fd9a2dabb81cf7b65aba48b684f1178d9fd879.tar.xz systemd-30fd9a2dabb81cf7b65aba48b684f1178d9fd879.zip |
treewide: fix a few typos in NEWS, docs and comments
Diffstat (limited to 'docs/USER_RECORD.md')
-rw-r--r-- | docs/USER_RECORD.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/USER_RECORD.md b/docs/USER_RECORD.md index a00bec2353..9170a67850 100644 --- a/docs/USER_RECORD.md +++ b/docs/USER_RECORD.md @@ -212,7 +212,7 @@ object. The following fields are currently defined: `userName` → The UNIX user name for this record. Takes a string with a valid UNIX user name. This field is the only mandatory field, all others are -optional. Corresponds with the `pw_name` field of of `struct passwd` and the +optional. Corresponds with the `pw_name` field of `struct passwd` and the `sp_namp` field of `struct spwd` (i.e. the shadow user record stored in `/etc/shadow`). See [User/Group Name Syntax](USER_NAMES.md) for the (relaxed) rules the various systemd components enforce on user/group names. |