summaryrefslogtreecommitdiff
path: root/docs/USER_NAMES.md
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2020-04-09 19:26:36 +0200
committerLennart Poettering <lennart@poettering.net>2020-04-09 19:26:36 +0200
commit10eed9848dc093ac3ed66b24046c1158b887703d (patch)
tree955dbd0be84ad3e9203ee592a8606cd957ea01c9 /docs/USER_NAMES.md
parentb27cb676bf408169675c87313cd48ba79dbbf53c (diff)
downloadsystemd-10eed9848dc093ac3ed66b24046c1158b887703d.tar.gz
docs: fix typo now → not
Diffstat (limited to 'docs/USER_NAMES.md')
-rw-r--r--docs/USER_NAMES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/USER_NAMES.md b/docs/USER_NAMES.md
index 2bd1dff899..b314771a38 100644
--- a/docs/USER_NAMES.md
+++ b/docs/USER_NAMES.md
@@ -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.