diff options
author | Dmitry V. Levin <ldv@strace.io> | 2023-01-15 09:00:00 +0100 |
---|---|---|
committer | Dmitry V. Levin <ldv@strace.io> | 2023-01-23 23:52:34 +0100 |
commit | bed1feaf3a2624777b8b87f809ecd11a511852ed (patch) | |
tree | 1477802ba47195ad6fecaa549bf77a54f295d57a /docs/CODE_QUALITY.md | |
parent | docs: fix grammar a bit (diff) | |
download | systemd-bed1feaf3a2624777b8b87f809ecd11a511852ed.tar.xz systemd-bed1feaf3a2624777b8b87f809ecd11a511852ed.zip |
docs: fix formatting a bit
Diffstat (limited to 'docs/CODE_QUALITY.md')
-rw-r--r-- | docs/CODE_QUALITY.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CODE_QUALITY.md b/docs/CODE_QUALITY.md index 86577a48b5..0f983bd299 100644 --- a/docs/CODE_QUALITY.md +++ b/docs/CODE_QUALITY.md @@ -23,7 +23,7 @@ available functionality: 2. Use `./test/run-integration-tests.sh` to run the full integration test suite. This will build OS images with a number of integration tests and run - them in nspawn and qemu. Requires root. + them using `systemd-nspawn` and `qemu`. Requires root. 3. Use `./coccinelle/run-coccinelle.sh` to run all [Coccinelle](http://coccinelle.lip6.fr/) semantic patch scripts we ship. The |