diff options
author | Thomas Haller <thaller@redhat.com> | 2019-04-12 09:54:56 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2019-04-12 09:56:51 +0200 |
commit | 7b6a3aaf291b0757778fd2683cdb25adafed922e (patch) | |
tree | 43d64afc926f5aca3aa038bec05e752e8f0e9e3b | |
parent | da4f2298052402b5e0cfdd10ccb31e19e9de3e98 (diff) | |
download | NetworkManager-7b6a3aaf291b0757778fd2683cdb25adafed922e.tar.gz |
cli: fix typo in nmcli usage output
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/issues/157
-rw-r--r-- | clients/cli/general.c | 2 | ||||
-rw-r--r-- | clients/tests/test-client.check-on-disk/test_001.expected | 4 | ||||
-rw-r--r-- | clients/tests/test-client.check-on-disk/test_002.expected | 4 | ||||
-rw-r--r-- | po/ar.po | 2 | ||||
-rw-r--r-- | po/as.po | 2 | ||||
-rw-r--r-- | po/be@latin.po | 2 | ||||
-rw-r--r-- | po/bg.po | 2 | ||||
-rw-r--r-- | po/bn_IN.po | 2 | ||||
-rw-r--r-- | po/bs.po | 2 | ||||
-rw-r--r-- | po/ca.po | 2 | ||||
-rw-r--r-- | po/cs.po | 2 | ||||
-rw-r--r-- | po/da.po | 2 | ||||
-rw-r--r-- | po/de.po | 4 | ||||
-rw-r--r-- | po/dz.po | 2 | ||||
-rw-r--r-- | po/el.po | 2 | ||||
-rw-r--r-- | po/en_CA.po | 2 | ||||
-rw-r--r-- | po/en_GB.po | 2 | ||||
-rw-r--r-- | po/eo.po | 2 | ||||
-rw-r--r-- | po/es.po | 2 | ||||
-rw-r--r-- | po/et.po | 2 | ||||
-rw-r--r-- | po/eu.po | 2 | ||||
-rw-r--r-- | po/fi.po | 2 | ||||
-rw-r--r-- | po/fr.po | 4 | ||||
-rw-r--r-- | po/gd.po | 2 | ||||
-rw-r--r-- | po/gl.po | 2 | ||||
-rw-r--r-- | po/gu.po | 2 | ||||
-rw-r--r-- | po/he.po | 2 | ||||
-rw-r--r-- | po/hi.po | 2 | ||||
-rw-r--r-- | po/hr.po | 2 | ||||
-rw-r--r-- | po/hu.po | 2 | ||||
-rw-r--r-- | po/id.po | 4 | ||||
-rw-r--r-- | po/it.po | 4 | ||||
-rw-r--r-- | po/ja.po | 4 | ||||
-rw-r--r-- | po/ka.po | 2 | ||||
-rw-r--r-- | po/kn.po | 2 | ||||
-rw-r--r-- | po/ko.po | 2 | ||||
-rw-r--r-- | po/ku.po | 2 | ||||
-rw-r--r-- | po/lt.po | 2 | ||||
-rw-r--r-- | po/lv.po | 2 | ||||
-rw-r--r-- | po/mk.po | 2 | ||||
-rw-r--r-- | po/ml.po | 2 | ||||
-rw-r--r-- | po/mr.po | 2 | ||||
-rw-r--r-- | po/nb.po | 2 | ||||
-rw-r--r-- | po/ne.po | 2 | ||||
-rw-r--r-- | po/nl.po | 2 | ||||
-rw-r--r-- | po/oc.po | 2 | ||||
-rw-r--r-- | po/or.po | 2 | ||||
-rw-r--r-- | po/pa.po | 2 | ||||
-rw-r--r-- | po/pl.po | 4 | ||||
-rw-r--r-- | po/pt.po | 2 | ||||
-rw-r--r-- | po/pt_BR.po | 4 | ||||
-rw-r--r-- | po/ru.po | 2 | ||||
-rw-r--r-- | po/rw.po | 2 | ||||
-rw-r--r-- | po/sk.po | 2 | ||||
-rw-r--r-- | po/sl.po | 2 | ||||
-rw-r--r-- | po/sq.po | 2 | ||||
-rw-r--r-- | po/sr.po | 2 | ||||
-rw-r--r-- | po/sr@latin.po | 2 | ||||
-rw-r--r-- | po/sv.po | 4 | ||||
-rw-r--r-- | po/ta.po | 2 | ||||
-rw-r--r-- | po/te.po | 2 | ||||
-rw-r--r-- | po/th.po | 2 | ||||
-rw-r--r-- | po/tr.po | 2 | ||||
-rw-r--r-- | po/uk.po | 4 | ||||
-rw-r--r-- | po/vi.po | 2 | ||||
-rw-r--r-- | po/wa.po | 2 | ||||
-rw-r--r-- | po/zh_CN.po | 4 | ||||
-rw-r--r-- | po/zh_HK.po | 2 | ||||
-rw-r--r-- | po/zh_TW.po | 2 |
69 files changed, 81 insertions, 81 deletions
diff --git a/clients/cli/general.c b/clients/cli/general.c index 2c22bdc944..e79bd65588 100644 --- a/clients/cli/general.c +++ b/clients/cli/general.c @@ -1350,7 +1350,7 @@ do_overview (NmCli *nmc, int argc, char **argv) g_print (_("Use \"nmcli device show\" to get complete information about known devices and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" - "Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage details.\n")); + "Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage details.\n")); return NMC_RESULT_SUCCESS; } diff --git a/clients/tests/test-client.check-on-disk/test_001.expected b/clients/tests/test-client.check-on-disk/test_001.expected index 616e457c90..58004e2630 100644 --- a/clients/tests/test-client.check-on-disk/test_001.expected +++ b/clients/tests/test-client.check-on-disk/test_001.expected @@ -11,7 +11,7 @@ DNS configuration: Use "nmcli device show" to get complete information about known devices and "nmcli connection show" to get an overview on active connection profiles. -Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage details. +Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage details. <<< size: 438 @@ -28,7 +28,7 @@ Polecenie „nmcli device show” wyświetli pełne informacje o znanych urządzeniach, a „nmcli connection show” wyświetli przegląd aktywnych profili połączeń. -Strony podręcznika nmcli(1) i nmcli-examples(5) zawierają pełne informacje +Strony podręcznika nmcli(1) i nmcli-examples(7) zawierają pełne informacje o użyciu. <<< diff --git a/clients/tests/test-client.check-on-disk/test_002.expected b/clients/tests/test-client.check-on-disk/test_002.expected index a80fa009fa..94afcc2505 100644 --- a/clients/tests/test-client.check-on-disk/test_002.expected +++ b/clients/tests/test-client.check-on-disk/test_002.expected @@ -91,7 +91,7 @@ DNS configuration: Use "nmcli device show" to get complete information about known devices and "nmcli connection show" to get an overview on active connection profiles. -Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage details. +Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage details. <<< size: 812 @@ -128,7 +128,7 @@ Polecenie „nmcli device show” wyświetli pełne informacje o znanych urządzeniach, a „nmcli connection show” wyświetli przegląd aktywnych profili połączeń. -Strony podręcznika nmcli(1) i nmcli-examples(5) zawierają pełne informacje +Strony podręcznika nmcli(1) i nmcli-examples(7) zawierają pełne informacje o użyciu. <<< @@ -2917,7 +2917,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" @@ -3435,7 +3435,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" diff --git a/po/be@latin.po b/po/be@latin.po index aefee869ed..df0556a70c 100644 --- a/po/be@latin.po +++ b/po/be@latin.po @@ -2883,7 +2883,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" @@ -2952,7 +2952,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" diff --git a/po/bn_IN.po b/po/bn_IN.po index 189d6a888f..ba9639eaa1 100644 --- a/po/bn_IN.po +++ b/po/bn_IN.po @@ -3437,7 +3437,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" @@ -2903,7 +2903,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" @@ -3580,7 +3580,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" @@ -2925,7 +2925,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" @@ -3506,7 +3506,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" @@ -3771,7 +3771,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" "Rufen Sie »nmcli device show« auf, um vollständige Informationen über " @@ -3780,7 +3780,7 @@ msgstr "" "Verbindungsprofile.\n" "\n" "\n" -"Die Hilfeseiten nmcli(1) und nmcli-examples(5) geben vollständige " +"Die Hilfeseiten nmcli(1) und nmcli-examples(7) geben vollständige " "Aufrufbeschreibungen.\n" #: ../clients/cli/general.c:1370 @@ -2908,7 +2908,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" @@ -3506,7 +3506,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" diff --git a/po/en_CA.po b/po/en_CA.po index 50312ce65d..0f7e93afe6 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -2925,7 +2925,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" diff --git a/po/en_GB.po b/po/en_GB.po index 65bceca578..c890a05e20 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -2945,7 +2945,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" @@ -2896,7 +2896,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" @@ -3593,7 +3593,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" "Utilice \"nmcli device show\" para obtener información completa sobre los " @@ -2890,7 +2890,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" @@ -2936,7 +2936,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" @@ -2918,7 +2918,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" @@ -3778,14 +3778,14 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" "Utilisez « nmcli device show » pour obtenir des informations complètes sur " "les périphériques connus et « nmcli connection show » pour obtenir une vue " "d'ensemble des profils de connexions actifs.\n" "\n" -"Consultez les pages de manuel nmcli(1) et nmcli-examples(5) pour les détails " +"Consultez les pages de manuel nmcli(1) et nmcli-examples(7) pour les détails " "complets d'utilisation.\n" #: ../clients/cli/general.c:1370 @@ -3084,7 +3084,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" @@ -2956,7 +2956,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" @@ -3368,7 +3368,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" @@ -2883,7 +2883,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" @@ -3433,7 +3433,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" @@ -2924,7 +2924,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" @@ -2985,7 +2985,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" @@ -3688,7 +3688,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" "Gunakan \"nmcli device show\" untuk memperoleh informasi lengkap tentang " @@ -3697,7 +3697,7 @@ msgstr "" "profil koneksi\n" "yang aktif.\n" "\n" -"Lihatlah halaman manual nmcli(1) dan nmcli-examples(5) untuk rincian " +"Lihatlah halaman manual nmcli(1) dan nmcli-examples(7) untuk rincian " "penggunaan lengkap.\n" #: ../clients/cli/general.c:1370 @@ -3725,7 +3725,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" "Usare «nmcli device show» per ottenere informazioni sui dispositivi noti e\n" @@ -3735,7 +3735,7 @@ msgstr "" "\n" "Per maggiori informazioni sull'utilizzo, consultare le pagine di manuale " "nmcli(1)\n" -"e nmcli-examples(5).\n" +"e nmcli-examples(7).\n" #: ../clients/cli/general.c:1371 #, c-format @@ -3699,7 +3699,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" "既知のデバイスに関する情報を取得するには、\"nmcli device show\" を使用しま" @@ -3707,7 +3707,7 @@ msgstr "" "アクティブな接続プロファイルの概要を取得するには、\"nmcli connection show\" " "を使用します。\n" "\n" -"使用方法の詳細情報については、nmcli(1) と nmcli-examples(5) の man ページを参" +"使用方法の詳細情報については、nmcli(1) と nmcli-examples(7) の man ページを参" "照してください。\n" #: ../clients/cli/general.c:1370 @@ -2918,7 +2918,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" @@ -3345,7 +3345,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" @@ -3485,7 +3485,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" "알려진 장치에 대한 완전한 정보를 얻으려면 \"nmcli device show\"를 사용하고 활" @@ -2914,7 +2914,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" @@ -3034,7 +3034,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" @@ -2924,7 +2924,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" @@ -2891,7 +2891,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" @@ -3263,7 +3263,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" @@ -3314,7 +3314,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" @@ -2885,7 +2885,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" @@ -2906,7 +2906,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" @@ -2892,7 +2892,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" @@ -2899,7 +2899,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" @@ -3263,7 +3263,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" @@ -3246,7 +3246,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" @@ -3702,14 +3702,14 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" "Polecenie „nmcli device show” wyświetli pełne informacje o znanych\n" "urządzeniach, a „nmcli connection show” wyświetli przegląd aktywnych\n" "profili połączeń.\n" "\n" -"Strony podręcznika nmcli(1) i nmcli-examples(5) zawierają pełne informacje\n" +"Strony podręcznika nmcli(1) i nmcli-examples(7) zawierają pełne informacje\n" "o użyciu.\n" #: ../clients/cli/general.c:1371 @@ -2902,7 +2902,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" diff --git a/po/pt_BR.po b/po/pt_BR.po index 572b2c4162..2b89063928 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -3671,7 +3671,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" "Use “nmcli device show” para obter informações completas sobre dispositivos\n" @@ -3679,7 +3679,7 @@ msgstr "" "perfis\n" "de conexão ativa.\n" "\n" -"Consulte as páginas de manual nmcli(1) e nmcli-examples(5) para detalhes\n" +"Consulte as páginas de manual nmcli(1) e nmcli-examples(7) para detalhes\n" "completos de uso.\n" #: ../clients/cli/general.c:1371 @@ -3523,7 +3523,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" "Используйте «show device nmcli», чтобы получить полную информацию об " @@ -2914,7 +2914,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" @@ -2937,7 +2937,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" @@ -2939,7 +2939,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" @@ -2899,7 +2899,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" @@ -2947,7 +2947,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" diff --git a/po/sr@latin.po b/po/sr@latin.po index 591ab712d2..20e8f2c326 100644 --- a/po/sr@latin.po +++ b/po/sr@latin.po @@ -2948,7 +2948,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" @@ -3706,7 +3706,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" "Använd ”nmcli device show” för att få komplett information om kända enheter " @@ -3714,7 +3714,7 @@ msgstr "" "”nmcli connection show” för att få en överblick över aktiva " "anslutningsprofiler.\n" "\n" -"Se manualsidorna nmcli(1) och nmcli-examples(5) för kompletta " +"Se manualsidorna nmcli(1) och nmcli-examples(7) för kompletta " "användardetaljer.\n" #: ../clients/cli/general.c:1370 @@ -3379,7 +3379,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" @@ -3305,7 +3305,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" @@ -2919,7 +2919,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" @@ -3363,7 +3363,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" @@ -3756,7 +3756,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" "Скористайтеся командою «nmcli device show», щоб отримати повну інформацію " @@ -3764,7 +3764,7 @@ msgstr "" "та «nmcli connection show», щоб отримати огляд профілів активних з’єднань.\n" "\n" "Докладний опис використання програм можна знайти на сторінках підручника " -"(man) nmcli(1) та nmcli-examples(5).\n" +"(man) nmcli(1) та nmcli-examples(7).\n" #: ../clients/cli/general.c:1370 #, c-format @@ -2880,7 +2880,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" @@ -2901,7 +2901,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" diff --git a/po/zh_CN.po b/po/zh_CN.po index a1a78f16f1..585a2ff2e3 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -3624,13 +3624,13 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" "使用 \"nmcli device show\" 获取关于已知设备的完整信息,以及 \n" "\"nmcli connection show\" 获取活动连接配置集的概述。\n" "\n" -"完整的用法细节,可参考 nmcli(1) 和 nmcli-examples(5) 手册页。\n" +"完整的用法细节,可参考 nmcli(1) 和 nmcli-examples(7) 手册页。\n" #: ../clients/cli/general.c:1370 #, c-format diff --git a/po/zh_HK.po b/po/zh_HK.po index 18a31c93b0..391dd611b6 100644 --- a/po/zh_HK.po +++ b/po/zh_HK.po @@ -2918,7 +2918,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" diff --git a/po/zh_TW.po b/po/zh_TW.po index e5402bd8f4..09a6288135 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -3402,7 +3402,7 @@ msgid "" "and\n" "\"nmcli connection show\" to get an overview on active connection profiles.\n" "\n" -"Consult nmcli(1) and nmcli-examples(5) manual pages for complete usage " +"Consult nmcli(1) and nmcli-examples(7) manual pages for complete usage " "details.\n" msgstr "" "使用“nmcli device show”獲取有關已知設備的完整信息和“nmcli connection show”以" |