dos2unix, mac2unix, unix2dos, unix2mac: fix error in descriptions (#8082)

This commit is contained in:
xphade
2022-06-30 21:58:39 +02:00
committed by GitHub
parent a082829909
commit ba5ce39323
10 changed files with 10 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
# dos2unix
> Change DOS-style line endings to Unix-style.
> Replaces CRLF with CR.
> Replaces CRLF with LF.
> More information: <https://manned.org/dos2unix>.
- Change the line endings of a file:

View File

@@ -1,7 +1,7 @@
# mac2unix
> Change macOS-style line endings to Unix-style.
> Replaces LF with CR.
> Replaces CR with LF.
> More information: <https://waterlan.home.xs4all.nl/dos2unix.html>.
- Change the line endings of a file:

View File

@@ -1,7 +1,7 @@
# unix2dos
> Change Unix-style line endings to DOS-style.
> Replaces CR with CRLF.
> Replaces LF with CRLF.
> More information: <https://waterlan.home.xs4all.nl/dos2unix.html>.
- Change the line endings of a file:

View File

@@ -1,7 +1,7 @@
# unix2mac
> Change Unix-style line endings to macOS-style.
> Replaces CR with LF.
> Replaces LF with CR.
> More information: <https://waterlan.home.xs4all.nl/dos2unix.html>.
- Change the line endings of a file: