Skip to content

Commit

Permalink
docs/UID-GIDS: use the modern spellings of pkg-config variables
Browse files Browse the repository at this point in the history
  • Loading branch information
keszybz committed Jan 24, 2024
1 parent 7e4f30c commit 4e434bc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/UIDS-GIDS.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,15 +155,15 @@ The most important boundaries of the local system may be queried with
`pkg-config`:

```
$ pkg-config --variable=systemuidmax systemd
$ pkg-config --variable=system_uid_max systemd
999
$ pkg-config --variable=dynamicuidmin systemd
$ pkg-config --variable=dynamic_uid_min systemd
61184
$ pkg-config --variable=dynamicuidmax systemd
$ pkg-config --variable=dynamic_uid_max systemd
65519
$ pkg-config --variable=containeruidbasemin systemd
$ pkg-config --variable=container_uid_base_min systemd
524288
$ pkg-config --variable=containeruidbasemax systemd
$ pkg-config --variable=container_uid_base_max systemd
1878982656
```

Expand Down

0 comments on commit 4e434bc

Please sign in to comment.