dos2unix, unix2dos, mac2unix, unix2mac: rephrase wording in first example

Adding 'the' is more accurate because it's *all* of the line endings that get replaced, not just *some* of them.

Apply suggestions from code review

Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
This commit is contained in:
fejx 2020-05-10 21:22:17 +02:00 committed by Starbeamrainbowlabs
parent d795b6a864
commit 1f499c3c14
No known key found for this signature in database
GPG Key ID: 1BE5172E637709C2
4 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
> Change DOS-style line endings to Unix-style.
> Replaces CRLF with CR.
- Change line endings of a file:
- Change the line endings of a file:
`dos2unix {{filename}}`

View File

@ -3,7 +3,7 @@
> Change macOS-style line endings to Unix-style.
> Replaces LF with CR.
- Change line endings of a file:
- Change the line endings of a file:
`mac2unix {{filename}}`

View File

@ -3,7 +3,7 @@
> Change Unix-style line endings to DOS-style.
> Replaces CR with CRLF.
- Change line endings of a file:
- Change the line endings of a file:
`unix2dos {{filename}}`

View File

@ -3,7 +3,7 @@
> Change Unix-style line endings to macOS-style.
> Replaces CR with LF.
- Change line endings of a file:
- Change the line endings of a file:
`unix2mac {{filename}}`