diff options
author | Michael Biebl <biebl@debian.org> | 2022-06-28 16:05:31 +0200 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2022-06-28 16:05:31 +0200 |
commit | e2285c573565c41a01fc643c3d3bad35376eb41b (patch) | |
tree | 1facfced742b26c1b1c804a6326b6f712b63d185 /docs/CONVERTING_TO_HOMED.md | |
parent | Use https for freedesktop.org (diff) | |
download | systemd-e2285c573565c41a01fc643c3d3bad35376eb41b.tar.xz systemd-e2285c573565c41a01fc643c3d3bad35376eb41b.zip |
Use https for man7.org
Diffstat (limited to 'docs/CONVERTING_TO_HOMED.md')
-rw-r--r-- | docs/CONVERTING_TO_HOMED.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/CONVERTING_TO_HOMED.md b/docs/CONVERTING_TO_HOMED.md index 591b9d8c45..80482a20e5 100644 --- a/docs/CONVERTING_TO_HOMED.md +++ b/docs/CONVERTING_TO_HOMED.md @@ -56,8 +56,8 @@ Here's the step-by-step guide: This will tell you the `/etc/passwd` and `/etc/shadow` entries for your user. For details about the fields, see the respective man pages - [passwd(5)](http://man7.org/linux/man-pages/man5/passwd.5.html) and - [shadow(5)](http://man7.org/linux/man-pages/man5/shadow.5.html). + [passwd(5)](https://man7.org/linux/man-pages/man5/passwd.5.html) and + [shadow(5)](https://man7.org/linux/man-pages/man5/shadow.5.html). The fourth field in the `getent passwd foobar` output tells you the GID of your user's main group. Depending on your distribution it's a group private |