Skip to content

Commit 7ddc449

Browse files
authored
yes, realpath: mark technical wording and reorder examples (#19797)
1 parent 624630a commit 7ddc449

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pages/common/realpath.md

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

1212
`realpath {{[-e|--canonicalize-existing]}} {{path/to/file_or_directory}}`
1313

14-
- Resolve ".." components before symlinks:
14+
- Resolve `..` components before symlinks:
1515

1616
`realpath {{[-L|--logical]}} {{path/to/file_or_directory}}`
1717

pages/common/yes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
> This command is commonly used to answer yes to every prompt by install commands (such as `apt-get`).
55
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/yes-invocation.html>.
66
7-
- Repeatedly output "message":
7+
- Repeatedly output `y`:
88

9-
`yes {{message}}`
9+
`yes`
1010

11-
- Repeatedly output "y":
11+
- Repeatedly output a specified value:
1212

13-
`yes`
13+
`yes {{value}}`
1414

1515
- Accept everything prompted by the `apt-get` command:
1616

0 commit comments

Comments
 (0)