Du verwendest einen veralteten Browser. Es ist möglich, dass diese oder andere Websites nicht korrekt angezeigt werden. Du solltest ein Upgrade durchführen oder einen alternativen Browser verwenden.
einen Doppelpunkt macht man in diesem File mit '\c'.
In der Standard-login.conf steht:
# Note that since a colon ':' is used to separate capability entries,
# a \c escape sequence must be used to embed a literal colon in the
# value or name of a capability (see the ``CGETNUM AND CGETSTR SYNTAX
# AND SEMANTICS'' section of getcap(3) for more escape sequences).
Records in a class capabilities database consist of a number of colon-separated fields.
...
See getcap(3) for a more in-depth description of the format of a capability database.
...
Fields within each record in the database follow the getcap(3) conventions for...