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:

committed by
Starbeamrainbowlabs

parent
d795b6a864
commit
1f499c3c14
@@ -3,7 +3,7 @@
|
|||||||
> Change DOS-style line endings to Unix-style.
|
> Change DOS-style line endings to Unix-style.
|
||||||
> Replaces CRLF with CR.
|
> Replaces CRLF with CR.
|
||||||
|
|
||||||
- Change line endings of a file:
|
- Change the line endings of a file:
|
||||||
|
|
||||||
`dos2unix {{filename}}`
|
`dos2unix {{filename}}`
|
||||||
|
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
> Change macOS-style line endings to Unix-style.
|
> Change macOS-style line endings to Unix-style.
|
||||||
> Replaces LF with CR.
|
> Replaces LF with CR.
|
||||||
|
|
||||||
- Change line endings of a file:
|
- Change the line endings of a file:
|
||||||
|
|
||||||
`mac2unix {{filename}}`
|
`mac2unix {{filename}}`
|
||||||
|
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
> Change Unix-style line endings to DOS-style.
|
> Change Unix-style line endings to DOS-style.
|
||||||
> Replaces CR with CRLF.
|
> Replaces CR with CRLF.
|
||||||
|
|
||||||
- Change line endings of a file:
|
- Change the line endings of a file:
|
||||||
|
|
||||||
`unix2dos {{filename}}`
|
`unix2dos {{filename}}`
|
||||||
|
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
> Change Unix-style line endings to macOS-style.
|
> Change Unix-style line endings to macOS-style.
|
||||||
> Replaces CR with LF.
|
> Replaces CR with LF.
|
||||||
|
|
||||||
- Change line endings of a file:
|
- Change the line endings of a file:
|
||||||
|
|
||||||
`unix2mac {{filename}}`
|
`unix2mac {{filename}}`
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user