From f8576abf1ee06f53fc9db7f626b01f264d63b891 Mon Sep 17 00:00:00 2001 From: Antti Savolainen Date: Thu, 30 Oct 2025 01:18:50 +0200 Subject: [PATCH 1/2] leftovers --- pages/common/mocha.md | 2 +- pages/common/svn.md | 2 +- pages/linux/systemd-stdio-bridge.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/common/mocha.md b/pages/common/mocha.md index c7978140127a55..5f306eb919ce72 100644 --- a/pages/common/mocha.md +++ b/pages/common/mocha.md @@ -9,7 +9,7 @@ - Run tests contained at a specific location: -`mocha {{directory/with/tests}}` +`mocha {{path/to/test_directory}}` - Run tests that match a specific `grep` pattern: diff --git a/pages/common/svn.md b/pages/common/svn.md index 5a36903390db55..2c3e542273e20e 100644 --- a/pages/common/svn.md +++ b/pages/common/svn.md @@ -5,7 +5,7 @@ - Check out a working copy from a repository: -`svn {{[co|checkout]}} {{url/to/repository}}` +`svn {{[co|checkout]}} {{file:///path/to/repository}}` - Bring changes from the repository into the working copy: diff --git a/pages/linux/systemd-stdio-bridge.md b/pages/linux/systemd-stdio-bridge.md index 03a881b836ae60..f05f7872cbad67 100644 --- a/pages/linux/systemd-stdio-bridge.md +++ b/pages/linux/systemd-stdio-bridge.md @@ -18,4 +18,4 @@ - Forward `stdin`/`stdout` to a custom D-Bus address: -`systemd-stdio-bridge {{[-p|--bus-path]}} unix:path={{/custom/dbus/socket}}` +`systemd-stdio-bridge {{[-p|--bus-path]}} unix:path={{/path/to/dbus_socket}}` From e49229fadc248b97fc4838e2c835ad400d91313b Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Thu, 30 Oct 2025 22:39:19 +0200 Subject: [PATCH 2/2] Update pages/linux/systemd-stdio-bridge.md Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> --- pages/linux/systemd-stdio-bridge.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/systemd-stdio-bridge.md b/pages/linux/systemd-stdio-bridge.md index f05f7872cbad67..86ad1d787692eb 100644 --- a/pages/linux/systemd-stdio-bridge.md +++ b/pages/linux/systemd-stdio-bridge.md @@ -18,4 +18,4 @@ - Forward `stdin`/`stdout` to a custom D-Bus address: -`systemd-stdio-bridge {{[-p|--bus-path]}} unix:path={{/path/to/dbus_socket}}` +`systemd-stdio-bridge {{[-p|--bus-path]}} unix:path=/{{path/to/dbus_socket}}`