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..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={{/custom/dbus/socket}}` +`systemd-stdio-bridge {{[-p|--bus-path]}} unix:path=/{{path/to/dbus_socket}}`