From b0729855e8fb744192a0395ea24673557818172c Mon Sep 17 00:00:00 2001 From: Balint Reczey Date: Sun, 3 Mar 2019 23:31:24 +0100 Subject: New upstream version 4.6 --- man/README.md | 10 +++++++++ man/chage.1.xml | 12 +++++------ man/groupadd.8.xml | 17 ++++++++++++++++ man/groupdel.8.xml | 17 ++++++++++++++++ man/groupmems.8.xml | 2 +- man/groupmod.8.xml | 49 ++++++++++++++++++++++++++++++++++++++------- man/passwd.1.xml | 15 +++++++++----- man/po/da.po | 22 ++++++++++---------- man/po/de.po | 22 ++++++++++---------- man/po/fr.po | 22 ++++++++++---------- man/po/it.po | 22 ++++++++++---------- man/po/pl.po | 22 ++++++++++---------- man/po/ru.po | 22 ++++++++++---------- man/po/shadow-man-pages.pot | 20 +++++++++--------- man/po/sv.po | 22 ++++++++++---------- man/po/zh_CN.po | 22 ++++++++++---------- man/su.1.xml | 41 ++++++++++++++++++------------------- man/useradd.8.xml | 17 ++++++++++++++++ man/userdel.8.xml | 17 ++++++++++++++++ man/usermod.8.xml | 17 ++++++++++++++++ 20 files changed, 272 insertions(+), 138 deletions(-) create mode 100644 man/README.md (limited to 'man') diff --git a/man/README.md b/man/README.md new file mode 100644 index 00000000..ebe2728f --- /dev/null +++ b/man/README.md @@ -0,0 +1,10 @@ +The [official releases](https://github.com/shadow-maint/shadow/releases) ship +with pre-built manpages. + +The content of the man pages however is dependent on compile flags. So the +pre-built ones might not fit your version of shadow. To build them yourself use +`--enable-man`. Furthermore the following build requirements will be needed: +- xsltproc +- docbook 4 +- docbook stylesheets +- xml2po diff --git a/man/chage.1.xml b/man/chage.1.xml index d05617d3..6ec6e840 100644 --- a/man/chage.1.xml +++ b/man/chage.1.xml @@ -83,7 +83,7 @@ The chage command changes the number of days between password changes and the date of the last password change. This information is used by the system to determine when a user must change - his/her password. + their password. @@ -168,7 +168,7 @@ Set the minimum number of days between password changes to MIN_DAYS. A value of zero for this field - indicates that the user may change his/her password at any time. + indicates that the user may change their password at any time. @@ -181,8 +181,8 @@ Set the maximum number of days during which a password is valid. When MAX_DAYS plus LAST_DAY is less than the current - day, the user will be required to change his/her password before - being able to use his/her account. This occurrence can be planned for + day, the user will be required to change their password before + being able to use their account. This occurrence can be planned for in advance by use of the option, which provides the user with advance warning. @@ -214,7 +214,7 @@ Set the number of days of warning before a password change is required. The WARN_DAYS option is the number of days prior to the password expiring that a user will - be warned his/her password is about to expire. + be warned their password is about to expire. @@ -235,7 +235,7 @@ The chage command is restricted to the root user, except for the option, which may be used by - an unprivileged user to determine when his/her password or account is due + an unprivileged user to determine when their password or account is due to expire. diff --git a/man/groupadd.8.xml b/man/groupadd.8.xml index 93d8b6f7..1e58f093 100644 --- a/man/groupadd.8.xml +++ b/man/groupadd.8.xml @@ -212,6 +212,23 @@ + + + ,  PREFIX_DIR + + + + Apply changes in the PREFIX_DIR + directory and use the configuration files from the + PREFIX_DIR directory. + This option does not chroot and is intended for preparing + a cross-compilation target. + Some limitations: NIS and LDAP users/groups are not verified. + PAM authentication is using the host files. + No SELINUX support. + + + diff --git a/man/groupdel.8.xml b/man/groupdel.8.xml index 438e9e54..41116617 100644 --- a/man/groupdel.8.xml +++ b/man/groupdel.8.xml @@ -109,6 +109,23 @@ + + + ,  PREFIX_DIR + + + + Apply changes in the PREFIX_DIR + directory and use the configuration files from the + PREFIX_DIR directory. + This option does not chroot and is intended for preparing + a cross-compilation target. + Some limitations: NIS and LDAP users/groups are not verified. + PAM authentication is using the host files. + No SELINUX support. + + + diff --git a/man/groupmems.8.xml b/man/groupmems.8.xml index 40d04210..1432ea42 100644 --- a/man/groupmems.8.xml +++ b/man/groupmems.8.xml @@ -85,7 +85,7 @@ DESCRIPTION The groupmems command allows a user to administer - his/her own group membership list without the requirement of + their own group membership list without the requirement of superuser privileges. The groupmems utility is for systems that configure its users to be in their own name sake primary group (i.e., guest / guest). diff --git a/man/groupmod.8.xml b/man/groupmod.8.xml index 46666252..b381c33a 100644 --- a/man/groupmod.8.xml +++ b/man/groupmod.8.xml @@ -186,6 +186,23 @@ + + + ,  PREFIX_DIR + + + + Apply changes in the PREFIX_DIR + directory and use the configuration files from the + PREFIX_DIR directory. + This option does not chroot and is intended for preparing + a cross-compilation target. + Some limitations: NIS and LDAP users/groups are not verified. + PAM authentication is using the host files. + No SELINUX support. + + + @@ -239,43 +256,61 @@ 0 - success + E_SUCCESS: success 2 - invalid command syntax + E_USAGE: invalid command syntax 3 - invalid argument to option + E_BAD_ARG: invalid argument to option 4 - specified group doesn't exist + E_GID_IN_USE: specified group doesn't exist 6 - specified group doesn't exist + E_NOTFOUND: specified group doesn't exist 9 - group name already in use + E_NAME_IN_USE: group name already in use 10 - can't update group file + E_GRP_UPDATE: can't update group file + + + + 11 + + E_CLEANUP_SERVICE: can't setup cleanup service + + + + 12 + + E_PAM_USERNAME: can't determine your username for use with pam + + + + 13 + + E_PAM_ERROR: pam returned an error, see syslog facility id groupmod for the PAM error message diff --git a/man/passwd.1.xml b/man/passwd.1.xml index e678448c..0e8ba328 100644 --- a/man/passwd.1.xml +++ b/man/passwd.1.xml @@ -88,7 +88,7 @@ DESCRIPTION The passwd command changes passwords for user accounts. - A normal user may only change the password for his/her own account, while + A normal user may only change the password for their own account, while the superuser may change the password for any account. passwd also changes the account or associated password validity period. @@ -97,7 +97,7 @@ Password Changes - The user is first prompted for his/her old password, if one is + The user is first prompted for their old password, if one is present. This password is then encrypted and compared against the stored password. The user has only one chance to enter the correct password. The superuser is permitted to bypass this step so that @@ -206,7 +206,7 @@ Immediately expire an account's password. This in effect can - force a user to change his/her password at the user's next login. + force a user to change their password at the user's next login. @@ -273,7 +273,7 @@ Set the minimum number of days between password changes to MIN_DAYS. A value of zero for this field - indicates that the user may change his/her password at any time. + indicates that the user may change their password at any time. @@ -349,7 +349,7 @@ Set the number of days of warning before a password change is required. The WARN_DAYS option is the number of days prior to the password expiring that a user - will be warned that his/her password is about to expire. + will be warned that their password is about to expire. @@ -363,6 +363,11 @@ MAX_DAYS, the password is required to be changed. + + Passing the number -1 as + MAX_DAYS will remove checking a + password's validity. + diff --git a/man/po/da.po b/man/po/da.po index 89302670..3d789fcb 100644 --- a/man/po/da.po +++ b/man/po/da.po @@ -4307,7 +4307,7 @@ msgstr "" #: passwd.1.xml:89(para) msgid "" "The passwd command changes passwords for user accounts. A " -"normal user may only change the password for his/her own account, while the " +"normal user may only change the password for their own account, while the " "superuser may change the password for any account. passwd " "also changes the account or associated password validity period." msgstr "" @@ -4318,7 +4318,7 @@ msgstr "" #: passwd.1.xml:99(para) msgid "" -"The user is first prompted for his/her old password, if one is present. This " +"The user is first prompted for their old password, if one is present. This " "password is then encrypted and compared against the stored password. The " "user has only one chance to enter the correct password. The superuser is " "permitted to bypass this step so that forgotten passwords may be changed." @@ -4435,7 +4435,7 @@ msgstr ", " #: passwd.1.xml:207(para) msgid "" "Immediately expire an account's password. This in effect can force a user to " -"change his/her password at the user's next login." +"change their password at the user's next login." msgstr "" "Angiv øjeblikkelig en kontos adgangskode som udløbet. Dette kan tvinge en " "bruger til at ændre sin adgangskode ved brugerens næste logind." @@ -4504,7 +4504,7 @@ msgstr "" msgid "" "Set the minimum number of days between password changes to " "MIN_DAYS. A value of zero for this field " -"indicates that the user may change his/her password at any time." +"indicates that the user may change their password at any time." msgstr "" #: passwd.1.xml:291(term) @@ -4553,7 +4553,7 @@ msgstr "" msgid "" "Set the number of days of warning before a password change is required. The " "WARN_DAYS option is the number of days prior to " -"the password expiring that a user will be warned that his/her password is " +"the password expiring that a user will be warned that their password is " "about to expire." msgstr "" @@ -6892,7 +6892,7 @@ msgstr "-l" #: groupmems.8.xml:86(para) msgid "" -"The groupmems command allows a user to administer his/her " +"The groupmems command allows a user to administer their " "own group membership list without the requirement of superuser privileges. " "The groupmems utility is for systems that configure its " "users to be in their own name sake primary group (i.e., guest / guest)." @@ -7975,7 +7975,7 @@ msgstr "ændr udløbsinformation om brugeradgangskode" msgid "" "The chage command changes the number of days between " "password changes and the date of the last password change. This information " -"is used by the system to determine when a user must change his/her password." +"is used by the system to determine when a user must change their password." msgstr "" #: chage.1.xml:92(para) @@ -8057,8 +8057,8 @@ msgstr "" msgid "" "Set the maximum number of days during which a password is valid. When " "MAX_DAYS plus LAST_DAY " -"is less than the current day, the user will be required to change his/her " -"password before being able to use his/her account. This occurrence can be " +"is less than the current day, the user will be required to change their " +"password before being able to use their account. This occurrence can be " "planned for in advance by use of the option, which " "provides the user with advance warning." msgstr "" @@ -8080,7 +8080,7 @@ msgstr "" msgid "" "Set the number of days of warning before a password change is required. The " "WARN_DAYS option is the number of days prior to " -"the password expiring that a user will be warned his/her password is about " +"the password expiring that a user will be warned their password is about " "to expire." msgstr "" @@ -8105,7 +8105,7 @@ msgstr "" msgid "" "The chage command is restricted to the root user, except " "for the option, which may be used by an unprivileged " -"user to determine when his/her password or account is due to expire." +"user to determine when their password or account is due to expire." msgstr "" "Kommandoen chage er begrænset til administratorbrugeren " "(root), undtaget for tilvalget , som kan bruges af en " diff --git a/man/po/de.po b/man/po/de.po index 340e15d8..3ae1efd0 100644 --- a/man/po/de.po +++ b/man/po/de.po @@ -5459,7 +5459,7 @@ msgstr "ändert das Passwort eines Benutzers" #: passwd.1.xml:89(para) msgid "" "The passwd command changes passwords for user accounts. A " -"normal user may only change the password for his/her own account, while the " +"normal user may only change the password for their own account, while the " "superuser may change the password for any account. passwd " "also changes the account or associated password validity period." msgstr "" @@ -5475,7 +5475,7 @@ msgstr "Verändern des Passworts" #: passwd.1.xml:99(para) msgid "" -"The user is first prompted for his/her old password, if one is present. This " +"The user is first prompted for their old password, if one is present. This " "password is then encrypted and compared against the stored password. The " "user has only one chance to enter the correct password. The superuser is " "permitted to bypass this step so that forgotten passwords may be changed." @@ -5625,7 +5625,7 @@ msgstr ", " #: passwd.1.xml:207(para) msgid "" "Immediately expire an account's password. This in effect can force a user to " -"change his/her password at the user's next login." +"change their password at the user's next login." msgstr "" "Lässt das Passwort eines Kontos sofort verfallen. Im Ergebnis kann damit " "erreicht werden, dass ein Benutzer beim nächsten Login das Passwort ändern " @@ -5709,7 +5709,7 @@ msgstr "" msgid "" "Set the minimum number of days between password changes to " "MIN_DAYS. A value of zero for this field " -"indicates that the user may change his/her password at any time." +"indicates that the user may change their password at any time." msgstr "" "Setzt die Anzahl von Tagen, die mindestens zwischen zwei Änderungen eines " "Passworts vergehen müssen, auf MIN_TAGE. Ein Wert " @@ -5776,7 +5776,7 @@ msgstr "" msgid "" "Set the number of days of warning before a password change is required. The " "WARN_DAYS option is the number of days prior to " -"the password expiring that a user will be warned that his/her password is " +"the password expiring that a user will be warned that their password is " "about to expire." msgstr "" "Legt die Anzahl der Tage fest, an denen der Benutzer eine Warnung erhält, " @@ -8773,7 +8773,7 @@ msgstr "-l" # SB: 1. I don't understand "sake"? A typo? But of what? 2. I think we shouldn't have the notorious guest account here as an example. #: groupmems.8.xml:86(para) msgid "" -"The groupmems command allows a user to administer his/her " +"The groupmems command allows a user to administer their " "own group membership list without the requirement of superuser privileges. " "The groupmems utility is for systems that configure its " "users to be in their own name sake primary group (i.e., guest / guest)." @@ -10266,7 +10266,7 @@ msgstr "ändert die Information zum Passwortverfall" msgid "" "The chage command changes the number of days between " "password changes and the date of the last password change. This information " -"is used by the system to determine when a user must change his/her password." +"is used by the system to determine when a user must change their password." msgstr "" "Der Befehl chage verändert die Anzahl der Tage zwischen " "dem letzten Wechsel des Passworts und dem nächsten Wechsel. Mit dieser " @@ -10386,8 +10386,8 @@ msgstr "" msgid "" "Set the maximum number of days during which a password is valid. When " "MAX_DAYS plus LAST_DAY " -"is less than the current day, the user will be required to change his/her " -"password before being able to use his/her account. This occurrence can be " +"is less than the current day, the user will be required to change their " +"password before being able to use their account. This occurrence can be " "planned for in advance by use of the option, which " "provides the user with advance warning." msgstr "" @@ -10419,7 +10419,7 @@ msgstr "" msgid "" "Set the number of days of warning before a password change is required. The " "WARN_DAYS option is the number of days prior to " -"the password expiring that a user will be warned his/her password is about " +"the password expiring that a user will be warned their password is about " "to expire." msgstr "" "Legt die Anzahl der Tage fest, an denen der Benutzer eine Warnung erhält, " @@ -10454,7 +10454,7 @@ msgstr "" msgid "" "The chage command is restricted to the root user, except " "for the option, which may be used by an unprivileged " -"user to determine when his/her password or account is due to expire." +"user to determine when their password or account is due to expire." msgstr "" "Der Befehl chage kann nur von Root ausgeführt werden. " "Alle anderen Benutzer können nur die Option verwenden, " diff --git a/man/po/fr.po b/man/po/fr.po index 48ef2fd1..37b55237 100644 --- a/man/po/fr.po +++ b/man/po/fr.po @@ -5490,7 +5490,7 @@ msgstr "Modifier le mot de passe d'un utilisateur" #: passwd.1.xml:89(para) msgid "" "The passwd command changes passwords for user accounts. A " -"normal user may only change the password for his/her own account, while the " +"normal user may only change the password for their own account, while the " "superuser may change the password for any account. passwd " "also changes the account or associated password validity period." msgstr "" @@ -5506,7 +5506,7 @@ msgstr "Modifications du mot de passe" #: passwd.1.xml:99(para) msgid "" -"The user is first prompted for his/her old password, if one is present. This " +"The user is first prompted for their old password, if one is present. This " "password is then encrypted and compared against the stored password. The " "user has only one chance to enter the correct password. The superuser is " "permitted to bypass this step so that forgotten passwords may be changed." @@ -5656,7 +5656,7 @@ msgstr ", " #: passwd.1.xml:207(para) msgid "" "Immediately expire an account's password. This in effect can force a user to " -"change his/her password at the user's next login." +"change their password at the user's next login." msgstr "" "Annuler immédiatement la validité du mot de passe d'un compte. Ceci permet " "d'obliger un utilisateur à changer son mot de passe lors de sa prochaine " @@ -5744,7 +5744,7 @@ msgstr "" msgid "" "Set the minimum number of days between password changes to " "MIN_DAYS. A value of zero for this field " -"indicates that the user may change his/her password at any time." +"indicates that the user may change their password at any time." msgstr "" "Définir le nombre minimum de jours entre chaque changement de mot de passe à " "MIN_DAYS. Une valeur de zéro pour ce champ " @@ -5812,7 +5812,7 @@ msgstr "" msgid "" "Set the number of days of warning before a password change is required. The " "WARN_DAYS option is the number of days prior to " -"the password expiring that a user will be warned that his/her password is " +"the password expiring that a user will be warned that their password is " "about to expire." msgstr "" "Configurer le nombre de jours d'avertissement avant que le changement de mot " @@ -8835,7 +8835,7 @@ msgstr "-l" #: groupmems.8.xml:86(para) msgid "" -"The groupmems command allows a user to administer his/her " +"The groupmems command allows a user to administer their " "own group membership list without the requirement of superuser privileges. " "The groupmems utility is for systems that configure its " "users to be in their own name sake primary group (i.e., guest / guest)." @@ -10319,7 +10319,7 @@ msgstr "Modifier les informations de validité d'un mot de passe" msgid "" "The chage command changes the number of days between " "password changes and the date of the last password change. This information " -"is used by the system to determine when a user must change his/her password." +"is used by the system to determine when a user must change their password." msgstr "" "La commande chage modifie le nombre de jours entre les " "changements de mot de passe et la date du dernier changement. Ces " @@ -10438,8 +10438,8 @@ msgstr "" msgid "" "Set the maximum number of days during which a password is valid. When " "MAX_DAYS plus LAST_DAY " -"is less than the current day, the user will be required to change his/her " -"password before being able to use his/her account. This occurrence can be " +"is less than the current day, the user will be required to change their " +"password before being able to use their account. This occurrence can be " "planned for in advance by use of the option, which " "provides the user with advance warning." msgstr "" @@ -10472,7 +10472,7 @@ msgstr "" msgid "" "Set the number of days of warning before a password change is required. The " "WARN_DAYS option is the number of days prior to " -"the password expiring that a user will be warned his/her password is about " +"the password expiring that a user will be warned their password is about " "to expire." msgstr "" "Configurer le nombre de jours d'avertissement avant que le changement de mot " @@ -10507,7 +10507,7 @@ msgstr "" msgid "" "The chage command is restricted to the root user, except " "for the option, which may be used by an unprivileged " -"user to determine when his/her password or account is due to expire." +"user to determine when their password or account is due to expire." msgstr "" "La commande chage est réservée à l'utilisateur root, sauf " "pour l'option , qui peut être utilisée par un utilisateur " diff --git a/man/po/it.po b/man/po/it.po index 79e8475a..b9f275a6 100644 --- a/man/po/it.po +++ b/man/po/it.po @@ -5714,7 +5714,7 @@ msgstr "cambia la password utente" #: passwd.1.xml:89(para) msgid "" "The passwd command changes passwords for user accounts. A " -"normal user may only change the password for his/her own account, while the " +"normal user may only change the password for their own account, while the " "superuser may change the password for any account. passwd " "also changes the account or associated password validity period." msgstr "" @@ -5731,7 +5731,7 @@ msgstr "Modifiche delle password" # type: Plain text #: passwd.1.xml:99(para) msgid "" -"The user is first prompted for his/her old password, if one is present. This " +"The user is first prompted for their old password, if one is present. This " "password is then encrypted and compared against the stored password. The " "user has only one chance to enter the correct password. The superuser is " "permitted to bypass this step so that forgotten passwords may be changed." @@ -5892,7 +5892,7 @@ msgstr ", " #: passwd.1.xml:207(para) msgid "" "Immediately expire an account's password. This in effect can force a user to " -"change his/her password at the user's next login." +"change their password at the user's next login." msgstr "" "Fa scadere subito la password dell'utente. Il che ha l'effetto di forzare un " "cambio password al successivo accesso da parte dell'utente." @@ -5978,7 +5978,7 @@ msgstr "" msgid "" "Set the minimum number of days between password changes to " "MIN_DAYS. A value of zero for this field " -"indicates that the user may change his/her password at any time." +"indicates that the user may change their password at any time." msgstr "" "Imposta il numero minimo di giorni tra i cambi di password a " "MIN_GIORNI. Un valore pari a zero indica che " @@ -6050,7 +6050,7 @@ msgstr "" msgid "" "Set the number of days of warning before a password change is required. The " "WARN_DAYS option is the number of days prior to " -"the password expiring that a user will be warned that his/her password is " +"the password expiring that a user will be warned that their password is " "about to expire." msgstr "" "Imposta il numero di giorni di preavviso prima che sia obbligatorio cambiare " @@ -9144,7 +9144,7 @@ msgstr "-l" #: groupmems.8.xml:86(para) msgid "" -"The groupmems command allows a user to administer his/her " +"The groupmems command allows a user to administer their " "own group membership list without the requirement of superuser privileges. " "The groupmems utility is for systems that configure its " "users to be in their own name sake primary group (i.e., guest / guest)." @@ -10707,7 +10707,7 @@ msgstr "cambia le informazioni sulla scadenza della password" msgid "" "The chage command changes the number of days between " "password changes and the date of the last password change. This information " -"is used by the system to determine when a user must change his/her password." +"is used by the system to determine when a user must change their password." msgstr "" "chage modifica il numero minimo di giorni tra i cambi di " "password e la data dell'ultimo cambio. Queste informazioni sono usate dal " @@ -10832,8 +10832,8 @@ msgstr "" msgid "" "Set the maximum number of days during which a password is valid. When " "MAX_DAYS plus LAST_DAY " -"is less than the current day, the user will be required to change his/her " -"password before being able to use his/her account. This occurrence can be " +"is less than the current day, the user will be required to change their " +"password before being able to use their account. This occurrence can be " "planned for in advance by use of the option, which " "provides the user with advance warning." msgstr "" @@ -10868,7 +10868,7 @@ msgstr "" msgid "" "Set the number of days of warning before a password change is required. The " "WARN_DAYS option is the number of days prior to " -"the password expiring that a user will be warned his/her password is about " +"the password expiring that a user will be warned their password is about " "to expire." msgstr "" "Imposta il numero di giorni di preavviso prima che sia obbligatorio cambiare " @@ -10905,7 +10905,7 @@ msgstr "" msgid "" "The chage command is restricted to the root user, except " "for the option, which may be used by an unprivileged " -"user to determine when his/her password or account is due to expire." +"user to determine when their password or account is due to expire." msgstr "" "L'uso del comando chage è permesso solo all'utente root, " "tranne per l'opzione , che può essere usata da un utente " diff --git a/man/po/pl.po b/man/po/pl.po index c003c728..8a125fbf 100644 --- a/man/po/pl.po +++ b/man/po/pl.po @@ -4659,7 +4659,7 @@ msgstr "zmiana hasła użytkownika" #: passwd.1.xml:89(para) msgid "" "The passwd command changes passwords for user accounts. A " -"normal user may only change the password for his/her own account, while the " +"normal user may only change the password for their own account, while the " "superuser may change the password for any account. passwd " "also changes the account or associated password validity period." msgstr "" @@ -4670,7 +4670,7 @@ msgstr "" #: passwd.1.xml:99(para) msgid "" -"The user is first prompted for his/her old password, if one is present. This " +"The user is first prompted for their old password, if one is present. This " "password is then encrypted and compared against the stored password. The " "user has only one chance to enter the correct password. The superuser is " "permitted to bypass this step so that forgotten passwords may be changed." @@ -4776,7 +4776,7 @@ msgstr ", " #: passwd.1.xml:207(para) msgid "" "Immediately expire an account's password. This in effect can force a user to " -"change his/her password at the user's next login." +"change their password at the user's next login." msgstr "" #: passwd.1.xml:220(term) @@ -4845,7 +4845,7 @@ msgstr "" msgid "" "Set the minimum number of days between password changes to " "MIN_DAYS. A value of zero for this field " -"indicates that the user may change his/her password at any time." +"indicates that the user may change their password at any time." msgstr "" "Utawia minimalną liczbę dni pomiędzy zmianami hasła na " "MIN_DAYS. Wartość zerowa oznacza, że użytkownik " @@ -4901,7 +4901,7 @@ msgstr "" msgid "" "Set the number of days of warning before a password change is required. The " "WARN_DAYS option is the number of days prior to " -"the password expiring that a user will be warned that his/her password is " +"the password expiring that a user will be warned that their password is " "about to expire." msgstr "" @@ -7455,7 +7455,7 @@ msgstr "-l" #: groupmems.8.xml:86(para) msgid "" -"The groupmems command allows a user to administer his/her " +"The groupmems command allows a user to administer their " "own group membership list without the requirement of superuser privileges. " "The groupmems utility is for systems that configure its " "users to be in their own name sake primary group (i.e., guest / guest)." @@ -8833,7 +8833,7 @@ msgstr "zmiana informacji o terminie ważności hasła użytkownika" msgid "" "The chage command changes the number of days between " "password changes and the date of the last password change. This information " -"is used by the system to determine when a user must change his/her password." +"is used by the system to determine when a user must change their password." msgstr "" "Polecenie chage zmienia liczbę dni pomiędzy zmianami " "hasła i datę ostatniej zmiany hasła. Informację tę system wykorzystuje do " @@ -8947,8 +8947,8 @@ msgstr "" msgid "" "Set the maximum number of days during which a password is valid. When " "MAX_DAYS plus LAST_DAY " -"is less than the current day, the user will be required to change his/her " -"password before being able to use his/her account. This occurrence can be " +"is less than the current day, the user will be required to change their " +"password before being able to use their account. This occurrence can be " "planned for in advance by use of the option, which " "provides the user with advance warning." msgstr "" @@ -8980,7 +8980,7 @@ msgstr "" msgid "" "Set the number of days of warning before a password change is required. The " "WARN_DAYS option is the number of days prior to " -"the password expiring that a user will be warned his/her password is about " +"the password expiring that a user will be warned their password is about " "to expire." msgstr "" "Ustawia na DNI_OSTRZ liczbę dni przed upływem " @@ -9013,7 +9013,7 @@ msgstr "" msgid "" "The chage command is restricted to the root user, except " "for the option, which may be used by an unprivileged " -"user to determine when his/her password or account is due to expire." +"user to determine when their password or account is due to expire." msgstr "" "Polecenia chage może użyć tylko użytkownik root, za wyjątkiem opcji . Może się nią posłużyć się użytkownik nieuprzywilejowany do " diff --git a/man/po/ru.po b/man/po/ru.po index ef552bec..f3978255 100644 --- a/man/po/ru.po +++ b/man/po/ru.po @@ -5700,7 +5700,7 @@ msgstr "изменяет пароль пользователя" #: passwd.1.xml:89(para) msgid "" "The passwd command changes passwords for user accounts. A " -"normal user may only change the password for his/her own account, while the " +"normal user may only change the password for their own account, while the " "superuser may change the password for any account. passwd " "also changes the account or associated password validity period." msgstr "" @@ -5718,7 +5718,7 @@ msgstr "Изменение пароля" # type: Content of: #: passwd.1.xml:99(para) msgid "" -"The user is first prompted for his/her old password, if one is present. This " +"The user is first prompted for their old password, if one is present. This " "password is then encrypted and compared against the stored password. The " "user has only one chance to enter the correct password. The superuser is " "permitted to bypass this step so that forgotten passwords may be changed." @@ -5876,7 +5876,7 @@ msgstr ", " #: passwd.1.xml:207(para) msgid "" "Immediately expire an account's password. This in effect can force a user to " -"change his/her password at the user's next login." +"change their password at the user's next login." msgstr "" "Немедленно сделать пароль устаревшим. В результате это заставит пользователя " "изменить пароль при следующем входе в систему." @@ -5962,7 +5962,7 @@ msgstr "" msgid "" "Set the minimum number of days between password changes to " "MIN_DAYS. A value of zero for this field " -"indicates that the user may change his/her password at any time." +"indicates that the user may change their password at any time." msgstr "" "Задать минимальное количество дней между сменами " "пароля. Нулевое значение этого поля указывает на то, что пользователь может " @@ -6030,7 +6030,7 @@ msgstr "" msgid "" "Set the number of days of warning before a password change is required. The " "WARN_DAYS option is the number of days prior to " -"the password expiring that a user will be warned that his/her password is " +"the password expiring that a user will be warned that their password is " "about to expire." msgstr "" "Установить число дней выдачи предупреждения, перед тем как потребуется смена " @@ -9182,7 +9182,7 @@ msgstr "-l" #: groupmems.8.xml:86(para) msgid "" -"The groupmems command allows a user to administer his/her " +"The groupmems command allows a user to administer their " "own group membership list without the requirement of superuser privileges. " "The groupmems utility is for systems that configure its " "users to be in their own name sake primary group (i.e., guest / guest)." @@ -10700,7 +10700,7 @@ msgstr "изменяет информацию об устаревании пар msgid "" "The chage command changes the number of days between " "password changes and the date of the last password change. This information " -"is used by the system to determine when a user must change his/her password." +"is used by the system to determine when a user must change their password." msgstr "" "Программа chage изменяет количество дней между датой " "смены пароля и датой последней смены пароля. Эта информация используется " @@ -10820,8 +10820,8 @@ msgstr "" msgid "" "Set the maximum number of days during which a password is valid. When " "MAX_DAYS plus LAST_DAY " -"is less than the current day, the user will be required to change his/her " -"password before being able to use his/her account. This occurrence can be " +"is less than the current day, the user will be required to change their " +"password before being able to use their account. This occurrence can be " "planned for in advance by use of the option, which " "provides the user with advance warning." msgstr "" @@ -10854,7 +10854,7 @@ msgstr "" msgid "" "Set the number of days of warning before a password change is required. The " "WARN_DAYS option is the number of days prior to " -"the password expiring that a user will be warned his/her password is about " +"the password expiring that a user will be warned their password is about " "to expire." msgstr "" "Установить количество дней выдачи предупреждения, перед тем как потребуется " @@ -10890,7 +10890,7 @@ msgstr "" msgid "" "The chage command is restricted to the root user, except " "for the option, which may be used by an unprivileged " -"user to determine when his/her password or account is due to expire." +"user to determine when their password or account is due to expire." msgstr "" "Программа chage работает только от суперпользователя, за " "исключением вызова с параметром , который может " diff --git a/man/po/shadow-man-pages.pot b/man/po/shadow-man-pages.pot index 05cef7f2..507057fe 100644 --- a/man/po/shadow-man-pages.pot +++ b/man/po/shadow-man-pages.pot @@ -2492,7 +2492,7 @@ msgid "change user password" msgstr "" #: passwd.1.xml:89(para) -msgid "The passwd command changes passwords for user accounts. A normal user may only change the password for his/her own account, while the superuser may change the password for any account. passwd also changes the account or associated password validity period." +msgid "The passwd command changes passwords for user accounts. A normal user may only change the password for their own account, while the superuser may change the password for any account. passwd also changes the account or associated password validity period." msgstr "" #: passwd.1.xml:98(title) @@ -2500,7 +2500,7 @@ msgid "Password Changes" msgstr "" #: passwd.1.xml:99(para) -msgid "The user is first prompted for his/her old password, if one is present. This password is then encrypted and compared against the stored password. The user has only one chance to enter the correct password. The superuser is permitted to bypass this step so that forgotten passwords may be changed." +msgid "The user is first prompted for their old password, if one is present. This password is then encrypted and compared against the stored password. The user has only one chance to enter the correct password. The superuser is permitted to bypass this step so that forgotten passwords may be changed." msgstr "" #: passwd.1.xml:107(para) @@ -2572,7 +2572,7 @@ msgid ", " msgstr "" #: passwd.1.xml:207(para) -msgid "Immediately expire an account's password. This in effect can force a user to change his/her password at the user's next login." +msgid "Immediately expire an account's password. This in effect can force a user to change their password at the user's next login." msgstr "" #: passwd.1.xml:220(term) @@ -2612,7 +2612,7 @@ msgid ",  MIN_DAY msgstr "" #: passwd.1.xml:273(para) chage.1.xml:168(para) -msgid "Set the minimum number of days between password changes to MIN_DAYS. A value of zero for this field indicates that the user may change his/her password at any time." +msgid "Set the minimum number of days between password changes to MIN_DAYS. A value of zero for this field indicates that the user may change their password at any time." msgstr "" #: passwd.1.xml:291(term) @@ -2644,7 +2644,7 @@ msgid ",  WARN_D msgstr "" #: passwd.1.xml:348(para) -msgid "Set the number of days of warning before a password change is required. The WARN_DAYS option is the number of days prior to the password expiring that a user will be warned that his/her password is about to expire." +msgid "Set the number of days of warning before a password change is required. The WARN_DAYS option is the number of days prior to the password expiring that a user will be warned that their password is about to expire." msgstr "" #: passwd.1.xml:357(term) @@ -4169,7 +4169,7 @@ msgid "-l" msgstr "" #: groupmems.8.xml:86(para) -msgid "The groupmems command allows a user to administer his/her own group membership list without the requirement of superuser privileges. The groupmems utility is for systems that configure its users to be in their own name sake primary group (i.e., guest / guest)." +msgid "The groupmems command allows a user to administer their own group membership list without the requirement of superuser privileges. The groupmems utility is for systems that configure its users to be in their own name sake primary group (i.e., guest / guest)." msgstr "" #: groupmems.8.xml:94(para) @@ -4863,7 +4863,7 @@ msgid "change user password expiry information" msgstr "" #: chage.1.xml:82(para) -msgid "The chage command changes the number of days between password changes and the date of the last password change. This information is used by the system to determine when a user must change his/her password." +msgid "The chage command changes the number of days between password changes and the date of the last password change. This information is used by the system to determine when a user must change their password." msgstr "" #: chage.1.xml:92(para) @@ -4915,7 +4915,7 @@ msgid ",  MAX_DAY msgstr "" #: chage.1.xml:180(para) -msgid "Set the maximum number of days during which a password is valid. When MAX_DAYS plus LAST_DAY is less than the current day, the user will be required to change his/her password before being able to use his/her account. This occurrence can be planned for in advance by use of the option, which provides the user with advance warning." +msgid "Set the maximum number of days during which a password is valid. When MAX_DAYS plus LAST_DAY is less than the current day, the user will be required to change their password before being able to use their account. This occurrence can be planned for in advance by use of the option, which provides the user with advance warning." msgstr "" #: chage.1.xml:189(para) @@ -4927,7 +4927,7 @@ msgid ",  WARN_D msgstr "" #: chage.1.xml:213(para) -msgid "Set the number of days of warning before a password change is required. The WARN_DAYS option is the number of days prior to the password expiring that a user will be warned his/her password is about to expire." +msgid "Set the number of days of warning before a password change is required. The WARN_DAYS option is the number of days prior to the password expiring that a user will be warned their password is about to expire." msgstr "" #: chage.1.xml:222(para) @@ -4939,7 +4939,7 @@ msgid "The chage program requires a shadow password file to b msgstr "" #: chage.1.xml:236(para) -msgid "The chage command is restricted to the root user, except for the option, which may be used by an unprivileged user to determine when his/her password or account is due to expire." +msgid "The chage command is restricted to the root user, except for the option, which may be used by an unprivileged user to determine when their password or account is due to expire." msgstr "" #: chage.1.xml:301(replaceable) diff --git a/man/po/sv.po b/man/po/sv.po index b09740df..4059527d 100644 --- a/man/po/sv.po +++ b/man/po/sv.po @@ -4806,7 +4806,7 @@ msgstr "ändra användarlösenord" #, fuzzy msgid "" "The passwd command changes passwords for user accounts. A " -"normal user may only change the password for his/her own account, while the " +"normal user may only change the password for their own account, while the " "superuser may change the password for any account. passwd " "also changes the account or associated password validity period." msgstr "" @@ -4824,7 +4824,7 @@ msgstr "Lösenordsändringar" #: passwd.1.xml:99(para) #, fuzzy msgid "" -"The user is first prompted for his/her old password, if one is present. This " +"The user is first prompted for their old password, if one is present. This " "password is then encrypted and compared against the stored password. The " "user has only one chance to enter the correct password. The superuser is " "permitted to bypass this step so that forgotten passwords may be changed." @@ -4969,7 +4969,7 @@ msgstr ", " #: passwd.1.xml:207(para) msgid "" "Immediately expire an account's password. This in effect can force a user to " -"change his/her password at the user's next login." +"change their password at the user's next login." msgstr "" "Lösenordet för ett konto sätts omedelbart som utgånget. Detta kan tvinga en " "användare att ändra sitt lösenord vid nästa inloggningsförsök." @@ -5051,7 +5051,7 @@ msgstr "" msgid "" "Set the minimum number of days between password changes to " "MIN_DAYS. A value of zero for this field " -"indicates that the user may change his/her password at any time." +"indicates that the user may change their password at any time." msgstr "" "Sätter minimalt antal dagar mellan lösenordsändringar till " "MIN_DAGAR. Ett nollvärde för detta fält betyder " @@ -5128,7 +5128,7 @@ msgstr "" msgid "" "Set the number of days of warning before a password change is required. The " "WARN_DAYS option is the number of days prior to " -"the password expiring that a user will be warned that his/her password is " +"the password expiring that a user will be warned that their password is " "about to expire." msgstr "" "Sätter antalet dagar för varning före ett lösenord behöver ändras. Flaggan " @@ -7671,7 +7671,7 @@ msgstr "-l" #: groupmems.8.xml:86(para) msgid "" -"The groupmems command allows a user to administer his/her " +"The groupmems command allows a user to administer their " "own group membership list without the requirement of superuser privileges. " "The groupmems utility is for systems that configure its " "users to be in their own name sake primary group (i.e., guest / guest)." @@ -9064,7 +9064,7 @@ msgstr "ändra åldringsinformation för användarlösenord" msgid "" "The chage command changes the number of days between " "password changes and the date of the last password change. This information " -"is used by the system to determine when a user must change his/her password." +"is used by the system to determine when a user must change their password." msgstr "" #: chage.1.xml:92(para) @@ -9156,8 +9156,8 @@ msgstr "" msgid "" "Set the maximum number of days during which a password is valid. When " "MAX_DAYS plus LAST_DAY " -"is less than the current day, the user will be required to change his/her " -"password before being able to use his/her account. This occurrence can be " +"is less than the current day, the user will be required to change their " +"password before being able to use their account. This occurrence can be " "planned for in advance by use of the option, which " "provides the user with advance warning." msgstr "" @@ -9181,7 +9181,7 @@ msgstr "" msgid "" "Set the number of days of warning before a password change is required. The " "WARN_DAYS option is the number of days prior to " -"the password expiring that a user will be warned his/her password is about " +"the password expiring that a user will be warned their password is about " "to expire." msgstr "" @@ -9206,7 +9206,7 @@ msgstr "" msgid "" "The chage command is restricted to the root user, except " "for the option, which may be used by an unprivileged " -"user to determine when his/her password or account is due to expire." +"user to determine when their password or account is due to expire." msgstr "" #: chage.1.xml:301(replaceable) diff --git a/man/po/zh_CN.po b/man/po/zh_CN.po index fd4c4ca3..71288870 100644 --- a/man/po/zh_CN.po +++ b/man/po/zh_CN.po @@ -5037,7 +5037,7 @@ msgstr "更改用户密码" #: passwd.1.xml:89(para) msgid "" "The passwd command changes passwords for user accounts. A " -"normal user may only change the password for his/her own account, while the " +"normal user may only change the password for their own account, while the " "superuser may change the password for any account. passwd " "also changes the account or associated password validity period." msgstr "" @@ -5051,7 +5051,7 @@ msgstr "密码更改" #: passwd.1.xml:99(para) msgid "" -"The user is first prompted for his/her old password, if one is present. This " +"The user is first prompted for their old password, if one is present. This " "password is then encrypted and compared against the stored password. The " "user has only one chance to enter the correct password. The superuser is " "permitted to bypass this step so that forgotten passwords may be changed." @@ -5181,7 +5181,7 @@ msgstr ", " #: passwd.1.xml:207(para) msgid "" "Immediately expire an account's password. This in effect can force a user to " -"change his/her password at the user's next login." +"change their password at the user's next login." msgstr "让一个账户的密码立即过期。这可以强制一个用户下次登录时更改密码。" #: passwd.1.xml:220(term) @@ -5255,7 +5255,7 @@ msgstr "" msgid "" "Set the minimum number of days between password changes to " "MIN_DAYS. A value of zero for this field " -"indicates that the user may change his/her password at any time." +"indicates that the user may change their password at any time." msgstr "" "在密码更改之间的最小天数设置为 MIN_DAYS。此字段中" "的 0 值表示用户可以在任何时间更改其密码。" @@ -5316,7 +5316,7 @@ msgstr "" msgid "" "Set the number of days of warning before a password change is required. The " "WARN_DAYS option is the number of days prior to " -"the password expiring that a user will be warned that his/her password is " +"the password expiring that a user will be warned that their password is " "about to expire." msgstr "" "设置在要求更改密码之前警告的天数。WARN_DAYS 选项是" @@ -7867,7 +7867,7 @@ msgstr "-l" #: groupmems.8.xml:86(para) msgid "" -"The groupmems command allows a user to administer his/her " +"The groupmems command allows a user to administer their " "own group membership list without the requirement of superuser privileges. " "The groupmems utility is for systems that configure its " "users to be in their own name sake primary group (i.e., guest / guest)." @@ -9112,7 +9112,7 @@ msgstr "更改用户密码过期信息" msgid "" "The chage command changes the number of days between " "password changes and the date of the last password change. This information " -"is used by the system to determine when a user must change his/her password." +"is used by the system to determine when a user must change their password." msgstr "" #: chage.1.xml:92(para) @@ -9209,8 +9209,8 @@ msgstr "" msgid "" "Set the maximum number of days during which a password is valid. When " "MAX_DAYS plus LAST_DAY " -"is less than the current day, the user will be required to change his/her " -"password before being able to use his/her account. This occurrence can be " +"is less than the current day, the user will be required to change their " +"password before being able to use their account. This occurrence can be " "planned for in advance by use of the option, which " "provides the user with advance warning." msgstr "" @@ -9240,7 +9240,7 @@ msgstr "" msgid "" "Set the number of days of warning before a password change is required. The " "WARN_DAYS option is the number of days prior to " -"the password expiring that a user will be warned his/her password is about " +"the password expiring that a user will be warned their password is about " "to expire." msgstr "" "设置在要求更改密码之前几天开始警告。WARN_DAYS 选项" @@ -9267,7 +9267,7 @@ msgstr "chage 需要有一个影子密码文件才可用。" msgid "" "The chage command is restricted to the root user, except " "for the option, which may be used by an unprivileged " -"user to determine when his/her password or account is due to expire." +"user to determine when their password or account is due to expire." msgstr "" "只有 root 才可以使用 chage,一个特殊情况是 + + + ,  PREFIX_DIR + + + + Apply changes in the PREFIX_DIR + directory and use the configuration files from the + PREFIX_DIR directory. + This option does not chroot and is intended for preparing + a cross-compilation target. + Some limitations: NIS and LDAP users/groups are not verified. + PAM authentication is using the host files. + No SELINUX support. + + + , diff --git a/man/usermod.8.xml b/man/usermod.8.xml index 6cd469c6..7fea2981 100644 --- a/man/usermod.8.xml +++ b/man/usermod.8.xml @@ -319,6 +319,23 @@ + + + ,  PREFIX_DIR + + + + Apply changes in the PREFIX_DIR + directory and use the configuration files from the + PREFIX_DIR directory. + This option does not chroot and is intended for preparing + a cross-compilation target. + Some limitations: NIS and LDAP users/groups are not verified. + PAM authentication is using the host files. + No SELINUX support. + + + ,  SHELL -- cgit v1.2.1