diff --git a/pages.ca/linux/dos2unix.md b/pages.ca/linux/dos2unix.md index 258dbc299..e2c9a3778 100644 --- a/pages.ca/linux/dos2unix.md +++ b/pages.ca/linux/dos2unix.md @@ -1,7 +1,7 @@ # dos2unix > Canvia salts de línia amb format DOS a salts de línia amb format Unix. -> Reemplaça CRLF amb CR. +> Reemplaça CRLF amb LF. > Més informació: . - Canvia els salts de línia en un arxiu: diff --git a/pages.es/linux/dos2unix.md b/pages.es/linux/dos2unix.md index 8e6e87598..bd010d0be 100644 --- a/pages.es/linux/dos2unix.md +++ b/pages.es/linux/dos2unix.md @@ -1,7 +1,7 @@ # dos2unix > Cambia saltos de línea con formato DOS a saltos de línea con formato Unix. -> Reemplaza CRLF con CR. +> Reemplaza CRLF con LF. > Más información: . - Cambia los saltos de línea de un archivo: diff --git a/pages.zh/linux/dos2unix.md b/pages.zh/linux/dos2unix.md index e422c5244..edcaf89a9 100644 --- a/pages.zh/linux/dos2unix.md +++ b/pages.zh/linux/dos2unix.md @@ -1,7 +1,7 @@ # dos2unix > 将 DOS 样式的行尾更改为 Unix 样式。 -> 用 CR 替换 CRLF. +> 用 LF 替换 CRLF. > 更多信息:. - 更改文件的行尾: diff --git a/pages.zh/linux/mac2unix.md b/pages.zh/linux/mac2unix.md index 33d8fdaf0..986c89226 100644 --- a/pages.zh/linux/mac2unix.md +++ b/pages.zh/linux/mac2unix.md @@ -1,7 +1,7 @@ # mac2unix > 将 macOS 样式的行尾更改为 Unix 样式。 -> 用 CR 替换 LF. +> 用 LF 替换 CR. > 更多信息:. - 更改文件的行尾: diff --git a/pages.zh/linux/unix2dos.md b/pages.zh/linux/unix2dos.md index d21a057c1..241767fbc 100644 --- a/pages.zh/linux/unix2dos.md +++ b/pages.zh/linux/unix2dos.md @@ -1,7 +1,7 @@ # unix2dos > 将 Unix 样式的行尾更改为 DOS 样式。 -> 用 CRLF 替换 CR. +> 用 CRLF 替换 LF. > 更多信息:. - 更改文件的行尾: diff --git a/pages.zh/linux/unix2mac.md b/pages.zh/linux/unix2mac.md index 2b5abbaa3..1b2613a25 100644 --- a/pages.zh/linux/unix2mac.md +++ b/pages.zh/linux/unix2mac.md @@ -1,7 +1,7 @@ # unix2mac > 将 Unix 样式的行尾更改为 macOS 样式。 -> 用 LF 替换 CR. +> 用 CR 替换 LF. > 更多信息:. - 更改文件的行尾: diff --git a/pages/linux/dos2unix.md b/pages/linux/dos2unix.md index 5d8d264ee..5c3a2aeff 100644 --- a/pages/linux/dos2unix.md +++ b/pages/linux/dos2unix.md @@ -1,7 +1,7 @@ # dos2unix > Change DOS-style line endings to Unix-style. -> Replaces CRLF with CR. +> Replaces CRLF with LF. > More information: . - Change the line endings of a file: diff --git a/pages/linux/mac2unix.md b/pages/linux/mac2unix.md index a8895979c..5a7f4235c 100644 --- a/pages/linux/mac2unix.md +++ b/pages/linux/mac2unix.md @@ -1,7 +1,7 @@ # mac2unix > Change macOS-style line endings to Unix-style. -> Replaces LF with CR. +> Replaces CR with LF. > More information: . - Change the line endings of a file: diff --git a/pages/linux/unix2dos.md b/pages/linux/unix2dos.md index 1f942e6bf..397ffa1b4 100644 --- a/pages/linux/unix2dos.md +++ b/pages/linux/unix2dos.md @@ -1,7 +1,7 @@ # unix2dos > Change Unix-style line endings to DOS-style. -> Replaces CR with CRLF. +> Replaces LF with CRLF. > More information: . - Change the line endings of a file: diff --git a/pages/linux/unix2mac.md b/pages/linux/unix2mac.md index 13938ffe0..2f7c68cbb 100644 --- a/pages/linux/unix2mac.md +++ b/pages/linux/unix2mac.md @@ -1,7 +1,7 @@ # unix2mac > Change Unix-style line endings to macOS-style. -> Replaces CR with LF. +> Replaces LF with CR. > More information: . - Change the line endings of a file: