Skip to content

Commit 2039587

Browse files
Managordmmqz
andauthored
mocha, svn, systemd-stdio-bridge: fix filepaths (#19120)
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
1 parent 273c169 commit 2039587

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pages/common/mocha.md

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

1010
- Run tests contained at a specific location:
1111

12-
`mocha {{directory/with/tests}}`
12+
`mocha {{path/to/test_directory}}`
1313

1414
- Run tests that match a specific `grep` pattern:
1515

pages/common/svn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
- Check out a working copy from a repository:
77

8-
`svn {{[co|checkout]}} {{url/to/repository}}`
8+
`svn {{[co|checkout]}} {{file:///path/to/repository}}`
99

1010
- Bring changes from the repository into the working copy:
1111

pages/linux/systemd-stdio-bridge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818

1919
- Forward `stdin`/`stdout` to a custom D-Bus address:
2020

21-
`systemd-stdio-bridge {{[-p|--bus-path]}} unix:path={{/custom/dbus/socket}}`
21+
`systemd-stdio-bridge {{[-p|--bus-path]}} unix:path=/{{path/to/dbus_socket}}`

0 commit comments

Comments
 (0)