docs: fix typo now → not

This commit is contained in:
Lennart Poettering 2020-04-09 19:26:36 +02:00
parent b27cb676bf
commit 10eed9848d
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ Generally, the same rules apply for user as for group names.
is defined as [lower and upper case ASCII letters, digits, period,
underscore, and
hyphen](https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_282),
with the restriction that hyphen is now allowed as first character of the
with the restriction that hyphen is not allowed as first character of the
user name. Interestingly no size limit is declared, i.e. in neither
direction, meaning that strictly speaking according to POSIX both the empty
string is a valid user name as well as a string of gigabytes in length.