Skip to content

Commit

Permalink
ls: fix size units in example description (tldr-pages#5451)
Browse files Browse the repository at this point in the history
  • Loading branch information
navarroaxel authored Mar 15, 2021
1 parent 4968284 commit 8402bf0
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion pages.de/common/ls.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

`ls -la`

- Liste aller Dateien mit Dateigrößen in für Menschen lesbaren Einheiten (KB, MB, GB):
- Liste aller Dateien mit Dateigrößen in für Menschen lesbaren Einheiten (KiB, MiB, GiB):

`ls -lh`

Expand Down
2 changes: 1 addition & 1 deletion pages.es/common/ls.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

`ls -la`

- Lista con formato largo y tamaño legible por humanos (KB, MB, GB):
- Lista con formato largo y tamaño legible por humanos (KiB, MiB, GiB):

`ls -lh`

Expand Down
2 changes: 1 addition & 1 deletion pages.fr/common/ls.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

`ls -la`

- Liste les fichiers avec un format détaillé en utilisant des prefixes d'unités (ko, Mo, Go) :
- Liste les fichiers avec un format détaillé en utilisant des prefixes d'unités (KiB, MiB, GiB) :

`ls -lh`

Expand Down
2 changes: 1 addition & 1 deletion pages.hi/common/ls.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

`ls -la`

- मानव पठनीय इकाइयों (KB, MB, GB) का उपयोग करके प्रदर्शित आकार के साथ लंबी प्रारूप सूची:
- मानव पठनीय इकाइयों (KiB, MiB, GiB) का उपयोग करके प्रदर्शित आकार के साथ लंबी प्रारूप सूची:

`ls -lh`

Expand Down
2 changes: 1 addition & 1 deletion pages.id/common/ls.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

`ls -la`

- Menampilkan daftar berformat panjang dan ukuran ditampilkan menggunakan unit yang mudah dibaca manusia (KB, MB, GB):
- Menampilkan daftar berformat panjang dan ukuran ditampilkan menggunakan unit yang mudah dibaca manusia (KiB, MiB, GiB):

`ls -lh`

Expand Down
2 changes: 1 addition & 1 deletion pages.it/common/ls.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

`ls -la`

- Elenca tutti i file e mostra informazioni usando un formato facilmente leggibile (KB, MB, GB):
- Elenca tutti i file e mostra informazioni usando un formato facilmente leggibile (KiB, MiB, GiB):

`ls -lh`

Expand Down
2 changes: 1 addition & 1 deletion pages.pt_BR/common/ls.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

`ls -la`

- Listar todos os arquivos, apresentando o tamanho em medidas legíveis por humanos (kB, MB, GB):
- Listar todos os arquivos, apresentando o tamanho em medidas legíveis por humanos (KiB, MiB, GiB):

`ls -lh`

Expand Down
2 changes: 1 addition & 1 deletion pages.ru/common/ls.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

`ls -la`

- Подробный список с выводом размера файла в удобочитаемых единицах (КБ, МБ, ГБ):
- Подробный список с выводом размера файла в удобочитаемых единицах (КиБ, МиБ, ГиБ):

`ls -lh`

Expand Down
2 changes: 1 addition & 1 deletion pages.ta/common/ls.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

`ls -la`

- கோப்பளவு படிப்பதற்கெளிய அலகுகளில் (KB, MB, GB) காண்பிக்கப்பட்ட முழு விவரப் பட்டியல்:
- கோப்பளவு படிப்பதற்கெளிய அலகுகளில் (KiB, MiB, GiB) காண்பிக்கப்பட்ட முழு விவரப் பட்டியல்:

`ls -lh`

Expand Down
2 changes: 1 addition & 1 deletion pages.zh_TW/common/ls.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

`ls -la`

- 列出完整檔案列表,其中檔案大小會用 K、M、G 表示:
- 列出完整檔案列表,其中檔案大小會用 KiB、MiB、GiB 表示:

`ls -lh`

Expand Down
2 changes: 1 addition & 1 deletion pages/common/ls.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

`ls -la`

- Long format list with size displayed using human readable units (KB, MB, GB):
- Long format list with size displayed using human readable units (KiB, MiB, GiB):

`ls -lh`

Expand Down

0 comments on commit 8402bf0

Please sign in to comment.