Skip to content

Commit f83d482

Browse files
Managoraminelch
authored andcommitted
*: minor fixes to pages (tldr-pages#18746)
1 parent 81a9bbd commit f83d482

File tree

18 files changed

+33
-33
lines changed

18 files changed

+33
-33
lines changed

pages/android/am.md

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

1212
`am start -a {{android.intent.action.VIEW}} -d {{tel:123}}`
1313

14-
- Start an activity matching a specific action and [c]ategory:
14+
- Start an activity matching a specific [a]ction and [c]ategory:
1515

1616
`am start -a {{android.intent.action.MAIN}} -c {{android.intent.category.HOME}}`
1717

pages/common/atuin.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616

1717
`atuin search {{command}}`
1818

19-
- Register an account on the default sync server using the specified [u]sername, [e]mail and [p]assword:
19+
- Register an account on the default sync server using the specified username, email and password:
2020

21-
`atuin register -u {{username}} -e {{email}} -p {{password}}`
21+
`atuin register {{[-u|--username]}} {{username}} {{[-e|--email]}} {{email}} {{[-p|--password]}} {{password}}`
2222

2323
- Login to the default sync server:
2424

25-
`atuin login -u {{username}} -p {{password}}`
25+
`atuin login {{[-u|--username]}} {{username}} {{[-p|--password]}} {{password}}`
2626

2727
- Sync history with the sync server:
2828

pages/common/dnsx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
> A fast and multi-purpose DNS toolkit to run multiple DNS queries.
44
> Note: Input to `dnsx` needs to be passed through `stdin` (pipe `|`) in some cases.
55
> See also: `dig`, `dog`, `dnstracer`.
6-
> More information: <https://docs.projectdiscovery.io/tools/dnsx/running>.
6+
> More information: <https://docs.projectdiscovery.io/opensource/dnsx/usage>.
77
88
- Query the A record of a (sub)domain and show [re]sponse received:
99

pages/common/git-mktree.md

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

1212
`git mktree --missing`
1313

14-
- Read the NUL ([z]ero character) terminated output of the tree object (`ls-tree -z`):
14+
- Read the NUL ([z]ero character) terminated output of the tree object (`git ls-tree -z`):
1515

1616
`git mktree -z`
1717

pages/common/kubectl-wait.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
66
- Wait for a deployment to become available:
77

8-
`kubectl wait --for=condition=available deployment/{{deployment_name}}`
8+
`kubectl wait --for condition=available deployment/{{deployment_name}}`
99

1010
- Wait for all pods with a certain [l]abel to be ready:
1111

12-
`kubectl wait --for=condition=ready pod {{[-l|--selector]}} {{label_key}}={{label_value}}`
12+
`kubectl wait --for condition=ready pod {{[-l|--selector]}} {{label_key}}={{label_value}}`
1313

1414
- Wait for a pod to be deleted:
1515

16-
`kubectl wait --for=delete pod {{pod_name}}`
16+
`kubectl wait --for delete pod {{pod_name}}`
1717

1818
- Wait for a job to complete, within 120 seconds (if the condition isn't met on time, the exit status will be unsuccessful):
1919

20-
`kubectl wait --for=condition=complete job/{{job_name}} --timeout 120s`
20+
`kubectl wait --for condition=complete job/{{job_name}} --timeout 120s`

pages/linux/aa-update-browser.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
> Part of the AppArmor suite.
55
> More information: <https://manned.org/aa-update-browser>.
66
7-
- List available browser abstraction profiles:
7+
- [l]ist available browser abstraction profiles:
88

99
`sudo aa-update-browser -l`
1010

1111
- Show what changes would be made to a profile without applying them ([d]ry-run):
1212

1313
`sudo aa-update-browser -d {{path/to/profile}}`
1414

15-
- Update a profile with specific abstractions:
15+
- [u]pdate a profile with specific abstractions:
1616

1717
`sudo aa-update-browser -u {{abstraction1,abstraction2,...}} {{path/to/profile}}`
1818

pages/linux/arithmetic.md

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

1212
`arithmetic -o {{+|-|x|/}}`
1313

14-
- Specify a range. Addition and multiplication problems would feature numbers between 0 and range, inclusive. Subtraction and division problems would have required result and number to be operated on, between 0 and range:
14+
- Specify a [r]ange. Addition and multiplication problems would feature numbers between 0 and range, inclusive. Subtraction and division problems would have required result and number to be operated on, between 0 and range:
1515

1616
`arithmetic -r {{7}}`

pages/linux/chattr.md

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

1616
`chattr -R +i {{path/to/directory}}`
1717

18-
- Mark a directory and its files to be interpreted in a case-insensitive manner:
18+
- Mark a directory and its files to be interpreted in a case-insensitive manner (case-[F]olding):
1919

2020
`chattr +F {{path/to/directory}}`
2121

pages/linux/ctop.md

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

33
> Instantly visualize container performance and health with real-time metrics on CPU, memory, and block IO usage.
4-
> More information: <https://github.com/bcicen/ctop>.
4+
> More information: <https://github.com/bcicen/ctop#usage>.
55
66
- Show only [a]ctive containers:
77

pages/linux/dnstracer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111

1212
`dnstracer -s {{dns.example.org}} {{www.example.com}}`
1313

14-
- Only query IPv4 servers:
14+
- Only query IPv[4] servers:
1515

1616
`dnstracer -4 {{www.example.com}}`
1717

18-
- Retry each request 5 times on failure:
18+
- [r]etry each request 5 times on failure:
1919

2020
`dnstracer -r {{5}} {{www.example.com}}`
2121

0 commit comments

Comments
 (0)