Skip to content

Commit 87c9a4b

Browse files
Managorivanbaluta
andauthored
*: add oxford comma and minor fixes part 2 (#19923)
Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
1 parent fb3830b commit 87c9a4b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+62
-62
lines changed

pages.ko/common/rlwrap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919

2020
`rlwrap --complete-filenames {{명령}}`
2121

22-
- 색상이 있는 프롬프트 추가, 색상 이름 또는 ASCI 색상 사양 사용. 대문자 색상 이름은 굵게 스타일링:
22+
- 색상이 있는 프롬프트 추가, 색상 이름 또는 ANSI 색상 사양 사용. 대문자 색상 이름은 굵게 스타일링:
2323

2424
`rlwrap --prompt-colour={{black|red|green|yellow|blue|cyan|purple|white|colour_spec}} {{명령}}`

pages/common/astyle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# astyle
22

3-
> Source code indenter, formatter, and beautifier for the C, C++, C# and Java programming languages.
3+
> Source code indenter, formatter, and beautifier for the C, C++, C#, and Java programming languages.
44
> Upon running, a copy of the original file is created with an ".orig" appended to the original file name.
55
> More information: <https://manned.org/astyle>.
66

pages/common/bzgrep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
`bzgrep "{{search_pattern}}" {{path/to/file}}`
99

10-
- Use extended `regex` (supports `?`, `+`, `{}`, `()` and `|`), in case-insensitive mode:
10+
- Use extended `regex` (supports `?`, `+`, `{}`, `()`, and `|`), in case-insensitive mode:
1111

1212
`bzgrep {{[-E|--extended-regexp]}} {{[-i|--ignore-case]}} "{{search_pattern}}" {{path/to/file}}`
1313

pages/common/colima.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
`colima start --kubernetes`
2121

22-
- Customize CPU count, RAM memory and disk space (in GiB):
22+
- Customize CPU count, RAM memory, and disk space (in GiB):
2323

2424
`colima start --cpu {{number}} --memory {{memory}} --disk {{storage_space}}`
2525

pages/common/comm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
> Select or reject lines common to two files. Both files must be sorted.
44
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/comm-invocation.html>.
55
6-
- Produce three tab-separated columns: lines only in first file, lines only in second file and common lines:
6+
- Produce three tab-separated columns: lines only in first file, lines only in second file, and common lines:
77

88
`comm {{file1}} {{file2}}`
99

pages/common/cron.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# cron
22

33
> A system scheduler for running jobs or tasks unattended.
4-
> The command to submit, edit or delete entries to `cron` is called `crontab`.
4+
> The command to submit, edit, or delete entries to `cron` is called `crontab`.
55
66
- View documentation for managing `cron` entries:
77

pages/common/ebook-convert.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# ebook-convert
22

3-
> Can be used to convert e-books between common formats, e.g. PDF, EPUB and MOBI.
3+
> Can be used to convert e-books between common formats, e.g. PDF, EPUB, and MOBI.
44
> Part of the Calibre e-book library tool.
55
> More information: <https://manual.calibre-ebook.com/generated/en/ebook-convert.html>.
66
77
- Convert an e-book into another format:
88

99
`ebook-convert {{path/to/input_file}} {{output_file}}`
1010

11-
- Convert Markdown or HTML to e-book with TOC, title and author:
11+
- Convert Markdown or HTML to e-book with TOC, title, and author:
1212

1313
`ebook-convert {{path/to/input_file}} {{output_file}} --level1-toc="//h:h1" --level2-toc="//h:h2" --level3-toc="//h:h3" --title={{title}} --authors={{author}}`

pages/common/fselect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919

2020
`fselect size, path from {{path/to/directory}} limit {{5}} into json`
2121

22-
- Use SQL aggregate functions to calculate minimum, maximum and average size of files in a directory:
22+
- Use SQL aggregate functions to calculate minimum, maximum, and average size of files in a directory:
2323

2424
`fselect "{{MIN(size), MAX(size), AVG(size), SUM(size), COUNT(*)}} from {{path/to/directory}}"`

pages/common/gdown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919

2020
`gdown {{folder_id|url}} {{[-O|--output]}} {{path/to/output_directory}} --folder`
2121

22-
- Download a tar archive, write it to `stdout` and extract it:
22+
- Download a tar archive, write it to `stdout`, and extract it:
2323

2424
`gdown {{tar_url}} {{[-O|--output]}} - {{[-q|--quiet]}} | tar xvf -`

pages/common/gource.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# gource
22

3-
> Renders an animated tree diagram of Git, SVN, Mercurial and Bazaar repositories.
4-
> It shows files and directories being created, modified or removed over time.
3+
> Renders an animated tree diagram of Git, SVN, Mercurial, and Bazaar repositories.
4+
> It shows files and directories being created, modified, or removed over time.
55
> More information: <https://manned.org/gource>.
66
77
- Run gource in a directory (if it isn't the repository's root directory, the root is sought up from there):

0 commit comments

Comments
 (0)