diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2023-07-01 23:33:20 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2023-07-02 12:10:12 +0200 |
commit | da890466433279d2a6714e3571fc8d7dc4369e4d (patch) | |
tree | f494ead2b43466772758711ebb9c9b9841b053e3 /docs/GROUP_RECORD.md | |
parent | NEWS: reword/fix/extend the entries for v254 (diff) | |
download | systemd-da890466433279d2a6714e3571fc8d7dc4369e4d.tar.xz systemd-da890466433279d2a6714e3571fc8d7dc4369e4d.zip |
tree-wide: "<n>bit" → "<n>-bit"
In some places, "<n> bits" is used when more appropriate.
Diffstat (limited to 'docs/GROUP_RECORD.md')
-rw-r--r-- | docs/GROUP_RECORD.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GROUP_RECORD.md b/docs/GROUP_RECORD.md index 381036994e..c9d51cef9d 100644 --- a/docs/GROUP_RECORD.md +++ b/docs/GROUP_RECORD.md @@ -33,7 +33,7 @@ same field of user records. A string. `service` → A string, an identifier for the service managing this group record (this field is typically in reverse domain name syntax.) -`lastChangeUSec` → An unsigned 64bit integer, a timestamp (in µs since the UNIX +`lastChangeUSec` → An unsigned 64-bit integer, a timestamp (in µs since the UNIX epoch 1970) of the last time the group record has been modified. (Covers only the `regular`, `perMachine` and `privileged` sections). |